summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4965] Purpose:Quincey Koziol2002-02-141-0/+3
| | | | | | | | | | | | | Bug Fix Description: If a non-zero fill-value is used for a chunked dataset, any non-existent chunked read with an "all" selection (or a contiguous hyperslab selection) will return zero for those instead of the user's fill-value. Solution: Fixed I/O code to pass down fill-value to "optimized" I/O routines, so it will be available to fill the user's buffer with. Platforms tested: FreeBSD 4.5 (sleipnir)
* [svn-r4947] Purpose:Quincey Koziol2002-02-131-0/+3
| | | | Update readme for latest bug fix
* [svn-r4930] Snapshot version 1.5 release 20HDF Admin2002-02-091-1/+1
|
* [svn-r4913] Purpose:Quincey Koziol2002-02-071-0/+3
| | | | | | | Feature add Description: Added note about a new API function.
* [svn-r4891] Purpose:Quincey Koziol2002-01-311-0/+3
| | | | | | | | | | | | | | | Code speedup Description: Chunking I/O routines are reading in an entire chunk when performing I/O on the chunk, even if the chunk will be too large to cache. Solution: If the chunk is too large to cache, uncompressed and has been allocated space in the file, or if we are using the MPI-I/O VFD, perform the I/O directly to the chunk, instead of reading the chunk into memory, updating it and immediately writing the entire chunk back out. Platforms tested: FreeBSD 4.5 (sleipnir) (using serial access) and IRIX64 6.5 (modi4) (using parallel access with MPI-I/O)
* [svn-r4864] Snapshot version 1.5 release 19HDF Admin2002-01-261-1/+1
|
* [svn-r4851] Purpose:Quincey Koziol2002-01-231-0/+2
| | | | | | | | | | | | | | | | | | Bug Fix Description: When file space was returned to the file space free-list for reuse, occasionally raw data allocations which used space from the free-list would overlap with the metadata accumulator and get over-written with the cached information in the accumulator, corrupting the data. Solution: Check if the space about to be recycled on the free-list is going to be used for raw data and also overlaps with the metadata accumulator cache, avoiding using space that fits those criteria. This fixes bug #701 Platforms tested: FreeBSD 4.5 (sleipnir)
* [svn-r4812] Snapshot version 1.5 release 18HDF Admin2002-01-111-1/+1
|
* [svn-r4789] Purpose:Quincey Koziol2002-01-071-0/+3
| | | | | | | | Document bug Description: Mention that h5dump and h5ls are not displaying variable-length string datatype information correctly. I've also entered a more detailed bug into the bug database.
* [svn-r4780] Snapshot version 1.5 release 17HDF Admin2002-01-051-1/+1
|
* [svn-r4778] Purpose:Quincey Koziol2002-01-041-0/+2
| | | | Update release notes.
* [svn-r4767] Updated with the new feature of enable-threadsafe.Albert Cheng2002-01-021-0/+2
|
* [svn-r4758] Updated with the information of the retirement of DPSS VFD.Albert Cheng2001-12-301-0/+2
|
* [svn-r4753] Bill Wendling2001-12-212-17/+19
| | | | | | | Purpose: Doc Description: Added that we support PHDF5 on Hp-UX11.
* [svn-r4747] Purpose:Quincey Koziol2001-12-201-0/+5
| | | | | | | | | | | | | | Bug Fix. Description: The H5Rget_object_type function could not get the object type for dataset region references. Solution: Added a new function, H5Rget_obj_type, to replace H5Rget_object_type. The new function requires the reference type as an additional parameter, in order to allow queries on different reference types to be performed correctly. Platforms tested: FreeBSD 4.4. (sleipnir)
* [svn-r4735] Purpose:Quincey Koziol2001-12-181-0/+2
| | | | | | Bug Fix Description: Document bug fix.
* [svn-r4716] Raymond Lu2001-12-131-0/+8
| | | | | | | Purpose: Update Description: New feature of file close behavior.
* [svn-r4706] Purpose:Quincey Koziol2001-12-121-0/+2
| | | | | | | | | | | | Code cleanup Description: Tweaked internal error handling macros to reduce the size of the library's object code by about 10-20%. Also cleaned up some compiler warnings... Platforms tested: FreeBSD 4.4 (sleipnir)
* [svn-r4695] Purpose:Quincey Koziol2001-12-111-0/+2
| | | | | | | | | | | | | | | | | | Bug Fix Description: The file metadata macros generate unaligned access warnings on the IA64 architecture. Solution: Got rid of bogus big-endian vs. little-endian differentiation when encoding and decoding file metadata and use proper set of macros to prevent unaligned access problems. This fixes bug #672. Platforms tested: FreeBSD 4.4 (sleipnir)
* [svn-r4693] Purpose:Quincey Koziol2001-12-111-0/+3
| | | | | | | | | | | | | | | | | | | | Bug Fix Description: The code in H5Sselect_hyperslab_valid contained an fencepost error and is allowing selections which overlap the extent by exactly one element in any dimension to pass as valid instead of flagging the selection as invalid. This bug only affects hyperslabs which have been OR'ed together, not the selection from a single H5Sselect_hyperslab. This fixes bug #550. Solution: Changed an '>' to an '>=' and added new regression test to check for error. Platforms tested: FreeBSD 4.4 (sleipnir)
* [svn-r4680] Purpose:Quincey Koziol2001-12-061-0/+2
| | | | | | | | | | | | | Code cleanup Description: Property that H5P(g|s)et_hyper_cache uses is no longer in use inside the library. Solution: Removed H5P(g|s)et_hyper_cache API functions, except when backward compatibility is turned on. When backward compatibility is turned on, the property is defined by the library, but unused internally. Platforms tested: FreeBSD 4.4 (sleipnir)
* [svn-r4679] Snapshot version 1.5 release 16Albert Cheng2001-12-061-1/+1
|
* [svn-r4617] Purpose:Quincey Koziol2001-11-201-0/+2
| | | | | | | Update document Description: Note a big fix that didn't make it into the document when the bug fix code was checked in.
* [svn-r4601] Purpose:Quincey Koziol2001-11-121-0/+2
| | | | | | | | | | | | Document bug fix. Description: The internal B-tree code was dumping core with an assertion failure when flushing data to the file if too many objects were put into the same B-tree (forcing the root node to split, I think). Solution: Fixed the B-tree copy routine to copy the correct number of raw keys. Platforms tested: FreeBSD 4.4 (hawkwind), Solaris 2.6 (baldric)
* [svn-r4598] Snapshot version 1.5 release 15HDF Admin2001-11-101-1/+1
|
* [svn-r4588] Purpose:Quincey Koziol2001-11-021-0/+2
| | | | | | | | Documentation Description: Mention improvements to I/O speed for non-regular hyperslabs. Hold off mentioning new API calls until we've reached consensus on them.
* [svn-r4578] Snapshot version 1.5 release 14HDF Admin2001-10-271-1/+1
|
* [svn-r4562] Purpose:Quincey Koziol2001-10-201-0/+5
| | | | Document bug fixes.
* [svn-r4540] Snapshot version 1.5 release 13HDF Admin2001-10-131-1/+1
|
* [svn-r4529] Snapshot version 1.5 release 12HDF Admin2001-10-061-1/+1
|
* [svn-r4523] MuQun Yang2001-10-051-17/+6
| | | | | | | | | | Purpose: add new information and delete old windows and h4toh5 information on release.txt. Description: 1. add a note to mention release dll will work after installing service pack 5 of VS6.0. 2. delete the fixed bugs on windows(libc.lib warnings and h4toh5 image handlings) Solution: Platforms tested:
* [svn-r4519] Updated with the change in configure to require compress2 for theAlbert Cheng2001-10-041-0/+5
| | | | zlib in with-hdf4 option.
* [svn-r4507] Purpose:Quincey Koziol2001-10-021-0/+2
| | | | Document bug fix.
* [svn-r4505] Purpose:Quincey Koziol2001-10-011-0/+2
| | | | Describe feature fix.
* [svn-r4501] Snapshot version 1.5 release 11HDF Admin2001-09-301-1/+1
|
* [svn-r4493] Purpose:Quincey Koziol2001-09-281-0/+4
| | | | | | Document bug fix. Platforms tested: Eyeballed..
* [svn-r4490] Purpose:Quincey Koziol2001-09-281-0/+2
| | | | | | Document bug fix Description: Mention the edge detection chunking bug fix.
* [svn-r4482] Purpose:Quincey Koziol2001-09-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | Kludge Description: Since we're only about halfway through converting the internal use of property lists from the "old way" to the generic property lists, we turned off snapshots to avoid exposing lots of API changes to users, until the APIs settled down. Getting the snapshots rolling again seems to have become a priority, so some changes are going to have to be made now that were going to be postponed until we were completely finished with the conversion. This requires that the old API functions be able to deal with both the old and new property lists smoothly. Solution: Kludge together the property list code so that they can transparently handle dealing with both the old and new property lists Platforms tested: FreeBSD 4.4 (hawkwind)
* [svn-r4476] Updated with changes of H5Pset_split and the new test of configure.Albert Cheng2001-09-261-1/+4
|
* [svn-r4471] Bill Wendling2001-09-241-10/+11
| | | | | | | | | Purpose: Feature add Description: Changed the "make install" thingy to "make install-all" in the quick-setup guide. Also, changed the version number of HDF5 in the examples from 1.4.0 and 1.2.0 to 1.5.x
* [svn-r4465] MuQun Yang2001-09-211-2/+3
| | | | | | | | | | | | | Purpose: fix a bug Description: In precondition 3, winzip will unzip hdf5xxx.zip into the directory hdf5xxx and users should rename hdf5xxx into hdf5 to correctly build HDF5 library. Solution: correct the sentence in precondition 3. Platforms tested: windows 2000
* [svn-r4439] Bill Wendling2001-09-131-0/+3
| | | | | | | Purpose: Feature Add Description: Added description of the H5CC tool.
* [svn-r4414] Bill Wendling2001-08-271-31/+43
| | | | | | | | | | Purpose: Updated Description: Wrote description of fixes to the h5dumper vis-a-vis the -v and -i options. Platforms tested: Stone Tablets.
* [svn-r4347] Purpose:Albert Cheng2001-08-141-0/+2
| | | | | | | | | New feature Description: Added perform programs to test the HDF5 library performance. Programs are installed in directory perform/. Platforms tested: eirene
* [svn-r4344] Purpose:Albert Cheng2001-08-141-0/+25
| | | | updated document.
* [svn-r4343] Purpose:Albert Cheng2001-08-141-0/+15
| | | | | | Updated. Platforms tested: Eye-balled.
* [svn-r4312] Purpose:Quincey Koziol2001-08-061-57/+7
| | | | | | | | | Feature shift Description: Take out the v1.2.x compatibility stubs and put in the hooks for v1.4.x compatibility when needed. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4311] Snapshot version 1.5 release 10HDF Admin2001-08-041-1/+1
|
* [svn-r4270] Snapshot version 1.5 release 9HDF Admin2001-07-281-1/+1
|
* [svn-r4253] Snapshot version 1.5 release 8Albert Cheng2001-07-221-1/+1
|