diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-03-05 13:48:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-03-05 13:48:54 (GMT) |
commit | 570b83595d2e3e4dab0a4dcac994ccbd635110a4 (patch) | |
tree | 812ea000824e06bf0ad0ea9250b33cb5abcb543b | |
parent | 977f5dea26aba53c7fccf43c59c7a3aba7fe945f (diff) | |
download | hdf5-570b83595d2e3e4dab0a4dcac994ccbd635110a4.zip hdf5-570b83595d2e3e4dab0a4dcac994ccbd635110a4.tar.gz hdf5-570b83595d2e3e4dab0a4dcac994ccbd635110a4.tar.bz2 |
[svn-r16545] Added text that long_long macro was removed. This should have been added with r16489.
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b756130..efcceea 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -142,6 +142,9 @@ Bug Fixes since HDF5-1.8.0 release 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 |