summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r4853] 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-r4831] Purpose:Quincey Koziol2002-01-151-5/+7
| | | | | | Update docs Description: Update Solaris 2.8 information
* [svn-r4830] Purpose:Quincey Koziol2002-01-151-1/+1
| | | | | | Update docs Description: Updated FreeBSD information
* [svn-r4828] Bill Wendling2002-01-151-0/+1
| | | | | | | | | Purpose: Feature Description Description: Added the MPI compiler used for parallel stuff on HP-UX 11 SysV Platforms tested: Stone Tablets
* [svn-r4793] Elena Pourmal2002-01-071-4/+4
| | | | | | | | Purpose: Maintenance Description: Updated compilers information for OSF5.1 and added C++ support for SP3 and OSF5.1 to the "Configuration Features" table.
* [svn-r4788] Purpose:Quincey Koziol2002-01-071-0/+2
| | | | | | | | 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-r4784] Bill Wendling2002-01-061-0/+2
| | | | | | | | | | | | | | | | | Purpose: feature add Description: Added ability to h5dumper to dump Group comments. Solution: Stole the code from h5ls that does this and put it into the h5dumper code. Modified the DDL to reflect the newest change. Added a testcase (tgrp_comments.*) to test that it's actually doing the comments correctly. Small modification to H5G.c. The error comment should have said that it couldn't "get" the comment instead of "set" the comment... Platforms tested: Dangermouse, Kelgai, Modi4
* [svn-r4781] Snapshot version 1.4 release 3 (snap10)HDF Admin2002-01-051-1/+1
|
* [svn-r4779] Purpose:Quincey Koziol2002-01-041-0/+2
| | | | Document VL datatype for attributes bug fix from yesterday.
* [svn-r4766] Updated with the new feature of enable-threadsafe.Albert Cheng2002-01-021-0/+2
|
* [svn-r4762] Description:Albert Cheng2001-12-311-0/+2
| | | | | | Updated with the information of removal of DPSS driver. Platforms tested: Eye-balled.
* [svn-r4752] Bill Wendling2001-12-212-8/+8
| | | | | | | Purpose: Doc Description: Documented the addition of parallel HDF5 support for HP-UX 11.
* [svn-r4738] Purpose:Quincey Koziol2001-12-181-0/+2
| | | | | | Bug Fix Description: Document bug fix.
* [svn-r4705] 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%. Platforms tested: FreeBSD 4.4 (sleipnir)
* [svn-r4694] 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-r4692] 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-r4684] Snapshot version 1.4 release 3 (snap9)HDF Admin2001-12-081-1/+1
|
* [svn-r4663] Snapshot version 1.4 release 3 (snap8)HDF Admin2001-12-011-1/+1
|
* [svn-r4610] Snapshot version 1.4 release 3 (snap7)HDF Admin2001-11-181-1/+1
|
* [svn-r4602] 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-r4599] Snapshot version 1.4 release 3 (snap6)HDF Admin2001-11-101-1/+1
|
* [svn-r4579] Snapshot version 1.4 release 3 (snap5)HDF Admin2001-10-271-1/+1
|
* [svn-r4565] Purpose:Quincey Koziol2001-10-231-0/+7
| | | | Document recent changes
* [svn-r4559] Snapshot version 1.4 release 3 (snap4)HDF Admin2001-10-201-1/+1
|
* [svn-r4541] Snapshot version 1.4 release 3 (snap3)HDF Admin2001-10-131-1/+1
|
* [svn-r4530] Snapshot version 1.4 release 3 (snap2)HDF Admin2001-10-061-1/+1
|
* [svn-r4510] Purpose:Quincey Koziol2001-10-021-0/+2
| | | | Document bug fix.
* [svn-r4503] Purpose:Quincey Koziol2001-10-011-0/+2
| | | | Document feature fix.
* [svn-r4495] Purpose:Quincey Koziol2001-09-281-0/+4
| | | | | | Document bug fix Platforms tested: Eyeballed...
* [svn-r4491] Purpose:Quincey Koziol2001-09-281-2/+2
| | | | | | Document bug fix Description: Mention the edge detection chunking bug fix.
* [svn-r4480] Updated with changes of H5Pset_split and the new test of configure.Albert Cheng2001-09-261-0/+4
|
* [svn-r4468] Snapshot version 1.4 release 3 (snap1)HDF Admin2001-09-221-1/+1
|
* [svn-r4447] MuQun Yang2001-09-171-2/+3
| | | | | | | | | | | | | | | | | Purpose: a bug fix Description: Forget adding one line for "This creates a directory called 'hdf5xxx'under MyHDFstuff which contains several files and directories. " Solution: should be "This creates a directory called 'hdf5xxx'under MyHDFstuff which contains several files and directories. Rename directory "hdf5xxx" into "hdf5". Platforms tested: eirene
* [svn-r4442] Snapshot version 1.4 release 3 (snap0)HDF Admin2001-09-151-1/+1
|
* [svn-r4440] Bill Wendling2001-09-131-0/+4
| | | | | | | Purpose: Feature Add Description: Added description of H5CC tool.
* [svn-r4409] MuQun Yang2001-08-241-6/+0
| | | | | | | | Purpose: Add two items related to h4toh5 converter in known problem since these two bugs are fixed. Description: Solution: Platforms tested:
* [svn-r4389] Purpose:Quincey Koziol2001-08-181-1/+5
| | | | | | Update docs. Description: Mention change to H5Awrite API from a "void *" to a "const void *"
* [svn-r4379] Purpose:Quincey Koziol2001-08-171-0/+1
| | | | | | Doc update. Description: Noted performance increase in byte-swapping during data conversions.
* [svn-r4358] Updated.Albert Cheng2001-08-141-0/+3
| | | | cvS: ----------------------------------------------------------------------
* [svn-r4328] Snapshot version 1.4 release 2 (post0)HDF Admin2001-08-111-1/+1
|
* [svn-r4319] Purpose:Albert Cheng2001-08-061-102/+6
| | | | | | Recommitted all changes since 1.4.2 release. This is needed because I had to commit a version of exactly when 1.4.2 was released.
* [svn-r4317] Purpose:Albert Cheng2001-08-061-6/+102
| | | | | This version is the one got released as 1.4.2. Committed it to prepare for retagging it for version 1.4.2 release.
* [svn-r4290] Elena Pourmal2001-08-012-122/+340
| | | | | | | | Purpose: Maintenance for the hdf5-1.4.2-post0 Description: Added information about hdf5-1.4.2 release to the HISTORY.txt Modified RELEASE.txt for hdf5-1.4.2-post0 (or whatever it shoud be after 1.4.2)
* [svn-r4289] Bill Wendling2001-08-011-5/+6
| | | | | | | | | | | Purpose: Bug Fix Description: Mentioned that Parallel HDF5 is available on Linux platforms. Also removed the statement that Parallel HDf5 is available on HPUX V Class machines (it failed the tests. Only serial mode is available). Platforms tested: Optical Scan
* [svn-r4272] Purpose:Albert Cheng2001-07-302-0/+43
| | | | | | revised/updated for 1.4.2 release Platforms tested: Eyeballed.
* [svn-r4269] MuQun Yang2001-07-261-0/+3
| | | | | | | | | Purpose: update another known problem for h4toh5 converter Description: Solution: Platforms tested: eirene
* [svn-r4268] MuQun Yang2001-07-261-1/+14
| | | | | | | | Purpose: update release.txt for h4toh5 features Description: Solution: Platforms tested:
* [svn-r4266] Raymond Lu2001-07-261-0/+2
| | | | | | | | Purpose: Update Information Description: Added "IRIX 6.5 fails to compile configured with --enable-static-exec" information.
* [svn-r4265] Description:Frank Baker2001-07-261-4/+10
| | | | | | In Documentation -- Added "new Image Spec (V1.2)" entry Revised H5T_c*_t structs entry
* [svn-r4264] Elena Pourmal2001-07-261-3/+3
| | | | | | | Purpose: Maintenance Description: File described 1.4.0 release. Changed it to be 1.4.2