summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7436] Snapshot version 1.7 release 2HDF Admin2003-08-311-1/+1
|
* [svn-r7434] Purpose:Quincey Koziol2003-08-311-0/+5
| | | | | | | | | | | | | | | | | | | | Bug Fix and code cleanup Description: Correct error in H5T_detect_class that was causing nested compound datatypes with to not detect the datatype class of fields correctly, which caused errors with fill-values, variable-length datatypes and chunks later on. Return the rank of the array datatype from H5Tget_array_dims(), like H5Sget_dims(). Lots of cleanups to datatype code, to make the handling of arrays, compound types, variable-length strings and sequences and enumerated types more consistent and robust. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7426] Purpose:Quincey Koziol2003-08-281-0/+3
| | | | | | | | | | | | | | | | | Bug fix Description: When datasets are deleted from a file, they are removed from the sieve buffer, but instead of invalidating only the part of the sieve buffer affected, the sieve buffer code would throw away the entire sieve buffer, potentially including other raw data in the buffer that hadn't been written to disk yet. Solution: Improve the sieve buffer clearing code to handle partial invalidations. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7421] Purpose:Albert Cheng2003-08-271-0/+3
| | | | | | | | | | | | updated. Description: Solution: Platforms tested: Misc. update:
* [svn-r7412] Purpose:Quincey Koziol2003-08-261-0/+3
| | | | | | | | | | | | | | | | | | | Bug fix Description: H5Gget_objname_by_idx should allow NULL for the 'name' parameter, to allow for querying for the name's length. Solution: Allow NULL for the 'name' parameter, the internal functions were already ready to handle that case. Clean up RM information about H5Gget_objname_by_idx and H5Gget_objtype_by_idx also. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7408] Purpose:Quincey Koziol2003-08-251-38/+50
| | | | Update release notes with bugfix info.
* [svn-r7397] Snapshot version 1.7 release 1HDF Admin2003-08-241-1/+1
|
* [svn-r7391] Purpose:Quincey Koziol2003-08-221-0/+3
| | | | | | | | | | | | | | | | Bug fix Description: H5Gget_num_objs, H5Gget_objname_by_idx and H5Gget_objtype_by_idx were only accepting a group ID, instead of a location ID, as our documentation for them stated. Solution: Allow them to accept a location ID. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7383] Purpose:Quincey Koziol2003-08-191-0/+2
| | | | | | | | | | | | | | | | Bug fix Description: I/O on chunked datasets with a scalar dataspace for the memory dataspace was not working correctly. Solution: Translate the scalar dataspace into a n-dimensional (where n is the number of dimensions of the file's dataspace) dataspace of dimensions 1x1x1... Platforms tested: FreeBSD 4.8 (sleipnir) h5committest (modulo modi4 which is not working correctly)
* [svn-r7377] Purpose:Quincey Koziol2003-08-161-0/+2
| | | | | | | | | | | | | | | | Bug fix Description: Linking and unlinking objects with multiple internal and/or trailing '/'s was not handled well in the library. Solution: "Normalize" strings by removing trailing '/'s and collapsing multiple internal '/'s down into just one '/' before operating on the name. Platforms tested: FreeBSD 4.8 (sleipnir) h5committested
* [svn-r7362] Purpose:Quincey Koziol2003-08-141-0/+3
| | | | | | | | | | | | | Bug fix Description: Allow a user block to be "inserted" in front of a file (probably by writing a validly-sized userblock to a new file and then appending another HDF5 file to the new file). Platforms tested: FreeBSD 4.8 (sleipnir) h5committested
* [svn-r7336] Purpose:Quincey Koziol2003-08-111-0/+3
| | | | | | | | Update readme Description: Noted that hobj_ref_t's and the objno field in the H5G_stat_t structure can now be directly compared for equality by applications.
* [svn-r7331] Purpose:Quincey Koziol2003-08-081-6/+19
| | | | | | | Update docs Description: Updated release notes with recent changes.
* [svn-r7287] Purpose:MuQun Yang2003-08-081-16/+46
| | | | | | | | | | | | | | Add more contents related to szip Fix other bugs Description: Describe where to find szip, how to turn off szip compression. Solution: Platforms tested: Misc. update:
* [svn-r7266] Snapshot version 1.7 release 0HDF Admin2003-07-271-1/+1
|
* [svn-r7259] Purpose:Quincey Koziol2003-07-231-32/+34
| | | | | | | | | | | | | | | Bug fix Description: I/O on chunked datasets with point selections was not working correctly. Solution: Re-wrote some parts of raw data I/O routines that build the selections for each chunk to correctly handle point selections. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7249] Purpose:Albert Cheng2003-07-221-29/+32
| | | | | | | | | | | | updated. Description: Solution: Platforms tested: Misc. update:
* [svn-r7243] Purpose:Quincey Koziol2003-07-211-29/+26
| | | | | | | | | | | | Bug fix Description: Fix bug with combination of fill-values, chunked datasets and variable-length strings. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7232] Purpose:Quincey Koziol2003-07-161-1/+4
| | | | | | | | | | | | | | | | | | | | Bug fix Description: When a non-default indexed storage B-tree internal 'K' value is set by the user, the chunked datasets created in that file (until it is closed) use the user's 'K' value and the data can be accessed correctly, but the 'K' value is not stored in the file. However, once the file is closed and re-opened, the non-default 'K' value is lost and the data in the chunked datasets will not be able to be accessed correctly. Solution: Store the indexed storage B-tree internal 'K' value in the superblock. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7221] Purpose:MuQun Yang2003-07-141-4/+20
| | | | | | | | | | | | | | Update install_windows.txt. Description: the description of using the allexample.dsw needs to be modified with the addition of szip to HDF5 library. Some typos are corrected. Solution: Platforms tested: Misc. update:
* [svn-r7219] Purpose:Quincey Koziol2003-07-141-1/+2
| | | | | | | | | | | | | | Bug fix Description: H5T_BKG_TEMP was accidentally removed from library code, but is used by application's datatype conversion routines. Solution: Revert removal of H5T_BKG_TEMP. Platforms tested: h5committest
* [svn-r7198] Elena Pourmal2003-07-101-233/+5
| | | | | | | | | | | | | | Purpose: Maintenance after 1.6.0 release Description: I cleaned the file. Please note that information about known problems, config features, and tested platforms is there. Please do not forget to modify those sections too! Solution: Platforms tested: Misc. update:
* [svn-r7166] Purpose:Quincey Koziol2003-07-031-1/+1
| | | | | | | | | | Update configuration Description: Now that we've split the tree (Yea!), change the main trunk back to debug on and production off. Also, change the version # to 1.7.0
* [svn-r7163] Purpose:Albert Cheng2003-07-031-6/+14
| | | | | | | | | | | | | Updated some compiler information and the particular entry of TFLOPS supports. Description: Solution: Platforms tested: Misc. update:
* [svn-r7162] Purpose:hdf5-1_6_2hdf5-1_6_1hdf5-1_6_0Albert Cheng2003-07-031-5/+2
| | | | | | | | | | | | Updated parallel installation instruction. Description: Solution: Platforms tested: Misc. update:
* [svn-r7156] Purpose: MaintenanceElena Pourmal2003-07-031-3/+3
| | | | | | | | | | | | | Description: When make install prefix=NEW_DIR is used to specify new location for the installed HDF5 library, h5redeploy should be used to fix h5cc, etc. scripts. INSTALL file suggested to fix scripts by hand. Solution: Modified instructions to use h5redeploy. Platforms tested: verbena Misc. update:
* [svn-r7155] Purpose:Pedro Vicente Nunes2003-07-031-2/+2
| | | | | | | | | | | | updated info for Code warrior (8.0 in W2000), renamed .NET to MSVC++.NET in Windows XP support Description: Solution: Platforms tested: Misc. update:
* [svn-r7151] Purpose: MaintenanceElena Pourmal2003-07-031-7/+7
| | | | | | | | | | | | Description: After talking to Barbara we decided to use ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/ location for Intel and Cray Fortran source code patches. Solution: Edited the file to point to new location. Platforms tested: Misc. update:
* [svn-r7148] Purpose: MiantenanceElena Pourmal2003-07-032-60/+165
| | | | | | | | | | Description: Added information about SZIP and few twicks here and there. Solution: Platforms tested: Misc. update:
* [svn-r7145] Purpose:Albert Cheng2003-07-031-1/+1
| | | | | | | | | | | | | update for release Description: Set the version information to 1.6.0-pre1 to get ready for v1.6 release. Platforms tested: h5committested. Misc. update:
* [svn-r7142] Frank Baker2003-07-031-67/+72
| | | | | | | | Purpose: Insert new Release 1.6.0 "Supprted Configuration Features" table. Platforms tested: Not tested; viewed in vi.
* [svn-r7141] Elena Pourmal2003-07-022-20/+41
| | | | | | | | | | | | | | | | | Purpose: Maintenance for the 1.6.0 release. Description: I updated compilers information for Crays and added h5fc and h5c++ to the new tools sections in REELASE.txt. I added instructions for how to build HDF5 using Intel compilers on Windows. Solution: Platforms tested: Misc. update:
* [svn-r7136] Purpose:Bill Wendling2003-07-011-1/+5
| | | | | | | | Update Description: Reported that the PGI C++ compiler fails to compile the C++ tests correctly...
* [svn-r7134] Purpose:Bill Wendling2003-07-011-2/+2
| | | | | | | | Update Description: Updated the MPE feature mention so that it says "--with-mpe" instead of "--enable-mpe"
* [svn-r7131] Purpose: Maintenance for the fifth round of testingElena Pourmal2003-07-011-1/+1
| | | | | | | | | | | Description: Bumped version number for 1.5.63 after creating a tar ball for the next round of testing Solution: Platforms tested: Misc. update:
* [svn-r7103] Purpose:Bill Wendling2003-06-251-1/+1
| | | | | | | Update Description: HP-UX Fortran parallel works now.
* [svn-r7101] Purpose:Bill Wendling2003-06-251-1/+1
| | | | | | | Update Description: Verified that Intel FOrtran works after much hacking...
* [svn-r7100] Purpose:Bill Wendling2003-06-241-1/+1
| | | | | | | Update Description: Updated with newest information for Intel on Linux.
* [svn-r7099] Elena Pourmal2003-06-241-1/+1
| | | | | | | | | | | | | Purpose: Maintenance Description: Bumped the version number to 1.5.62 after creating a tar ball for the fourth round of testing. Solution: run bin/h5vers -s scipt on arabica Platforms tested: N/A Misc. update:
* [svn-r7074] Purpose:Quincey Koziol2003-06-201-1/+1
| | | | Bump version # after another private snapshot for SAF team.
* [svn-r7061] Purpose:Quincey Koziol2003-06-181-1/+1
| | | | Bump version # after creating private snapshot.
* [svn-r7023] Elena Pourmal2003-06-111-1/+1
| | | | | | | | | | | | | Purpose: Maintenance for the third round of testing Description: Increased the version number to 1.5.59 after creating a tar ball for testing. Solution: Platforms tested: Misc. update:
* [svn-r7020] Purpose:Quincey Koziol2003-06-101-1/+1
| | | | Bump version number after making snapshot
* [svn-r7018] Purpose:Quincey Koziol2003-06-101-0/+3
| | | | | | | | | | | | | | | | | | | | | Bug fix Description: The dataset's modification time was getting set whenever raw data was written with H5Dwrite. Unfortunately, this is a metadata change (which are required to be performed collectively) and H5Dwrite may be called independently from a parallel program, resulting in metadata cache corruption and/or program hangs. Solution: Don't update the modification time when raw data it written. :-( Platforms tested: FreeBSD 4.8 (sleipnir) w/parallel h5committest Misc. update: Noted in release notes and also sent to Frank for updating the docs.
* [svn-r7003] Purpose:Quincey Koziol2003-06-091-0/+3
| | | | | | | | | | | | | | | | | | | Code cleanup/new features. Description: Clean up whitespace & formatting. Make the -S (simple) output display a dataset's modification time in UTC rather than local timezone. Display variable-length datatype information. Simplified & enhanced bitfield datatype information displayed. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r6986] Snapshot version 1.5 release 56HDF Admin2003-06-061-1/+1
|
* [svn-r6975] Purpose:Quincey Koziol2003-06-051-0/+2
| | | | | | | | | | | Bug fix Description: Don't attempt to perform collective I/O on chunked datasets. Platforms tested: FreeBSD 4.8 (sleipnir) w/parallel h5committested
* [svn-r6974] Purpose:Quincey Koziol2003-06-051-1/+1
| | | | | | | | Bump version # Description: Bump the version # of the library after creating snapshot for SAF developers to test with.
* [svn-r6950] Purpose:Quincey Koziol2003-06-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | API tweak. Description: The H5Sget_select_bounds() API call was using hsize_t arrays for retrieving the 'start' and 'end' coordinates, which is counter to the rest of the dataspace API. Solution: Change the arrays to be hssize_t instead. Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested Misc. update: Updated all docs for this change. Added 1.4 compatibility #ifdef's
* [svn-r6948] Elena Pourmal2003-06-031-113/+123
| | | | | | | | | | | | | | Purpose: Maintenance for 1.6 release Description: I did more cleanup and restructuring of the file. Please take a look at the file when you have a chance. Thank you! Solution: Platforms tested: Misc. update: