summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r4252] Purpose:Albert Cheng2001-07-201-8/+1
| | | | | | | | | | | document update Description: The information of setting SGI_ABI seemed to confuse some user. Removed it since it is extra information in addition to the preferred method of "CC=... ./configure". Experienced user in IRIX64 would know that option. Platforms tested: Eyeballed.
* [svn-r4236] Purpose:Frank Baker2001-07-181-20/+26
| | | | | | Editorial pass Platforms tested: Visual inspection in vi
* [svn-r4213] Purpose:Quincey Koziol2001-07-161-0/+2
| | | | | | | | | | | Bug fix... (sorta) Description: Added --enable-linux-lfs configure flag to have better control over whether the enable large file support on Linux machines. Also removed the -malign-double flag for gcc since it can potentially cause errors which are difficult to detect. Platforms tested: Linix 2.2 & 2.4 (eirene and dangermouse)
* [svn-r4184] Purpose:Quincey Koziol2001-07-111-1/+1
| | | | Roll a snapshot for the FLASH folks at Argonne to test with.
* [svn-r4181] Purpose:Quincey Koziol2001-07-101-0/+3
| | | | | | | | | Bug Fix, Code Cleanup, Code Optimization, etc. Description: Fold in the hyperslab speedups, clean up compile warnings and change a few things from using 'unsigned' or 'hsize_t' to use 'size_t' instead. Platforms tested: FreeBSD 4.3 (hawkwind), Solaris 2.7 (arabica), Irix64 6.5 (modi4)
* [svn-r4178] Purpose:Quincey Koziol2001-07-101-0/+2
| | | | | | | | Documentation Description: Noted bug fix for v1.2 compatibility mode. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4158] Pedro Vicente Nunes2001-07-091-0/+30
| | | | | | | | | | | | Purpose: code warrior docs Description: Solution: Platforms tested:
* [svn-r4114] Elena Pourmal2001-07-057-0/+3134
Purpose: Maintenance Description: Source directory has been rearranged. INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory. *.zip files were moved to the windows directory. README file was renamed to README.txt MANIFEST was updated to reflect those changes.