summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2010-02-23 16:34:42 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2010-02-23 16:34:42 (GMT)
commit1c6edf3117a0a006ed3e46974da37222927939a4 (patch)
tree7586043f33198131acf77461d79163c7e9c083c6
parentd74646bbe6fe019693fbe95cb169c44ede0d4d4e (diff)
downloadhdf5-1c6edf3117a0a006ed3e46974da37222927939a4.zip
hdf5-1c6edf3117a0a006ed3e46974da37222927939a4.tar.gz
hdf5-1c6edf3117a0a006ed3e46974da37222927939a4.tar.bz2
[svn-r18315] Purpose: hdf5-1_8_4-patch1
- Ran bin/release to patch RELEASE.txt and README.txt with release date information and to generate release tarballs. - Updated RELEASE.txt to separate changes since 1.8.4 to better highlight the patch note. Also added in a link to the website location which describes the problem and solution in more detail.
-rw-r--r--README.txt2
-rw-r--r--release_docs/RELEASE.txt19
2 files changed, 15 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 8088aa9..ccc7f3e 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.4-patch1 currently under development
+HDF5 version 1.8.4-patch1 released on Tue Feb 23 11:31:09 CST 2010
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index babc2b6..a2c861d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.4-patch1 currently under development
+HDF5 version 1.8.4-patch1 released on Tue Feb 23 11:31:09 CST 2010
================================================================================
INTRODUCTION
@@ -45,6 +45,7 @@ CONTENTS
- New Features
- Support for New Platforms, Languages, and Compilers
+- Bug Fixes since HDF5-1.8.4
- Bug Fixes since HDF5-1.8.3
- Platforms Tested
- Supported Configuration Features Summary
@@ -105,6 +106,18 @@ Support for New Platforms, Languages, and Compilers
properly. AKC - 2009/7/28 -
+Bug Fixes since HDF5-1.8.4
+==========================
+
+ Library
+ -------
+ - Fixed a bug where fractal heap IDs for attributes and shared object
+ header messages could be incorrectly encoded in the file for files
+ created on big-endian platforms.
+ Please see http://www.hdfgroup.org/HDF5/release/known_problems if you
+ suspect you have a file with this problem. QAK - 2010/02/23 - 1755
+
+
Bug Fixes since HDF5-1.8.3
==========================
@@ -139,10 +152,6 @@ Bug Fixes since HDF5-1.8.3
Library
-------
- - Fixed a bug where fractal heap IDs for attributes and shared object
- header messages could be incorrectly encoded in the file for files
- created on big-endian platforms. Please see: <put URL here> if you
- suspect you have a file with this problem. QAK - 2010/02/23 - 1755
- Fixed a bug where writing and deleting many global heap objects (i.e.
variable length data) would render the file unreadable. Previously
created files exhibiting this problem should now be readable.