summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMuqun Yang <myang6@hdfgroup.org>2020-02-06 20:29:10 (GMT)
committerMuqun Yang <myang6@hdfgroup.org>2020-02-06 20:29:10 (GMT)
commit2608e3ce88211cefc8deec5a845c36031b7d8c42 (patch)
tree116fb805a8d1c8185f3907f6f77f87bf5b9b7e3d /release_docs
parentb77643a06e2702153f0a8691a68b600333f9ded4 (diff)
downloadhdf5-2608e3ce88211cefc8deec5a845c36031b7d8c42.zip
hdf5-2608e3ce88211cefc8deec5a845c36031b7d8c42.tar.gz
hdf5-2608e3ce88211cefc8deec5a845c36031b7d8c42.tar.bz2
HDFFV-11014, move the description to the first order.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e73b07f..05e4349 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -309,14 +309,6 @@ Bug Fixes since HDF5-1.8.21
Tools
-----
- - h5repack was fixed to repack datasets with external storage
- to other types of storage.
-
- New test added to repack files and verify the correct data using h5diff.
-
- (JS - 2019/09/25, HDFFV-10408)
- (ADB - 2019/10/02, HDFFV-10918)
-
- h5repack was fixed to repack the reference attributes properly.
The code line that checks if the update of reference inside a compound
datatype is misplaced outside the code block loop that carries out the
@@ -324,11 +316,19 @@ Bug Fixes since HDF5-1.8.21
type was repacked again as the reference type and caused the failure of
repacking. The fix is to move the corresponding code line to the correct
code block.
-
(KY -2020/02/05, HDFFV-11014)
+ - h5repack was fixed to repack datasets with external storage
+ to other types of storage.
+
+ New test added to repack files and verify the correct data using h5diff.
+
+ (JS - 2019/09/25, HDFFV-10408)
+ (ADB - 2019/10/02, HDFFV-10918)
+
+
Fortran API
-----------
- Added symbolic links libhdf5_hl_fortran.so to libhdf5hl_fortran.so and