summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-06-01 18:14:05 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-06-01 18:14:05 (GMT)
commit4e2bc42079799254a0b93517066cad229986ffbc (patch)
treed23ee6fbf96c2ec18693e26ddde593631e332a90 /release_docs
parentf03588541b43c5641accbc27af182bff5d8faef6 (diff)
parent38c3b23220d231c3ccb1dadf921ca35894ec5a08 (diff)
downloadhdf5-4e2bc42079799254a0b93517066cad229986ffbc.zip
hdf5-4e2bc42079799254a0b93517066cad229986ffbc.tar.gz
hdf5-4e2bc42079799254a0b93517066cad229986ffbc.tar.bz2
Merge branch 'hdf5_1_8' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/COPYING11
-rw-r--r--release_docs/RELEASE.txt27
2 files changed, 28 insertions, 10 deletions
diff --git a/release_docs/COPYING b/release_docs/COPYING
index 6903daf..6497ace 100644
--- a/release_docs/COPYING
+++ b/release_docs/COPYING
@@ -5,12 +5,9 @@
The files and subdirectories in this directory are part of HDF5.
The full HDF5 copyright notice, including terms governing use,
- modification, and redistribution, is contained in the files COPYING
- and Copyright.html. COPYING can be found at the root of the source
- code distribution tree; Copyright.html can be found at the root
- level of an installed copy of the electronic HDF5 document set and
- is linked from the top-level documents page. It can also be found
- at http://www.hdfgroup.org/HDF5/doc/Copyright.html. If you do not
- have access to either file, you may request a copy from
+ modification, and redistribution, is contained in the COPYING file
+ which can be found at the root of the source code distribution tree
+ or in https://support.hdfgroup.org/ftp/HDF5/releases. If you do
+ not have access to either file, you may request a copy from
help@hdfgroup.org.
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e67d20a..78a9e23 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -58,7 +58,7 @@ New Features
Configuration
-------------
- CMake minimum is now 3.2.2. (ADB 2016/01/10)
-
+
Library
@@ -141,8 +141,29 @@ Bug Fixes since HDF5-1.8.18
Tools
-----
- - None
+ - h5repack
+
+ h5repack did not maintain the creation order flag of the root
+ group.
+
+ Improved h5repack by reading the creation order and applying the
+ flag to the new root group. Also added arguments to set the
+ order and index direction, which applys to the traversing of the
+ original file, on the command line.
+
+ (ADB - 2017/05/26, HDFFV-8611)
+ - h5diff
+
+ h5diff failed to account for strpad type and null terminators
+ of char strings. Also, h5diff failed to account for string length
+ differences and would give a different result depending on file
+ order in the command line.
+
+ Improved h5diff compare of strings and arrays by adding a check for
+ string lengths and if the strpad was null filled.
+
+ (ADB - 2017/05/18, HDFFV-9055, HDFFV-10128)
Fortran API
-----------
@@ -221,7 +242,7 @@ They are built with the configure process unless specified otherwise.
Windows 7 x64 Visual Studio 2012 w/ Intel Fortran 15 (cmake)
Visual Studio 2013 w/ Intel Fortran 15 (cmake)
Visual Studio 2015 w/ Intel Fortran 16 (cmake)
-
+
Windows 10 Visual Studio 2015 w/ Intel Fortran 16 (cmake)
Windows 10 x64 Visual Studio 2015 w/ Intel Fortran 16 (cmake)