All releases tagged Pre-Release


Release Notes: This release adds support for thread safety on Windows using the Windows threads library. It removes all old code for Metraowerks compilers. H5Tset_order and H5Tget_order now support all data types. A bug preventing closing a data set if a mandatory filter failed has been fixed. A crash when accessing a file via a broken link has been fixed. There are code speedups.


Release Notes: This release adds support for dense attributes to the H5Ocopy, H5Pset_elink_cb, and H5Pget_elink_cb functions to support a user-defined callback function for external link traversal, and H5Pset_elink_acc_flags and H5Pget_elink_acc_flags functions to allow the user to specify the file access flags used to open the target file of an external link. There are minor bugfixes.


Release Notes: Assorted minor bugfixes were made to the code and test suites.


Release Notes: Assorted minor bugfixes, including fixing autounmounting multiple variables at the same time.


Release Notes: The H5Iis_valid(), H5Pset_chunk_cache(), and H5Pget_chunk_cache() functions were added. libtool was updated. H5Ovisit and H5Ovisit_by_name will now properly terminate when the callback function returns a positive value on the starting object. An error where a null message could be created that was larger than could be written to the file was fixed.


Release Notes: An error has been fixed with family/split/multi VFD not updating driver info when the "latest" version of the file format is used. Alignment+threshold errors when metadata aggregation is enabled have been fixed. H5Fget_obj_count and H5Fget_obj_ids have been changed to ignore objects registered by the library for internal library use. A potential memory leak during compound conversion has been fixed. An error with 'make check install' has been fixed. An issue with finding szip shared libraries has been fixed.


Release Notes: Minor enhancements to the C++ API. Minor enhancements to repack the application. Minor bugfixes.


No changes have been submitted for this release.


Release Notes: A problem where a library could cause a segmentation fault when an invalid location ID was given to H5Giterate() was fixed. Improper shutdown when objects have reference count greater than 1 was fixed. The repack tool API was enhanced.


Release Notes: Incorrect IdComponent::dereference() calls were replaced with correct H5Object::dereference() calls. Numerous bugfixes and sanity checks were added.