summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-03-23 19:17:12 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-03-23 19:17:12 (GMT)
commit9fe181052710b58a7e851cda60f8c11664448ea4 (patch)
treef3ec0c30506f6e48e574cdbde73cf4b4c77cc493 /release_docs
parent849d015bbd0e12c8a920c3367bd67515842790bf (diff)
downloadhdf5-9fe181052710b58a7e851cda60f8c11664448ea4.zip
hdf5-9fe181052710b58a7e851cda60f8c11664448ea4.tar.gz
hdf5-9fe181052710b58a7e851cda60f8c11664448ea4.tar.bz2
[svn-r16596] Update RELEASE.txt with changes committed in revision 16594.
Tested: kate
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 06196af..4d456d3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -146,6 +146,12 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Fixed a rare problem that could occur with files using the old (pre 1.4)
+ array datatype. (NAF - 2009/03/23)
+ - Modified library to be able to open files with corrupt root group symbol
+ table messages, and correct these errors if they are found. Such
+ files can only be successfully opened with write access.
+ (NAF - 2009/03/23 - 1189)
- Removed the long_long #define and replaced all instances with
"long long". This caused problems with third party products. All
currently supported compliers support the type. (ADB - 2009/03/05)