summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-03-05 13:47:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-03-05 13:47:40 (GMT)
commit8dc61483f2babee6f68f41ea9cf68b2f6044139e (patch)
treeca2f41fac7d5761ea8a8840d2d116ba00b6b77ec
parent5fb2e403a672778fd0c70fc25fc6d7bf65c55ac0 (diff)
downloadhdf5-8dc61483f2babee6f68f41ea9cf68b2f6044139e.zip
hdf5-8dc61483f2babee6f68f41ea9cf68b2f6044139e.tar.gz
hdf5-8dc61483f2babee6f68f41ea9cf68b2f6044139e.tar.bz2
[svn-r16544] Added text that long_long macro was removed. This should have been added with r16490.
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5f276fd..becbdc4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -61,6 +61,9 @@ 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.