summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11505] Purpose:MuQun Yang2005-10-061-1/+8
| | | | | | | | | | | | Add some comments about parallel tests at IRIX 6.5. Description: Solution: Platforms tested: Misc. update:
* [svn-r11501] Elena Pourmal2005-10-051-0/+5
| | | | | | | | | | | | | | Purpose: Maintenance/ HPUX11.23 port Description: Added configuration files for HPUX11.23 and fixed Fortran H5f90i.h to support HPUX11.23 Solution: Platforms tested: HPUX 11.23 C, C++ 32 and 64-bit, Fortran 32-bit only kelgia Misc. update:
* [svn-r11497] Purpose: Preparation for mandatory testing on remote machinesElena Pourmal2005-10-041-1/+1
| | | | | | | | | | | | Description: Created a tar ball for testing and changed version number to 1.6.5-snap3. I didn't change it to "pre" since we usually do it after "code freeze" announcement. Solution: Ran bin/h5vers -s 1.6.5-snap3 on heping Platforms tested: N/A Misc. update:
* [svn-r11495] Updated with the addition of g95 and mpich2 informal test platform.Albert Cheng2005-10-041-33/+35
|
* [svn-r11491] Purpose:Quincey Koziol2005-10-031-0/+2
| | | | | | | | | | | | | | | Bug fix Description: Fix "double root open" bug and apply same fix to datasets & named datatypes. Also fix bug in symbol table entry lookup code that would "transfer" an object from one file handle to another file handle when the two file handles were opened on the same actual file. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11482] Purpose:Albert Cheng2005-09-291-0/+2
| | | | | | | | | | | | | feature. Description: added the recognition of -lmpich as a form of MPI library. Platforms tested: v1.7 tested out fine. Folded this to v1.6. Document: RELEASE.txt updated.
* [svn-r11433] Snapshot version 1.6 release 5 (snap1)HDF Admin2005-09-181-1/+1
|
* [svn-r11413] Purpose:Albert Cheng2005-09-141-6/+4
| | | | updated that the long standing test/dsets failure in Tflops is fixed.
* [svn-r11390] Purpose:MuQun Yang2005-09-121-1/+30
| | | | | | | | | | | Add comments for collective chunk IO supports. Description: Solution: Platforms tested: Misc. update:
* [svn-r11383] Snapshot version 1.6 release 5 (snap0)HDF Admin2005-09-111-1/+1
|
* [svn-r11382] Purpose: MaintenanceElena Pourmal2005-09-091-0/+7
| | | | | | | | | | Description: Documented bug #281 under the "Known porblems" section Solution: Platforms tested: Misc. update:
* [svn-r11367] Purpose:James Laird2005-09-071-1/+3
| | | | | | | | | | | | | | Feature: added md5 checksumming Description: bin/release now produces a .md5 checksum file by default. Solution: This involves the same changes as in the 1.7 branch; md5 is a new "method" in bin/release. Platforms tested: heping
* [svn-r11351] Purpose: MaintenanceElena Pourmal2005-09-061-1/+1
| | | | | | | | | | | Description: Changed version number to 1.6.5-snap0 in anticipation of the new 1.6.5 release Solution: Ran bin/h5vers script Platforms tested: N/A Misc. update:
* [svn-r11348] Snapshot version 1.6 release 4 (post9)HDF Admin2005-09-041-1/+1
|
* [svn-r11343] Purpose:Albert Cheng2005-09-021-0/+3
| | | | Updated.
* [svn-r11306] Snapshot version 1.6 release 4 (post8)HDF Admin2005-08-291-1/+1
|
* [svn-r11298] Purpose:Quincey Koziol2005-08-251-0/+2
| | | | | | | | | | | | Code cleanup & speedup Description: Refactor h5dump & related code to be considerably cleaner & faster for files with large #'s of objects. Platforms tested: FreeBS 4.11 (sleipnir) Linux 2.4
* [svn-r11278] Purpose:Quincey Koziol2005-08-201-1/+1
| | | | | | | | | | | | | | | Bug fix Description: Fix core dump when checking whether to invalidate the name of an object when unlinking an object in a group opened through an object reference. Solution: Check if names of various objects are valid before comparing them, etc. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11209] Purpose:Quincey Koziol2005-08-081-0/+3
| | | | | | | | | | | New feature Description: Merge changes from development branch to report system errors better. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11205] Snapshot version 1.6 release 4 (post7)HDF Admin2005-08-071-1/+1
|
* [svn-r11177] Purpose:Quincey Koziol2005-07-301-0/+2
| | | | | | | | | | | | | | | Bug fix Description: Correct problems when querying information about a group that was opened by dereferencing an object reference. Solution: Read in symbol table information instead of rely on it being cached. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11169] Purpose: Update release notesBinh-Minh Ribler2005-07-271-0/+21
| | | | | | Description: Added notes about additional functions and prototype changed functions.
* [svn-r11150] Snapshot version 1.6 release 4 (post6)HDF Admin2005-07-251-1/+1
|
* [svn-r11146] Purpose:Quincey Koziol2005-07-231-0/+3
| | | | | | | | | | | | | | | | Bug fix Description: If a named datatype is copied and the copy is used to create a dataset, the dataset would inadvertantly refer to the original named datatype instead of a local (possibly modified) copy of the named datatype. Solution: Fixed datatype copying routine. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11094] Purpose:Quincey Koziol2005-07-211-0/+8
| | | | | | | | | | | | Bug fix Description: Rewrite code for mounting files to clean up layers of kludges and implement a much cleaner and more maintainable design. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4
* [svn-r11080] Snapshot version 1.6 release 4 (post5)HDF Admin2005-07-171-1/+1
|
* [svn-r11074] Purpose:Quincey Koziol2005-07-151-0/+2
| | | | | | | | | | | | Bug fix Description: Further progress on fixing file mounting to work properly. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 Too minor to require h5committest
* [svn-r11061] Snapshot version 1.6 release 4 (post4)HDF Admin2005-07-101-1/+1
|
* [svn-r11057] Purpose:Quincey Koziol2005-07-091-0/+2
| | | | | | | | | | | | | | | Bug fix Description: Correct error where the dataset sieve buffer was inadvertantly disabled, resulting in poor raw data I/O performance for certain I/O patterns. Solution: Hook dataset sieve buffer size setting back up. Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti)
* [svn-r11056] Purpose: Bug fix.Raymond Lu2005-07-081-7/+9
| | | | | | | | | | | | | | | | | Description: There was a bug in the calculating code of the Fletcher32 checksum in the library before v1.6.3. The checksum value wasn't consistent between big-endian and little-endian systems. This bug was fixed in Release 1.6.3. However, after fixing the bug, the checksum value is no longer the same as before on little-endian system. Solution: Made the library compare both the correct checksum and incorrect checksum generated from v1.6.2 or before. This makes the library be backward compatible but not forward compatible. Platforms tested: test v1.7 - simple change. Misc. update: Documented the forward incompatibility problem in the Known Problem section in RELEASE.txt.
* [svn-r11024] Purpose:Quincey Koziol2005-07-051-0/+3
| | | | | | | | | | | | | | | | | | | | Bug fix & code cleanup Description: Don't unmount child files from a parent file if the parent file is being held open by an object. Also, moved the mounting routines into their own source file and the superblock routines into their own file also. Solution: Moved the code for unmounting child files down in the H5F_close routine and also add checks to the file and group mounting code to unmount child files when the last object holding open a file closes. Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r11015] Snapshot version 1.6 release 4 (post3)HDF Admin2005-07-031-1/+1
|
* [svn-r11010] Purpose:Quincey Koziol2005-07-011-0/+2
| | | | | | | | | | | | | | | | | | Bug fix Description: When a series of files is mounted on one another and one of those files is not unmounted, the library gets confused at shutdown and goes into an infinite loop in the file interface. Solution: If there are still files left in the "closing" state when shutting down the file API, iterate over those file IDs and unmount any child files that we find mounted on those files. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11007] Raymond Lu2005-06-301-0/+7
| | | | Misc. update: Document a known problem with Fletcher32 filter.
* [svn-r10983] Purpose: Update document.Raymond Lu2005-06-241-0/+4
| | | | Misc. update: Document a PGI compiler bug for optimization on AMD processor.
* [svn-r10952] Purpose:Quincey Koziol2005-06-181-0/+5
| | | | | | | | | | | | | | | | | Bug fix Description: Hyperslab selections that had a selection offset and were applied to a chunked dataset could get into an infinite loop or core dump if the same selection was used multiple times, with different selection offsets. Solution: "Normalize" the selection with the selection offset, generate the selections for the chunks overlapped and then "denormalize" the selection. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10921] Purpose:Quincey Koziol2005-06-141-0/+2
| | | | | | | | | | | | | Bug fix Description: Add check for opaque tags that are too long for file format to handle currently. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5commmitest
* [svn-r10876] Purpose:Quincey Koziol2005-06-081-0/+2
| | | | | | | | | | | | Bug fix Description: Fix several NULL pointer dereferences when tracking the name of open objects during some unusual sequences of mount & unmount operations. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10838] Purpose:Quincey Koziol2005-06-011-0/+7
| | | | | | | | | | | | | | | | | | | | | Bug fix/new feature Description: Setting "SEMI" or "STRONG" file close degrees causes problems when multiple file IDs exist for the same file on disk. Solution: Make the "SEMI" and "STRONG" settings only apply to the file ID that is being closed. Also, add an "H5F_OBJ_LOCAL" flag for the H5Fget_obj_count() & H5Fget_obj_ids() calls, so that applications can query about objects opened with a particular file ID instead of all the objects opened in the file on disk. Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r10745] Snapshot version 1.6 release 4 (post2)HDF Admin2005-05-151-1/+1
|
* [svn-r10586] Purpose: Bug fixElena Pourmal2005-04-101-3/+3
| | | | | | | | | | | | | Description: h5pget_driver_f function returned information that could not be interpreted by fortran application Solution: Defined Fortran global variables that correspond to the C H5FD_<driver_name> variables at the Fortran library initialization time. Platforms tested: heping with PGI compilers, sol 64-bit and copper parallel Misc. update:
* [svn-r10567] Snapshot version 1.6 release 4 (post1)HDF Admin2005-04-071-1/+1
|
* [svn-r10562] Purpose: MaintenanceElena Pourmal2005-04-061-1/+2
| | | | | | | | | | | Description: Added missing h5get_member_class_f function Solution: Platforms tested: heping; it is a simple change. I will watch daily tests and take care of failures. Misc. update:
* [svn-r10514] Snapshot version 1.6 release 4 (post0)HDF Admin2005-03-311-1/+1
|
* [svn-r10239] Purpose:Quincey Koziol2005-03-201-0/+4
| | | | | | | | | | | | | | | | Optimization Description: Speed up I/O on enumerated datatypes (including those nested in compound datatypes, arrays, etc.) if the destination datatype is a proper superset of the source datatype. Solution: Detect the situation and treat as no-op datatype conversion. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10227] Purpose: Maintenance after hdf5-1.6.4 releaseElena Pourmal2005-03-162-85/+538
| | | | | | | | | | | Description: Edited HISTORY.txt and RELEASE.txt files; changed version number to hdf5-1.6.4-post0 Solution: ran bin/h5vers on heping Platforms tested: Misc. update:
* [svn-r10225] Purpose: Release of 1.6.4hdf5-1_6_4Elena Pourmal2005-03-161-1/+1
| | | | | | | | | | | | Description: I ran bin/h5vers to change version number to 1.6.4. Several files were modified by bin/h5vers. I am checking them in before tagging the release with hdf5-1_6_4 tag Solution: Platforms tested: Misc. update:
* [svn-r10224] Frank Baker2005-03-151-119/+114
| | | | | | | | Purpose: Added Supported Configurations table. VERY quick editorial pass. Platforms tested: Viewed in vi.
* [svn-r10214] Purpose: MaintenanceElena Pourmal2005-03-141-1/+3
| | | | | | | | | | Description: Added a sentence about performance improvements. Solution: Platforms tested: Misc. update:
* [svn-r10213] Purpose: MaintenanceElena Pourmal2005-03-141-55/+23
| | | | | | | | | | | | | Description: Cleaned up "Platfroms Tested" section; added machine names to avoid confusion; removed old information about configuration problems on the IA32/64 platforms with old Intel compiler. Solution: N/A Platforms tested: N/A Misc. update: