summaryrefslogtreecommitdiffstats
path: root/RELEASE
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3349] Renamed HISTORY as HISTORY.txt and RELEASE as RELEASE.txt so thatAlbert Cheng2001-02-051-435/+0
| | | | MS-Windows users can read it more readily.
* [svn-r3340] MuQun Yang2001-02-021-9/+7
| | | | | | | | | | | | Purpose: document fixed Description: 1) Modify windows install documentation(install_WINDOWS) so that users can choose build and test basic hdf5 lib and tools or hdf4-related hdf5 tools 2) update windows information for RELEASE and INSTALL files Solution: Platforms tested:
* [svn-r3338] Purpose:Bill Wendling2001-01-311-0/+10
| | | | | | | | Documentation of bug Description: The --enable-static-exec flag doesn't work for Solaris and Linux systems. On Solaris this is due to there not being a static version of the libdl library. On Linux, it fails during the testing.
* [svn-r3332] Elena Pourmal2001-01-291-1/+6
| | | | | | | | | | Purpose: Maintenance Description: On Crays (T3E and J90) H5Aff.f90, H5Dff.f90 and H5Pff.f90 have to be replaced with the Cray-specific files that can be found on the HDF ftp server under pub/outgoing/hdf5/hdf5-1.4.0-bet/F90_source_for_Crays directory. Added this information to the "Known problems" section.
* [svn-r3321] Elena Pourmal2001-01-241-15/+7
| | | | | | | | | | Purpose: Maintenance for the upcoming hdf4-1.4..0-beta3-pre3 testing and release. Description: Renamed INSTALL_Windows.txt to INSTALL_Windows to make name consistent with other names of INSTALL* files. Updated MANIFEST to include INSTALL_Windows file. Updated RELEASE file.
* [svn-r3304] Purpose:Quincey Koziol2001-01-181-0/+3
| | | | | | | | Code update Description: Remove ragged array code & tests from library before release. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3300] Purpose:Bill Wendling2001-01-181-7/+7
| | | | | | | Documentation Description: Changed the warning about the gcc 2.95.2 compiler to be consistent with the flags which were stripped out.
* [svn-r3289] Updated.Albert Cheng2001-01-121-0/+5
|
* [svn-r3272] Purpose:Bill Wendling2001-01-111-7/+34
| | | | | | | | Documentation Description: Added more detailed explanation about the command line changes in the dumper and explained about the bug with gcc 2.95.2 which prints out spurious warnings due to glibc string optimizations.
* [svn-r3271] Purpose:Quincey Koziol2001-01-111-0/+3
| | | | | | Updating release notes Description: Document three API functions whose parameters/return types changed.
* [svn-r3259] Purpose:Quincey Koziol2001-01-101-0/+9
| | | | Documenting changes from beta to beta3
* [svn-r3250] Purpose:Bill Wendling2001-01-091-0/+13
| | | | | | Documentation Description: Documented the h5dump change.
* [svn-r3173] Updated with new feature of mpich, system information of IBM SP andAlbert Cheng2000-12-211-4/+6
| | | | O2K, plus some editing about the shared library errors.
* [svn-r3168] Purpose:Quincey Koziol2000-12-201-5/+6
| | | | Correct a few small typos in version numbers, etc.
* [svn-r3167] Purpose:Bill Wendling2000-12-201-0/+3
| | | | | | | Documentation Description: Documented the known bug that module files aren't installed if they are created.
* [svn-r3163] Barbara Jones2000-12-201-72/+92
| | | | | Description: Made changes given to me by Elena (still needs others?)
* [svn-r3159] Updated.Albert Cheng2000-12-191-1/+3
|
* [svn-r3158] Purpose:Quincey Koziol2000-12-191-0/+12
| | | | | | Document testing problems Description: Document certain "false negatives" when testing h5ls on certain platforms.
* [svn-r3151] Updated with 1.4.0.beta1 information.Albert Cheng2000-12-181-4/+11
|
* [svn-r3145] Elena Pourmal2000-12-151-0/+64
| | | | | | | Purpose: Maintenance Description: Information about F90 and C++ has been added.
* [svn-r3101] Purpose:Bill Wendling2000-12-081-78/+78
| | | | | | | | Updates and reformatting Description: Reformatting of RELEASE document. Updated some of the platforms in the INSTALL doc.
* [svn-r3093] Raymond Lu2000-12-071-0/+2
| | | | | | | Purpose: update Description: Added HDF-GASS and HDF-SRB information in this file.
* [svn-r2994] Updated with parallel bug fix.Albert Cheng2000-11-221-44/+50
|
* [svn-r2985] Purpose:Quincey Koziol2000-11-211-1/+5
| | | | | | Documentation Description: Mentioned the addition of the array datatype for the next release.
* [svn-r2786] Added release notes for h4toh5.Robert E. McGrath2000-11-011-0/+67
|
* [svn-r2720] Purpose:Quincey Koziol2000-10-241-0/+3
| | | | Update release notes for VFL updates.
* [svn-r2715] Purpose:Quincey Koziol2000-10-201-0/+2
| | | | Document changing the maximum number of dimensions from 31 -> 32
* [svn-r2699] Purpose:Quincey Koziol2000-10-191-0/+2
| | | | | | | | | | | | | | | Bug fix Description: "Time" datatypes (H5T_UNIX_D*) were not being stored and retrieved in the datatype object header message correctly. Solution: Store endian-ness and precision in the datatype object header message and added test to continue to track them working correctly. This fixes bug #512. Platforms tested: FreeBSD 4.1.1 (hawkwind)
* [svn-r2689] Purpose:Quincey Koziol2000-10-171-2/+4
| | | | | | | | | | | | | | | | | Bug fix. Description: Previously, it has been possible to dereference deleted objects in a file. Obviously, this is incorrect and could cause all sorts of problems if the object being dereferenced had been partially over-written with other information. - This is documented in Bug #493. Solution: Check the link count for objects being dereferenced and don't allow any objects with link counts of zero to be dereferenced. This fixes bug #493. Platforms tested: FreeBSD 4.1.1 (hawkwind)
* [svn-r2681] Updated.Albert Cheng2000-10-131-0/+4
|
* [svn-r2599] Purpose:Quincey Koziol2000-09-261-0/+4
| | | | | | | | Document new feature Description: Mention data sieve buffering for next release. Platforms tested: Solaris 2.6 (i.e. baldric)
* [svn-r2585] Mentioned the new Stream Virtual File Driver.Thomas Radke2000-09-221-1/+7
|
* [svn-r2568] Description:Quincey Koziol2000-09-161-2/+1
| | | | Mention the hypeslab speedups
* [svn-r2520] Backed out mention of changing point selections.Quincey Koziol2000-09-071-2/+0
|
* [svn-r2514] Documented point selection bug fix.Quincey Koziol2000-09-061-0/+2
|
* [svn-r2458] Added notes for my bug fixes and API additions over the last ↵Quincey Koziol2000-08-031-0/+5
| | | | couple of days.
* [svn-r2393] Updated.Albert Cheng2000-06-191-0/+2
|
* [svn-r2371] Added note for struct(opt) fix.Robb Matzke2000-06-081-0/+5
|
* [svn-r2310] added a line saying that the opaque and bitfields type is ↵Patrick Lu2000-05-311-0/+1
| | | | supported now
* [svn-r2297] Updated with VFL and Thread-safe implementation information.Albert Cheng2000-05-291-1/+3
|
* [svn-r2213] added to teh tools section. noted that the release and dev ↵Patrick Lu2000-05-041-0/+3
| | | | branch is merged.
* [svn-r2196] Updated with function name change happened long ago. StillAlbert Cheng2000-04-241-0/+1
| | | | need to track down other changes.
* [svn-r2195] Updated with the addition of thread-safe and pthread configure ↵Albert Cheng2000-04-241-0/+1
| | | | options.
* [svn-r2176] Updated bugfixesRobb Matzke2000-04-211-0/+1
|
* [svn-r2159] Added note about improved metadata I/OQuincey Koziol2000-04-191-0/+3
|
* [svn-r2130] Documented change of H5Screate_simple & H5Sset_extent_simple to ↵Quincey Koziol2000-04-121-0/+2
| | | | | | disallow size 0 dimensions without corresponding unlimited dimension.
* [svn-r2126] Documented change to H5Aiterate and H5A_operator_t for next release.Quincey Koziol2000-04-121-0/+2
|
* [svn-r2116] Added note about H5Giterate bug fix.Quincey Koziol2000-04-121-0/+3
|
* [svn-r2114] Documented hyperslab bug fix for next release.Quincey Koziol2000-04-111-0/+1
|
* [svn-r2097] Logged hyperslab bug fix.Quincey Koziol2000-04-071-0/+3
|