diff options
Diffstat (limited to 'doc/html/ADGuide/RELEASE.txt')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 41 |
1 files changed, 32 insertions, 9 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index b40c5b1..fbea729 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.3-post0 released on Sat Mar 23 06:57:14 CST 2002 +HDF5 version 1.4.4-snap0 released on Thu Apr 18 09:05:17 CDT 2002 ============================================================================== @@ -40,14 +40,21 @@ New Features o Library ========= - o General - --------- - - o APIs - ------ - - o Performance - ------------- + o General + --------- + * Fill-value's forward-compatibility with 1.5 was added. SLU - + 2002/04/11 + * Added serial multi-gigabyte file size test. "test/big -h" shows + the help page. AKC - 2002/03/29 + * A new query function H5Tget_member_index has been added for compound + and enumeration data types, to retrieve member's index by name. + SLU - 2002/04/05 + + o APIs + ------ + + o Performance + ------------- o Parallel Library ================== @@ -55,6 +62,7 @@ New Features o Tools ======= + o Support for new platforms and languages ========================================= @@ -62,6 +70,21 @@ New Features Bug Fixes since HDF5-1.4.3 Release ================================== + * Fixed bug where the data for several level deep nested compound & + variable-length datatypes used for datasets were getting corrupted when + written to the file. QAK - 2002/04/17 + * Fixed bug where selection offset was being ignored for certain hyperslab + selections when optimized I/O was being performed. QAK - 2002/04/02 + * Fixed limitation in h5dumper with object names which reached over 1024 + characters in length. We can now handle arbitrarily larger sizes for + object names. BW - 2002/03/29 + * Fixed bug where variable-length string type doesn't behave as + string. SLU - 2002/03/28 + * Fixed bug in H5Gget_objinfo() which was not setting the 'fileno' + of the H5G_stat_t struct. QAK - 2002/03/27 + * Fixed data corruption bug in hyperslab routines when contiguous + hyperslab that spans entire dimension and is larger than type + conversion buffer is attempted to be read. QAK - 2002/03/26 Documentation |