File matio.changes of Package matio
-------------------------------------------------------------------
Thu Aug 1 07:19:08 UTC 2013 - dmitry_r@opensuse.org
- Update to version 1.5.2
* Added support for linear data read for v4 and HDF5 MAT files
* Fixed bug reading slices of variables in matdump
* Fix feof calls so they compile on platforms that dereference
the argument in a macro
* More robust checking that file is MAT file and eliminates some
segmentation faults
* Various fixes for unused variables, unnecessary initializations,
etc. that cause compilers to issue diagnostices
* Several other fixes
-------------------------------------------------------------------
Sun Mar 10 18:19:52 UTC 2013 - dmitry_r@opensuse.org
- Update to version 1.5.1
* Fix bug writing compressed HDF5 files
* Fix bug reading cell array elements written with a non-empty
variable name
* Fix bug writing complex sparse matrices as struct fields or
cell elements to uncompressed v5 MAT files
* Fix a number of potential issues identified via static analysis
* Fix uninitialized pointers when creating structures through
Mat_VarCreateStruct, and fix a bug in the struct API testsuite
* Fix extended sparse support in v7.3 MAT files and add 64-bit
integer support for v5 MAT files
* Add missing support for reading hyperslabs from HDF5 MAT files
* Added variable indexing notation support to matdump to display
subsets of variables
* Added tests for extended sparse support in testsuite
* Add missing enumerations or default case in switch statements
* removed obsolete gcc-warnings-fix.patch
* removed obsolete matvar_struct.patch
* removed obsolete mat4_bigendian.patch
-------------------------------------------------------------------
Thu Dec 20 16:43:12 UTC 2012 - dvaleev@suse.com
- Fix Big Endian issues in mat4. (mat4_bigendian.patch)
-------------------------------------------------------------------
Thu Dec 20 14:59:20 UTC 2012 - dvaleev@suse.com
- Fix failing 684 686 test (matvar_struct.patch)
-------------------------------------------------------------------
Fri Aug 17 09:12:59 UTC 2012 - toddrme2178@gmail.com
- Various spec file cleanups
-------------------------------------------------------------------
Thu Aug 16 16:23:56 UTC 2012 - dmitry_r@opensuse.org
- update to version 1.5.0
* Support for reading/writing HDF5 format MAT files
* Bug fixes for compressed variables that caused issues with
matio reading them.
* Upgrade of dimensions in matvar_t structure to size_t enabling
support for large arrays.
* A testsuite
- add gcc-warnings-fix.patch: fix implicit declaration
- remove libmatio0-1.3.3-doxygen.patch: now matio doesn't use
doxygen
-------------------------------------------------------------------
Wed Jun 27 20:29:23 UTC 2012 - scorot@free.fr
- fix documentation build thanks to a patch from debian
- spec file reformating and cleanup