summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-04-13 20:07:33 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-04-13 20:07:33 (GMT)
commita05374bb68b748144e67523b8ca57f2cc6afb9d7 (patch)
tree9d0fe61ef864fe5437143b8ee5a6baa092e2e519
parent410a50b54b4e99c058066b88383568aae0757b36 (diff)
downloadhdf5-a05374bb68b748144e67523b8ca57f2cc6afb9d7.zip
hdf5-a05374bb68b748144e67523b8ca57f2cc6afb9d7.tar.gz
hdf5-a05374bb68b748144e67523b8ca57f2cc6afb9d7.tar.bz2
[svn-r26793] Update formatting in RELEASE.txt, and expand on note about H5Sextent_copy.
Tested: kate
-rw-r--r--release_docs/RELEASE.txt19
1 files changed, 12 insertions, 7 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a48c3bd..cd26719 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -191,10 +191,11 @@ New Features
(DER - 2015-03-09, HDFFV-9083 and 9085)
- - Added -D_DEFAULT_SOURCE to CPPFLAGS on Linux systems. This is the
- replacement for -D_BSD_SOURCE in versions of glibc since 2.19. Since both
- are defined, it should work for all versions of glibc. Defining both
- suppresses the warning about defining _BSD_SOURCE.
+ - Added -D_DEFAULT_SOURCE to CPPFLAGS on Linux systems
+
+ This is the replacement for -D_BSD_SOURCE in versions of glibc since 2.19.
+ Since both are defined, it should work for all versions of glibc. Defining
+ both suppresses the warning about defining _BSD_SOURCE.
(NAF - 2015-04-02, HDFFV-9079)
@@ -395,11 +396,15 @@ Bug Fixes since HDF5-1.8.14
(MSB - 2015/3/10, HDFFV-7959)
- - Fixed bugs in H5Sextent_copy that resulted in leaked memory and incorrect
- number of elements selected.
+ - Fixed bugs in H5Sextent_copy
+
+ H5Sextent_copy would not free the previous extent, resulting in a memory
+ leak. Also, H5Sextent_copy would not update the number of elements
+ selected if the selection was "all", causing various problems. These
+ issues have been fixed.
(NAF - 2015/04/02)
-
+
Parallel Library
----------------