Skip to content

Commit

Permalink
Bump date and NEWS for v1.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Oct 30, 2024
1 parent 315ed18 commit 5d103bc
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:
except:
- coverity_scan

version: 1.5.27+build.{build}
version: 1.5.28+build.{build}

cache:
- C:\cygwin-setup-cache
Expand Down
2 changes: 1 addition & 1 deletion .ci/travis_after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if [[ "$TRAVIS_PULL_REQUEST" != "false" ]] || [[ "$TRAVIS_BRANCH" != "master" ]]
exit 0
fi

curl -X POST -H "Authorization: Bearer $BBTOKEN" https://api.bitbucket.org/2.0/repositories/tbeu/downloads/downloads -F files=@./documentation/matio_user_guide.html -F files=@./documentation/matio_user_guide.pdf -F files=@./matio-1.5.27.tar.gz
curl -X POST -H "Authorization: Bearer $BBTOKEN" https://api.bitbucket.org/2.0/repositories/tbeu/downloads/downloads -F files=@./documentation/matio_user_guide.html -F files=@./documentation/matio_user_guide.pdf -F files=@./matio-1.5.28.tar.gz
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(POLICY CMP0074)
endif()

project(matio
VERSION 1.5.27
VERSION 1.5.28
LANGUAGES C CXX
)

Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes in 1.5.28 (30 October 2024)
* Fixed bug writing MAT_T_INT8/MAT_T_UINT8 encoded character array to
compressed v5 MAT file (regression of v1.5.12)
* Fixed bug reading all-zero sparse array of v4 MAT file (regression of v1.5.18)
* Updated C99 snprintf.c
* CMake: Enabled testing
* CMake: Fixed build with Visual Studio >= 17.10 and Conan 1.x
* Several other fixes, for example for access violations in Mat_VarPrint

Changes in 1.5.27 (20 April 2024)
* Fixed const-correctness of input arguments of API functions
* Fixed const-correctness of return type of Mat_GetDir
Expand Down
10 changes: 5 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dnl CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY
dnl OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
dnl OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

AC_INIT([MATIO],[1.5.27],[[email protected]],[],[https://sourceforge.net/projects/matio])
AC_INIT([MATIO],[1.5.28],[[email protected]],[],[https://sourceforge.net/projects/matio])
AC_CONFIG_SRCDIR([src/matio.h])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])
Expand All @@ -39,10 +39,10 @@ AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED([MATIO_PLATFORM],"${host}",[Platform])
AC_DEFINE_UNQUOTED([MATIO_MAJOR_VERSION],1,[Matio major version number])
AC_DEFINE_UNQUOTED([MATIO_MINOR_VERSION],5,[Matio minor version number])
AC_DEFINE_UNQUOTED([MATIO_RELEASE_LEVEL],27,[Matio release level number])
AC_DEFINE_UNQUOTED([MATIO_VERSION],1527,[Matio version number])
PACKAGE_RELEASE_DATE="20 April 2024"
AC_DEFINE_UNQUOTED([MATIO_VERSION_STR],"1.5.27",[Matio version number])
AC_DEFINE_UNQUOTED([MATIO_RELEASE_LEVEL],28,[Matio release level number])
AC_DEFINE_UNQUOTED([MATIO_VERSION],1528,[Matio version number])
PACKAGE_RELEASE_DATE="30 October 2024"
AC_DEFINE_UNQUOTED([MATIO_VERSION_STR],"1.5.28",[Matio version number])
AC_SUBST(PACKAGE_RELEASE_DATE)

AC_ARG_VAR([FCLDFLAGS],[Fortran compiler-specific flags at link time])
Expand Down
4 changes: 2 additions & 2 deletions documentation/matio_user_guide.texi
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
@sp 0
@title
@subtitle User Manual
@subtitle for version 1.5.27
@subtitle April 2024
@subtitle for version 1.5.28
@subtitle October 2024
@author Christopher C. Hulbert
@page
@vskip 0pt plus 1filll
Expand Down
8 changes: 4 additions & 4 deletions visual_studio/matio.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,27,0
PRODUCTVERSION 1,5,27,0
FILEVERSION 1,5,28,0
PRODUCTVERSION 1,5,28,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS 1
Expand All @@ -19,12 +19,12 @@ BEGIN
//language ID = U.S. English, char set = Windows, Multilingual
BEGIN
VALUE "FileDescription", "MATLAB MAT file I/O library\0"
VALUE "FileVersion", "1.5.27\0"
VALUE "FileVersion", "1.5.28\0"
VALUE "InternalName", "libmatio.dll\0"
VALUE "LegalCopyright", "(C) 2005-2024, Christopher C. Hulbert and the matio contributors\0"
VALUE "OriginalFilename", "libmatio.dll\0"
VALUE "ProductName", "libmatio\0"
VALUE "ProductVersion", "1.5.27\0"
VALUE "ProductVersion", "1.5.28\0"
VALUE "Comments", "\0"
END
END
Expand Down
6 changes: 3 additions & 3 deletions visual_studio/matioConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
#define PACKAGE_NAME "MATIO"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "MATIO 1.5.27"
#define PACKAGE_STRING "MATIO 1.5.28"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "matio"
Expand All @@ -283,7 +283,7 @@
#define PACKAGE_URL "https://sourceforge.net/projects/matio"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5.27"
#define PACKAGE_VERSION "1.5.28"

/* The size of `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
Expand Down Expand Up @@ -322,7 +322,7 @@
#undef STDC_HEADERS

/* Version number of package */
#define VERSION "1.5.27"
#define VERSION "1.5.28"

/* Z prefix */
#undef Z_PREFIX
6 changes: 3 additions & 3 deletions visual_studio/matio_pubconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
#define MATIO_MINOR_VERSION 5

/* Matio release level number */
#define MATIO_RELEASE_LEVEL 27
#define MATIO_RELEASE_LEVEL 28

/* Matio version number */
#define MATIO_VERSION 1527
#define MATIO_VERSION 1528

/* Matio version string */
#define MATIO_VERSION_STR "1.5.27"
#define MATIO_VERSION_STR "1.5.28"

/* Default file format */
#define MAT_FT_DEFAULT MAT_FT_MAT5
Expand Down

0 comments on commit 5d103bc

Please sign in to comment.