summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-06-18 19:55:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-06-18 19:55:47 (GMT)
commitf1566336ae8a19e34d23e9fc7fa4a9844a6fa26a (patch)
tree72ddbeae8bd36de5762dc45f867672a93d1c37aa /release_docs
parent8a75f17670000b64440890e710b2f9053d2ae31e (diff)
downloadhdf5-f1566336ae8a19e34d23e9fc7fa4a9844a6fa26a.zip
hdf5-f1566336ae8a19e34d23e9fc7fa4a9844a6fa26a.tar.gz
hdf5-f1566336ae8a19e34d23e9fc7fa4a9844a6fa26a.tar.bz2
[svn-r15234] Description:
Bring revisions 14800:14900 from trunk into metadata journaling branch Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.5.2 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e5f4539..881865b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.9.2 currently under development
+HDF5 version 1.9.5 currently under development
================================================================================
@@ -70,6 +70,10 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Fixed the problem with the searching of target file for H5Lcreate_external().
+ The searching pattern will depend on whether the target file's
+ pathname is an absolute or a relative path. Please see the description
+ in the RM for H5Lcreate_external(). (VC - 4/8/08)
- Fixed possible file corruption bug when encoding datatype
descriptions for compound datatypes whose size was between
256 & 511 bytes and the file was opened with the "use the
@@ -90,13 +94,15 @@ Bug Fixes since HDF5-1.8.0 release
- Fixed bug in h5diff that prevented datasets & attributes with
variable-length string elements from comparing correctly.
(QAK - 2008/02/28)
-
- h5import bug on Windows w/binary datasets. fread in windows needs a
binary file to be open with 'rb' instead of 'r' otherwise it
terminates execution if an end of file character is found on the
input file. Besides that the binary file generated needs to be open
with 'wb' , otherwise an end of line character is read twice.
(PVN - 2008/02/19)
+ - Fixed bug in h5dump that caused binary output to be made only for the first
+ dataset, when several datasets were requested. (PVN - 2008/04/07)
+
Documentation
@@ -106,6 +112,14 @@ Bug Fixes since HDF5-1.8.0 release
F90 APIs
--------
+
+ C++ APIs
+ --------
+ - Fixed bug that caused segfaults in Attribute::read. (BMR - 2008/04/20)
+ - Fixed bug in PropList::getClassName to use portable HDfree instead
+ of free. (BMR - 2008/04/20)
+
+
Platforms Tested
================