summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9434] Purpose:Quincey Koziol2004-10-191-0/+2
| | | | | | | | | | | | | | | | Bug fix Description: Fix core dump when flushing a file with a newly created attribute which hasn't had a value written to it still open. Solution: Write the attribute fill value when appropriate. Platforms tested: FreeBSd 4.10 (sleipnir) Linux 2.4 (verbena) Solaris 2.7 (arabica)
* [svn-r9415] iCVS: Enter Log. Lines beginning with `CVS:' are removed ↵Xuan Bai2004-10-121-4/+4
| | | | | | | | | | | | | | | | | automatically. Purpose: Update. Description: Corrent some typos in the documentation. Solution: Platforms tested: Not Necessary. Misc. update:
* [svn-r9365] Raymond Lu2004-10-051-0/+4
| | | | | | | | | | | Purpose: change feature Description: Back up supporting bitfield and time datatypes in H5Tget_native_type. Leave it for future support. Simply returns "not supported" error message for now. Platforms tested: h5committest Misc. update: RELEASE.txt
* [svn-r9359] Purpose:Quincey Koziol2004-10-041-0/+2
| | | | | | | | | | | | | | | Bug fix Description: Relax restrictions on parallel I/O to allow compressed, chunked datasets to be read in parallel (collective access will be degraded to independent access, but will retrieve the information still). Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) IRIX64 6.5 (modi4) h5committest
* [svn-r9351] Raymond Lu2004-10-011-0/+4
| | | | | | | | | | | | | | Purpose: enhanced feature Description: enable size adjustment for compound datatype. The size can be increased and decreased(as long as the members are not cut). Solution: mainly check if any member is being cut when decreasing the size. Others are simply taking out the assertion against 0 size. Platforms tested: h5committest and fuss. Misc. update: RELEASE.txt
* [svn-r9328] Purpose:Quincey Koziol2004-09-281-1/+3
| | | | | | | | | | | | | Bug fix. Description: Fix off-by-one error in Core VFL driver which would cause spurious address or size overflow errors when an odd valued address or size was checked. Platforms tested: FreeBSD 4.10 (sleipnir) Linux 2.4 (heping) Solaris 2.7 (arabica)
* [svn-r9326] Purpose:Xuan Bai2004-09-271-21/+20
| | | | | | | | | | | | | | Update. Description: Update installation documenation. Solution: Platforms tested: Not necessary. Misc. update:
* [svn-r9322] Purpose:Quincey Koziol2004-09-271-0/+2
| | | | | | | | | | | | | Bug fix Description: Fix situation where deleting a chunked datasets with B-tree nodes that weren't in the metadata cache would die with a core dump. Platforms tested: FreeBSD 4.10 (sleipnir) Linux 2.4 (heping) Solaris 2.7 (arabica)
* [svn-r9307] Purpose: Post 1.6.3 release maintenanceElena Pourmal2004-09-222-227/+676
| | | | | | | | | | Description: Updated the files after 1.6.3 release Solution: ran bin/h5vers script on eirene Platforms tested: Misc. update:
* [svn-r9304] Purpose: Release maintenancehdf5-1_6_3Elena Pourmal2004-09-221-3/+8
| | | | | | | | | | Description: I changed the version number to 1.6.3 Solution: Ran bin/h5vers -s 1.6.3 on eirene Platforms tested: Misc. update:
* [svn-r9303] Updated the Fortran Sample program to use the INCLUDE instead of theAlbert Cheng2004-09-221-2/+8
| | | | USE statement.
* [svn-r9302] Updated with Sample MPIO programs.Albert Cheng2004-09-221-13/+181
|
* [svn-r9301] Updated with LLNL machine information.Albert Cheng2004-09-221-4/+7
|
* [svn-r9300] Updated with Tflop information.Albert Cheng2004-09-221-1/+1
|
* [svn-r9299] Updated with LANL machines information.Albert Cheng2004-09-221-0/+5
|
* [svn-r9295] Purpose: Maintenance before the releaseElena Pourmal2004-09-211-9/+17
| | | | | | | | | | | | Description: Added information about new Fortran functions; Documented that Windows installation instruction files for F90 and C++ were deleted from the distribution. Solution: Platforms tested: Misc. update:
* [svn-r9294] Description:Frank Baker2004-09-211-13/+140
| | | | | | | | Fill in sections: Bug Fixes since... -- Documentation Documentation -- HDF5 Library documentation Supported Configuration Features Summary Minor copy edits (spelling corrections only)
* [svn-r9290] Purpose: MaintenanceElena Pourmal2004-09-212-193/+0
| | | | | | | | | | | | Description: Removed instruction files for Windows that are not needed anymore. F90 and C++ instrucitons are in the INSTALL_Windwos.txt file now. Solution: Platforms tested: Misc. update: Updated MANIFEST file will be cheked in after this one.
* [svn-r9289] Purpose: MaintenanceElena Pourmal2004-09-211-1/+3
| | | | | | | | | | Description: Updated "Tools" section under "Fixed bugs" section. Solution: Platforms tested: Misc. update:
* [svn-r9288] Purpose: MaintenanceElena Pourmal2004-09-211-2/+13
| | | | | Description: Added information about two sets of SZIP binaries: with encoder and without encoder.
* [svn-r9287] Purpose:John Mainzer2004-09-201-4/+16
| | | | | | | | | | | | | | | | | | | | | | | Add recomendation that users add the "-qxlf90=autodealloc" flag to FFLAGS when building parallel on the IBM SP platform. Description: See above. Solution: Added the suggestion. Also cleaned up a few minor typos in passing. Platforms tested: none needed -- documentatin change only. Misc. update:
* [svn-r9270] Purpose:Xuan Bai2004-09-171-20/+20
| | | | | | | | | | | | | | Update. Description: Correct some typos in the previous version. Solution: Platforms tested: Not necessay. Misc. update:
* [svn-r9269] Purpose:MuQun Yang2004-09-161-1/+43
| | | | | | | | | | | | Add information about windows improvement in the release.txt. Description: Solution: Platforms tested: Misc. update:
* [svn-r9266] Purpose:Frank Baker2004-09-151-101/+7
| | | | | | | Removed the Supported Configurations table; it will be revised and reinserted prior to the release. Changes made to the RELEASE.txt copy of the table by developers up to this moment will be captured in this revision.
* [svn-r9265] Purpose:Quincey Koziol2004-09-151-3/+3
| | | | | | | Cleanup Description: Move bug description into reverse chronological order.
* [svn-r9263] Purpose: Maintenance for 1.6.3 third round of testingElena Pourmal2004-09-151-1/+1
| | | | | | | | | | | Description: Created test tar ball and changed version to 1.6.3-pre4 using bin/h5vers script on eirene Solution: Platforms tested: Misc. update:
* [svn-r9262] Purpose:John Mainzer2004-09-151-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update release_docs/RELEASE.txt to describe options for dealing with installations which insert extra text in output, thereby breaking tests which function by comparing output with an exemplar. Also update bug fix list for parallel I/O mode confusion bug. Description: See above. Solution: Added discussion of this possible problem, and listed two possible solutions: 1) "setenv HDF5_Make_Ignore yes" and then score "failed" tests by hand. 2) Use the RUNSERIAL environment variable to use a filter script to filter out the extra text. Platforms tested: None needed. Misc. update:
* [svn-r9253] Purpose:Pedro Vicente Nunes2004-09-141-0/+15
| | | | | | | | | | | | added info about h5repack and the new h5dump features Description: Solution: Platforms tested: Misc. update:
* [svn-r9252] Purpose: Maintenance for the hdf5-1.6.3 releaseElena Pourmal2004-09-141-9/+10
| | | | | | | | | | Description: Updated compilers and system information for the tested platforms. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r9249] Purpose:Quincey Koziol2004-09-141-0/+4
| | | | Update release notes for Cray T90 support
* [svn-r9244] Purpose: Update documentRaymond Lu2004-09-131-1/+1
| | | | Misc. update: Update it for TeraGrid support.
* [svn-r9236] Purpose: Maintenance for the second round of testingElena Pourmal2004-09-091-1/+1
| | | | | | | | | | Description: I created a tar ball and changed version to 1.6.3-pre3 Solution: run bin/h5vers on eirene Platforms tested: eirene Misc. update:
* [svn-r9226] Purpose:Xuan Bai2004-09-081-39/+50
| | | | | | | | | | | | | | | | | | Update. Description: Update the installation documentation for the following sections: 1. Removed all HDF5 Fortran DLL related information as HDF5 Fortran DLL does not work with DEC Fortran 6.0 at current time. 2. Added a section to described how to test HDF5 C examples with testExamples.bat batch file. 3. Rename H5_SZIP_CAN_ENCODE environment variable as HDF5_SZIP_ENCODE as this environment variable is very easy to get confused with the H5_SZIP_CAN_ENCODE macro in H5pubconf.h. 4. Add some explaination in those sections which may get users confused. Solution: Platforms tested: Not necessary. Misc. update:
* [svn-r9216] Purpose:Pedro Vicente Nunes2004-09-071-5/+4
| | | | | | | | | | | | some text formatting Description: Solution: Platforms tested: Misc. update:
* [svn-r9214] Purpose:Pedro Vicente Nunes2004-09-071-0/+4
| | | | | | | | | | | | added a note about the get_native_integer change Description: Solution: Platforms tested: Misc. update:
* [svn-r9206] Purpose:Xuan Bai2004-09-031-0/+15
| | | | | | | | | | | | | Update. Description: Add a section in preconditions to ask use uncheck the "TAR file smart CR/LF conversions" option in WinZip setting to prevent some h5dump "false" testing failures. Solution: Platforms tested: Misc. update:
* [svn-r9194] Purpose: Update DocumentRaymond Lu2004-09-031-9/+5
| | | | Misc. update: Update release information for Crays in RELEASE.txt
* [svn-r9190] Purpose: UpdateRaymond Lu2004-09-021-3/+8
| | | | Misc. update: Update information of release test for RELEASE.txt
* [svn-r9188] Purpose: UpdateRaymond Lu2004-09-021-0/+11
| | | | | | Description: Update RELEASE.txt for 1.6.3 release Solution: Added information for Xeon cluster(tungsten)
* [svn-r9186] Purpose:Xuan Bai2004-09-011-46/+64
| | | | | | | | | | | | | | Update. Description: Update the installation documentation as we convert to the per_external_library naming convention for HDF5 environment variables in Windows. Solution: Platforms tested: Not necessary. Misc. update:
* [svn-r9182] Purpose: Maintenance for the hdf5-1.6.3 testingElena Pourmal2004-09-011-1/+1
| | | | | | | | | | | | | | | Description: After discussing with Albert: I changed the version to hdf5-1.6.3-pre1 and created a tar ball for the first round of testing. Then I changed the version to hdf5-1.6.3-pre2 and now I am committing the changes. pre1 on ftp is the same as snap6 :-) Solution: Platforms tested: Misc. update:
* [svn-r9177] Snapshot version 1.6 release 3 (snap5)HDF Admin2004-08-301-1/+1
|
* [svn-r9174] Purpose:MuQun Yang2004-08-271-1/+7
| | | | | | | | | | | | | Add a little more descriptions for users who don't want to build HDF5 with external compression libraries like szip or gzip. Description: Solution: Platforms tested: Misc. update:
* [svn-r9166] Purpose:Xuan Bai2004-08-263-418/+1016
| | | | | | | | | | | | | | | | | | | New documentations for Windows support. Description: Three documentations: 1. INSTALL_Windows.txt has been largely modified to prepare for 1.6.3 release. 2. INSTALL_Windows_Short.txt has been added to provide for users a quick and easy building, testing, and installing HDF5 products on Windows. 3. INSTALL_Windows_From_Command_Line.txt has been added to provide for users who would like to build HDF5 through command line on Windows. Correspondingly, INSTALL_Windows_withcpp.txt and INSTALL_Windows_withf90.txt will be depreciated in the future since the new INSTALL_Windows.txt includes the instruction to build, test, and install HDF5 products with C++ and Fortran APIs. Solution: Platforms tested: No need. Misc. update:
* [svn-r9157] Elena Pourmal2004-08-251-73/+62
| | | | | | | | | | | | Purpose: Maintenance Description: First attempt to bring up INSTALL file up-to-date. Solution: Read and fix. Platforms tested: N/A Misc. update:
* [svn-r9156] Purpose:Quincey Koziol2004-08-251-0/+3
| | | | | | | | | | | | | | | Bug fix (sorta) Description: Change reading of "missing" chunks from datasets with undefined fill values to not overwrite the application buffer with random garbage from memory. Note that this is almost the same, since whatever garbage the application had in those locations will still be there... Platforms tested: FreeBSD 4.10 (sleipnir) IRIX64 6.5 (modi4) h5committested
* [svn-r9135] Snapshot version 1.6 release 3 (snap4)HDF Admin2004-08-231-1/+1
|
* [svn-r9125] Purpose: MaintenanceElena Pourmal2004-08-201-0/+2
| | | | | | | | | | | Description: Added support for PGI Fortran compiler on Linux64 (x86_64) Solution: Platforms tested: AMD OPteron box at AMD, Sunnyvale and verbena with PGI and gcc compilers Misc. update:
* [svn-r9055] Snapshot version 1.6 release 3 (snap3)HDF Admin2004-08-091-1/+1
|
* [svn-r9054] Purpose:Quincey Koziol2004-08-081-0/+4
| | | | | | | | | | | | | | | | | | | Bug fix Description: Correct possible core dump when a datatype conversion function is registered with the library after a compound datatype has been converted (having it's type conversion information cached by the library). The compound datatype must have been created by inserting the fields in non-increasing offset order to see the bug. Solution: Re-sort the fields in the compound datatypes before recalculating the cached information when performing the conversion on them. Platforms tested: FreeBSD 4.10 (sleipnir) h5committested