summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-11-07 01:46:28 (GMT)
committerGitHub <noreply@github.com>2023-11-07 01:46:28 (GMT)
commit106fb56936d1d785ca96147601a3608e433ddc3b (patch)
treead92e0b73e3484fef23e6703c6f7bca163a8f9d4
parenta3e1d7f7b71816244c0ceeabe6ce6a7ae674e3ff (diff)
downloadhdf5-hdf5_1_12_3.zip
hdf5-hdf5_1_12_3.tar.gz
hdf5-hdf5_1_12_3.tar.bz2
Hdf5 1 12 3 release (#3833)hdf5-1_12_3hdf5_1_12_3
* Change libaec and zlib tar.gz filenames to those in cacheinit.cmake. * Add release date. * Revert position change of enum entries in H5ESpublic.h. Update release date.
-rw-r--r--README.md3
-rw-r--r--release_docs/RELEASE.txt2
-rw-r--r--src/H5ESpublic.h4
3 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index c85ebe1..2a44114 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-HDF5 version 1.12.3 released on 2023-11-03
+HDF5 version 1.12.3 released on 2023-11-06
+
![HDF5 Logo](doxygen/img/HDF5.png)
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ddf25d0..94049ed 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.12.3 released on 2023-11-03
+HDF5 version 1.12.3 released on 2023-11-06
================================================================================
diff --git a/src/H5ESpublic.h b/src/H5ESpublic.h
index 6180487..d148e4e 100644
--- a/src/H5ESpublic.h
+++ b/src/H5ESpublic.h
@@ -34,8 +34,8 @@
typedef enum H5ES_status_t {
H5ES_STATUS_IN_PROGRESS, /**< Operation(s) have not yet completed */
H5ES_STATUS_SUCCEED, /**< Operation(s) have completed, successfully */
- H5ES_STATUS_CANCELED, /**< Operation(s) has been canceled */
- H5ES_STATUS_FAIL /**< An operation has completed, but failed */
+ H5ES_STATUS_FAIL, /**< An operation has completed, but failed */
+ H5ES_STATUS_CANCELED /**< Operation(s) has been canceled */
} H5ES_status_t;
/********************/