Skip to content

Commit

Permalink
Bump version and NEWS for v1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Mar 10, 2019
1 parent fd3b916 commit 4f8d76a
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ after_success:
- if [[ "$COVERITY_SCAN_BRANCH" != 1 ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-4.8" ]] && [[ "$HDF5_VERSION_DIR" == "hdf5_1_8_21" ]] && [[ "$ENABLE_MAT73" == "yes" ]] && [[ "$ENABLE_EXTENDED_SPARSE" == "yes" ]] && [[ "$WITH_ZLIB" == "yes" ]] && [[ "$MAX_RANK" == 3 ]]; then make pdf; fi
- if [[ "$COVERITY_SCAN_BRANCH" != 1 ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-4.8" ]] && [[ "$HDF5_VERSION_DIR" == "hdf5_1_8_21" ]] && [[ "$ENABLE_MAT73" == "yes" ]] && [[ "$ENABLE_EXTENDED_SPARSE" == "yes" ]] && [[ "$WITH_ZLIB" == "yes" ]] && [[ "$MAX_RANK" == 3 ]]; then make dist-gzip; fi
- if [[ "$COVERITY_SCAN_BRANCH" != 1 ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-4.8" ]] && [[ "$HDF5_VERSION_DIR" == "hdf5_1_8_21" ]] && [[ "$ENABLE_MAT73" == "yes" ]] && [[ "$ENABLE_EXTENDED_SPARSE" == "yes" ]] && [[ "$WITH_ZLIB" == "yes" ]] && [[ "$MAX_RANK" == 3 ]] && [[ "$TRAVIS_PULL_REQUEST" == "false" ]] && [[ "$TRAVIS_BRANCH" == "master" ]]; then sh ./upload-to-bitbucket.sh tbeu $BBPASS /tbeu/downloads/downloads ./documentation/matio_user_guide.pdf; fi
- if [[ "$COVERITY_SCAN_BRANCH" != 1 ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-4.8" ]] && [[ "$HDF5_VERSION_DIR" == "hdf5_1_8_21" ]] && [[ "$ENABLE_MAT73" == "yes" ]] && [[ "$ENABLE_EXTENDED_SPARSE" == "yes" ]] && [[ "$WITH_ZLIB" == "yes" ]] && [[ "$MAX_RANK" == 3 ]] && [[ "$TRAVIS_PULL_REQUEST" == "false" ]] && [[ "$TRAVIS_BRANCH" == "master" ]]; then sh ./upload-to-bitbucket.sh tbeu $BBPASS /tbeu/downloads/downloads ./matio-1.5.13.tar.gz; fi
- if [[ "$COVERITY_SCAN_BRANCH" != 1 ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-4.8" ]] && [[ "$HDF5_VERSION_DIR" == "hdf5_1_8_21" ]] && [[ "$ENABLE_MAT73" == "yes" ]] && [[ "$ENABLE_EXTENDED_SPARSE" == "yes" ]] && [[ "$WITH_ZLIB" == "yes" ]] && [[ "$MAX_RANK" == 3 ]] && [[ "$TRAVIS_PULL_REQUEST" == "false" ]] && [[ "$TRAVIS_BRANCH" == "master" ]]; then sh ./upload-to-bitbucket.sh tbeu $BBPASS /tbeu/downloads/downloads ./matio-1.5.14.tar.gz; fi

notifications:
email: false
Expand Down
13 changes: 10 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in 1.5.14 (11 March 2019)
* Deprecated usage of Mat_VarWriteInfo/Mat_VarWriteData in favor of
Mat_VarWrite/Mat_VarWriteAppend
* Fixed bug reading dimensions from (crafted) compressed v5 MAT file
* Fixed bug reading name (> 24 characters) from v5 MAT file (regression of v1.5.13)
* Fixed bug printing datatype in Mat_VarPrint

Changes in 1.5.13 (22 October 2018)
* Fixed bug calculating size for zero-rank variables in Mat_VarGetSize
* Fixed bug reading dimensions from (crafted) v5 MAT file
Expand Down Expand Up @@ -26,7 +33,7 @@ Changes in 1.5.11 (22 October 2017)

Changes in 1.5.10 (14 February 2017)
* Added new API function Mat_GetDir to retrieve all variable names of a MAT file
* Fixed performance of repeated calls to Mat_VarWrite (broken by v1.5.7)
* Fixed performance of repeated calls to Mat_VarWrite (regression of v1.5.7)
* Fixed bugs reading (hyperslabs of) numeric array where the variable data type
differs from the desired output data type
* Increased testsuite coverage
Expand All @@ -41,7 +48,7 @@ Changes in 1.5.9 (22 October 2016)
* Updated support of HDF5 v1.10.x: No longer depend on deprecated v1.8.x symbols

Changes in 1.5.8 (30 June 2016)
* Fixed bug writing array to v4 MAT file on big endian architecture (broken by v1.5.7)
* Fixed bug writing array to v4 MAT file on big endian architecture (regression of v1.5.7)

Changes in 1.5.7 (22 June 2016)
* Added support for MAT_T_UTF16 when reading character array from v5 MAT file
Expand Down Expand Up @@ -79,7 +86,7 @@ Changes in 1.5.5 (19 February 2016)
* Increased testsuite coverage
* Fixed bug writing complex array to v4 MAT file
* Fixed bug writing cell containing a struct with fields but empty array to compressed v5 MAT file
* Fixed bug reading hyperslabs of cells and struct fields from compressed v5 MAT file (broken by v1.5.3)
* Fixed bug reading hyperslabs of cells and struct fields from compressed v5 MAT file (regression of v1.5.3)
* Fixed bug writing empty character array to uncompressed v5 MAT file
* Fixed bug reading cells and struct fields from HDF5 MAT file
* Fixed bug printing array dimensions in Mat_VarPrint on MinGW
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Table of Contents

1.4 Questions and Reporting Bugs
Questions can be asked using the forums on the sourceforge site hosting
matio (http://sourceforge.net/projects/matio/forums).
matio (https://sourceforge.net/p/matio/discussion).

Bugs, enhancements, etc. should be submitted using one of the trackers
on the sourceforge page (http://sourceforge.net/p/matio/_list/tickets).
on the sourceforge page (https://sourceforge.net/p/matio/_list/tickets).

2.0 Building
This section describes how to build matio. Section 2.1 describes the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ The following people/organizations have helped in the development of matio throu
If you are interested in collaborations, contact us via email (see Section [1.1](#11-contact)).

### 1.4 Questions and Reporting Bugs
Questions can be asked using the forums on the sourceforge site hosting matio ([http://sourceforge.net/projects/matio/forums](http://sourceforge.net/projects/matio/forums)).
Questions can be asked using the forums on the sourceforge site hosting matio ([https://sourceforge.net/p/matio/discussion](https://sourceforge.net/p/matio/discussion)).

Bugs, enhancements, etc. should be submitted using one of the trackers on the sourceforge page ([http://sourceforge.net/p/matio/_list/tickets](http://sourceforge.net/p/matio/_list/tickets)).
Bugs, enhancements, etc. should be submitted using one of the trackers on the sourceforge page ([https://sourceforge.net/p/matio/_list/tickets](https://sourceforge.net/p/matio/_list/tickets)).

## 2.0 Building
This section describes how to build matio. Section [2.1](#21-dependencies) describes the dependencies, Section [2.2](#22-building-matio) how to build/test matio, and Section [2.3](#23-platforms) documents the platforms matio has been tested on.
Expand Down
12 changes: 6 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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.13],[t-beu@users.sourceforge.net],[],
[http://sourceforge.net/projects/matio])
AC_INIT([MATIO],[1.5.14],[t-beu@users.sourceforge.net],[],
[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],13,[Matio release level number])
AC_DEFINE_UNQUOTED([MATIO_VERSION],1513,[Matio version number])
PACKAGE_RELEASE_DATE="22 October 2018"
AC_DEFINE_UNQUOTED([MATIO_VERSION_STR],"1.5.13",[Matio version number])
AC_DEFINE_UNQUOTED([MATIO_RELEASE_LEVEL],14,[Matio release level number])
AC_DEFINE_UNQUOTED([MATIO_VERSION],1514,[Matio version number])
PACKAGE_RELEASE_DATE="11 March 2019"
AC_DEFINE_UNQUOTED([MATIO_VERSION_STR],"1.5.14",[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 @@ -35,8 +35,8 @@
@sp 0
@title
@subtitle User Manual
@subtitle for version 1.5.13
@subtitle October 2018
@subtitle for version 1.5.14
@subtitle March 2019
@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
Expand Up @@ -5,8 +5,8 @@ VS_VERSION_INFO VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
#endif
FILEVERSION 1,5,13,0
PRODUCTVERSION 1,5,13,0
FILEVERSION 1,5,14,0
PRODUCTVERSION 1,5,14,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS 1
Expand All @@ -23,12 +23,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.13\0"
VALUE "FileVersion", "1.5.14\0"
VALUE "InternalName", "libmatio.dll\0"
VALUE "LegalCopyright", "(C) 2005-2019, Christopher Hulbert\0"
VALUE "OriginalFilename", "libmatio.dll\0"
VALUE "ProductName", "libmatio\0"
VALUE "ProductVersion", "1.5.13\0"
VALUE "ProductVersion", "1.5.14\0"
VALUE "Comments","\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions visual_studio/matioConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,16 +228,16 @@
#define PACKAGE_NAME "MATIO"

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

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "matio"

/* Define to the home page for this package. */
#define PACKAGE_URL "http://sourceforge.net/projects/matio"
#define PACKAGE_URL "https://sourceforge.net/projects/matio"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5.13"
#define PACKAGE_VERSION "1.5.14"

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

/* Version number of package */
#define VERSION "1.5.13"
#define VERSION "1.5.14"

/* 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 @@ -34,13 +34,13 @@
#define MATIO_MINOR_VERSION 5

/* Matio release level number */
#define MATIO_RELEASE_LEVEL 13
#define MATIO_RELEASE_LEVEL 14

/* Matio version number */
#define MATIO_VERSION 1513
#define MATIO_VERSION 1514

/* Matio version string */
#define MATIO_VERSION_STR "1.5.13"
#define MATIO_VERSION_STR "1.5.14"

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

0 comments on commit 4f8d76a

Please sign in to comment.