summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-03-07 16:09:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-03-07 16:09:42 (GMT)
commit22eaae599991804716cfe226859c3679e4494213 (patch)
tree6b77b2793dd9ffde4464541fc0e6346269d5c2e4 /release_docs/RELEASE.txt
parent8f5530e3be3e3c53951a0fa64a13d89d674b22d1 (diff)
downloadhdf5-22eaae599991804716cfe226859c3679e4494213.zip
hdf5-22eaae599991804716cfe226859c3679e4494213.tar.gz
hdf5-22eaae599991804716cfe226859c3679e4494213.tar.bz2
[svn-r29309] HDFFV-9698, HDFFV-9241, HDFFV-9570: Merge fixes from trunk for subsetting index, default fill value display, and optional arg crash. Also some minor compiler warnings fixes.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt32
1 files changed, 28 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ce770cd..1b44917 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -65,7 +65,9 @@ New Features
- Cmakehdf5: added --with-szlib to support szip library support; and
--enable/disable-verbose to display all cmake process output.
(AKC, 2015/11/16, HDFFV-8932 and DAILYTEST-195)
-
+
+ - CMake minimum is now 3.1.0. (ADB 2015/11/14)
+
Library
-------
- None
@@ -164,7 +166,29 @@ Bug Fixes since HDF5-1.8.16
Tools
-----
- - None
+ - h5dump subsetting fixed for dims greater then two.
+
+ When a dataset has more then two dimensions, subsetting would incorrectly
+ calculate the data that needed to be displayed.
+ Added in block and stride calculation that account for dimensions greater
+ then two. NOTE: lines that have line breaks inserted because of display
+ length calculations, may have index info that is incorrect until the next
+ dimension break.
+
+ (ADB, 2016/03/07, HDFFV-9698)
+
+ - h5dump issue with argument segfault.
+
+ When an argument with an optional value was at the end of the command line
+ with a value, h5dump would crash. Reworked check for remaining arguments.
+
+ (ADB, 2016/03/07, HDFFV-9570)
+
+ - h5dump issue with default fill value.
+
+ Added all default cases of fill value to display of fill value..
+
+ (ADB, 2016/03/07, HDFFV-9241)
Fortran API
------------
@@ -238,13 +262,13 @@ They are built with the configure process unless specified otherwise.
Windows 7 Visual Studio 2012 w/ Intel Fortran 15 (cmake)
Visual Studio 2013 w/ Intel Fortran 15 (cmake)
- Visual Studio 2015 w/ Intel Fortran 16 (cmake)
+ Visual Studio 2015 (cmake)
Cygwin(CYGWIN_NT-6.1 2.2.1(0.289/5/3) gcc(4.9.3) compiler and gfortran)
(cmake and autotools)
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)
+ Visual Studio 2015 (cmake)
Windows 8.1 Visual Studio 2012 w/ Intel Fortran 15 (cmake)
Visual Studio 2013 w/ Intel Fortran 15 (cmake)