summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-03-05 13:52:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-03-05 13:52:27 (GMT)
commit6c526e3bfe2b5160b1a1733b74a7ed446962338a (patch)
tree96fc309b0d156332bb2bd145485a5f22422893c9 /release_docs
parent8dc61483f2babee6f68f41ea9cf68b2f6044139e (diff)
downloadhdf5-6c526e3bfe2b5160b1a1733b74a7ed446962338a.zip
hdf5-6c526e3bfe2b5160b1a1733b74a7ed446962338a.tar.gz
hdf5-6c526e3bfe2b5160b1a1733b74a7ed446962338a.tar.bz2
[svn-r16546] Moved long_long comment to correct location under bugs fixed since section.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index becbdc4..448cae4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -61,9 +61,6 @@ New Features
Library
-------
- - 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)
- Added support for dense attributes to H5Ocopy. XCao/NAF - 2009/01/29
- Added H5Pset_elink_cb and H5Pget_elink_cb functions to support a
user-defined callback function for external link traversal.
@@ -117,6 +114,9 @@ Bug Fixes since HDF5-1.8.2
Library
-------
+ - 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)
- Fixed various bugs that could prevent the fill value from being written
in certain rare cases. NAF - 2009/02/26
- Fixed a bug that prevented more than one dataset chunk from being cached