/** \page rel_spec_112_change Release Software Changes for HDF5 1.12 * * Navigate back: \ref index "Main" / \ref release_specific_info / \ref rel_spec_112 *
| Filename | Description |
|---|---|
| Release Notes | Technical notes regarding the current release of the HDF5 library (RELEASE.txt in the source code) |
| HISTORY-1_12.txt | Release information for all HDF5-1.12 releases |
| HISTORY-1_10_0-1_12_0.txt | Development history between the HDF5-1.10.0 and HDF5-1.12.0 releases |
| HISTORY-1_10.txt | Release information for all HDF5-1.10 releases |
| HISTORY-1_8_0-1_10_0.txt | Development history between the HDF5-1.8.0 and HDF5-1.10.0 releases |
| HISTORY-1_8.txt | Release information for HDF5-1.8.0 through HDF5-1.8.21 releases |
| HISTORY-1_0-1_8_0_rc3.txt | Technical notes starting with HDF5-1.0.0 and ending with HDF5-1.8.0-rc3 (the state of the code prior to the HDF5-1.8.0 release) |
DataSet::operator= - Operator= for DataSet class
\li FileAccPropList::getFileLocking - See #H5Pget_file_locking for details
\li FileAccPropList::setFileLocking - See #H5Pset_file_locking for details
See the API Compatibility report for complete details.
\subsubsection subsubsec_rel_spec_112_change_1versus0_compat Compatibility Notes and Report
See API Compatibility Reports for 1.12 for information regarding compatibility with previous releases.
\subsection subsec_rel_spec_112_change_0versus10_6 Release 1.12.0 versus Release 1.10.6
This section lists interface-level changes and other user-visible changes in behavior in the
transition from HDF5 Release 1.10.6 to Release 1.12.0.
\subsubsection subsubsec_rel_spec_112_change_0versus10_6_new New Features
For a description of the major new features that were introduced, please see \ref sec_rel_spec_112_feat.
h5lget_info_f - The function h5lget_info_f is mapped to #H5Lget_info2.
\li h5lget_info_by_idx_f - The function h5lget_info_by_idx_f is mapped to #H5Lget_info_by_idx2.
\li \ref h5l::h5literate_f - The function h5literate_f is mapped to #H5Literate2.
\li \ref h5l::h5literate_by_name_f - The function h5literate_by_name_f is mapped to #H5Literate_by_name2.
\li h5oopen_by_token_f - Opens an object in an HDF5 file using its VOL independent token
\li h5otoken_cmp_f - Compares two VOL connector object tokens
\li \ref h5p::h5pget_vol_id_f - Returns the identifier of the current VOL connector
\li \ref h5p::h5pset_vol_f - Set the file VOL connector for a file access property list
\li \ref h5vl::h5vlclose_f - Closes a VOL connector identifier
\li \ref h5vl::h5vlget_connector_id_f - Retrieves the VOL connector identifier for a given object identifier
\li \ref h5vl::h5vlget_connector_id_by_name_f - Retrieves the identifier for a registered VOL connector name
\li \ref h5vl::h5vlget_connector_id_by_value_f - Retrieves the identifier for a registered VOL connector value
\li \ref h5vl::h5vlget_connector_name_f - Retrieves the connector name for the VOL associated with the object or file identifier
\li \ref h5vl::h5vlis_connector_registered_by_name_f - Tests whether a VOL class has been registered or not for a connector name
\li \ref h5vl::h5vlis_connector_registered_by_value_f - Tests whether a VOL class has been registered or not for a connector value
\li \ref h5vl::h5vlregister_connector_by_name_f - Registers a new VOL connector by name
\li \ref h5vl::h5vlregister_connector_by_value_f - Registers a new VOL connector by connector value
\li \ref h5vl::h5vlunregister_connector_f - Removes a VOL connector identifier from the library
H5File::getFileNum - See #H5Fget_fileno
\li H5File::isAccessible - See #H5Fis_accessible
\li LinkCreatPropList::getCreateIntermediateGroup - See #H5Pget_create_intermediate_group
\li LinkCreatPropList::setCreateIntermediateGroup - See #H5Pset_create_intermediate_group
\li H5Location::getLinkInfo - See #H5Lget_info
\li H5Location::getNativeObjinfo - See #H5Oget_native_info
\li H5Location::getObjinfo - See #H5Oget_info
\li H5Object::visit - See #H5Ovisit
\subsubsection subsubsec_rel_spec_112_change_0versus10_6_compat API Compatibility
See API Compatibility Macros in HDF5 for details on using HDF5 version 1.12 with previous releases.
[Compatibility report for Release 1.12.0 versus Release 1.10.6]()
*
*