Changelog for
libhdf5_hl0-1.8.5.1-1.2.i586.rpm :
Tue Nov 16 13:00:00 2010 pgajdosAATTsuse.cz
- updated to 1.8.5-patch1 (see release_docs/RELEASE.txt or
http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.5-patch1-RELEASE.txt
for details)
Thu Aug 19 14:00:00 2010 pgajdosAATTsuse.cz
- updated to 1.8.5 (see release_docs/RELEASE.txt for changes)
* removed upstreamed signal.patch
Thu Nov 19 13:00:00 2009 pgajdosAATTsuse.cz
- updated to 1.8.4 (see release_docs/RELEASE.txt for changes)
- removed upstreamed patches:
- gcc4.patch
- strings.patch
- other patches refreshed with quilt
Mon Jun 1 14:00:00 2009 prusnakAATTsuse.cz
- updated to 1.8.3:
* changelist too long (see release_docs/RELEASE.txt for changes)
- fix wrong strings handling (strings.patch)
Thu May 7 14:00:00 2009 pgajdosAATTsuse.cz
- fixed build with new gcc, see [bnc#501751]
Mon Mar 2 13:00:00 2009 crrodriguezAATTsuse.de
- save 9MB removing static libraries
Tue Jan 13 13:00:00 2009 pgajdosAATTsuse.cz
- updated to 1.8.2:
- Upgraded libtool to version 2.2.6a. (MAM - 2008/10/15).
- Added two new public routines: H5Pget_elink_fapl() and
H5Pset_elink_fapl(). (see bug #1247) (VC - 2008/10/13)
- Improved free space tracking in file to be faster. (QAK - 2008/10/06)
- Added \'mounted\' field to H5G_info_t struct. (QAK - 2008/07/15)
- h5repack: added new options -u and -b to add a userblock to an HDF5
file during the repack. (PVN - 2008/08/26)
- h5repack: added options -t and -a to call H5Pset_alignment while
creating a repacked file. (PVN - 2008/08/29)
- h5ls: added capability to traverse through external links when the -r
(recursive) flag is given. (NAF - 2008/09/16)
- h5ls: added -E option to enable traversal of external links.
h5ls will not traverse external links without this flag being set.
(NAF - 2008/10/06)
- h5dump: when -b flag is used without a keyword after it, binary
output defaults to NATIVE. MEMORY keyword was deprecated
and replaced by NATIVE keyword. (PVN - 2008/10/30)
- h5diff: returns 1 when file graphs differ by any object.
Error return code was changed to 2 from -1. (PVN - 2008/10/30)
- h5import: TEXTFPE (scientific format) was deprecated. Use TEXTFP
instead (PVN - 2008/10/30)
- Added optional parameter \'mounted\' to H5Gget_info_f,
H5Gget_info_by_idx_f, H5Gget_info_by_name_f (MSB - 2008/09/24)
- Added H5Tget_native_type_f (MSB - 2008/09/30)
- These member functions were added as wrapper for H5Rdereference to
replace the incorrect IdComponent::dereference().
void H5Object::dereference(H5Object& obj, void
* ref,
H5R_type_t ref_type=H5R_OBJECT)
void H5Object::dereference(H5File& h5file, void
* ref,
H5R_type_t ref_type=H5R_OBJECT)
void H5Object::dereference(Attribute& obj, void
* ref,
H5R_type_t ref_type=H5R_OBJECT)
In addition, these constructors were added to create the associated
objects by way of dereference:
DataSet(H5Object& obj, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
DataSet(H5File& file, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
DataSet(Attribute& attr, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
Group(H5Object& obj, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
Group(H5File& obj, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
Group(Attribute& attr, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
DataType(H5Object& obj, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
DataType(H5File& file, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
DataType(Attribute& attr, void
* ref, H5R_type_t ref_type=H5R_OBJECT)
(BMR - 2008/10/29)
- removed destdir.patch
Mon Jan 12 13:00:00 2009 pgajdosAATTsuse.cz
- fortran modules builds from now [bnc#457593]
Tue Nov 11 13:00:00 2008 pgajdosAATTsuse.cz
- fixing build of fortran interface moved to the future
Wed Jul 2 14:00:00 2008 pgajdosAATTsuse.cz
- updated to 1.8.1 [bnc#401626]
* Enhanced group object management
* Enhanced attribute management and more efficient meta data handling
* Expanded datatype features
* Creation order tracking and indexing
* Improved meta data caching and cache control
* UTF-8 encoding
* New I/O filters: n-bit and scale+offset compression
* New link (H5L) and object (H5O) interfaces and features
* External and user-defined links
* New high-level APIs:
HDF5 Packet Table (H5PT) and HDF5 Dimension Scale (H5DS)
* C++ and Fortran interfaces for older high-level APIs:
H5Lite (H5LT), H5Image (H5IM), and H5Table (H5TB)
* New and improved tools
- removed doc package (doc/html no longer provided with package)
- octave builds againist 1.6 compatibility stuff