Skip to content

Commit

Permalink
Bump date and fix NEWS for v1.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Oct 28, 2023
1 parent fc20e97 commit b07ee6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changes in 1.5.24 (27 October 2023)
Changes in 1.5.24 (28 October 2023)
* Added predicated iteration API functions Mat_VarReadNextInfoPredicate and
Mat_VarReadNextPredicate to speed-up reading variables from HDF5 MAT file
* Added new API function Mat_GetFileAccessMode to retrieve the file access mode
of a MAT file
* Changed: MAT_VarDelete returns error if MAT file is opened in read-only mode
* Changed: Mat_VarDelete returns error if MAT file is opened in read-only mode
* Changed: Reduced memory foot-print of matvar_t.internal
* Fixed read performance of cell/struct array from HDF5 MAT file
* Fixed reference counting of HDF5 MAT file in Mat_VarDuplicate
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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],24,[Matio release level number])
AC_DEFINE_UNQUOTED([MATIO_VERSION],1524,[Matio version number])
PACKAGE_RELEASE_DATE="27 October 2023"
PACKAGE_RELEASE_DATE="28 October 2023"
AC_DEFINE_UNQUOTED([MATIO_VERSION_STR],"1.5.24",[Matio version number])
AC_SUBST(PACKAGE_RELEASE_DATE)

Expand Down

0 comments on commit b07ee6c

Please sign in to comment.