summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8685] Purpose:Quincey Koziol2004-06-141-1/+1
| | | | Bump version # after making snapshot for user.
* [svn-r8662] Purpose: bug fixRaymond Lu2004-06-111-0/+3
| | | | | | | | | | | Description: After compound datatype with variable-length string in the fields is committed to file, when it's read back, the size is messed up. Solution: change the size when it's committed to file by calling H5T_set_loc. Platforms tested: h5committest and arabica Misc. update: RELEASE.txt
* [svn-r8633] Purpose:Quincey Koziol2004-06-091-0/+8
| | | | Update release notes
* [svn-r8621] Snapshot version 1.6 release 2 (post5)HDF Admin2004-06-071-1/+1
|
* [svn-r8610] Raymond Lu2004-06-031-0/+2
| | | | Misc. update: Update information about opaque type fix.
* [svn-r8551] Purpose:Albert Cheng2004-05-201-0/+2
| | | | Updated.
* [svn-r8530] Snapshot version 1.6 release 2 (post4)HDF Admin2004-05-161-1/+1
|
* [svn-r8419] Snapshot version 1.6 release 2 (post3)HDF Admin2004-04-261-1/+1
|
* [svn-r8361] Purpose:Albert Cheng2004-04-161-0/+3
| | | | Updated with long double to double fix.
* [svn-r8357] Elena Pourmal2004-04-151-0/+6
| | | | | | | | | | | | | | | | | | | | | Purpose: Maintenance Description: Fortran functions h5dwrite/read_f and h5awrite/read_f were overloaded with the dims parameter being of type INTEGER. It was a design flaw. dims should be of type INTEGER(HSIZE_T). Overloading was done to assure backward compatibility of 1.4.* branch with hdf5 1.2.* branch. We promised to remove the old function with INTEGER dims in 1.6.0. It was removed from the documentation but was not removed from the source code. Solution: Finally cleaned up the code. Platforms tested: Windows 2000 with DEC Fortran, LInux with Intel Fortran, Solaris 2.7 32/64-bit mode. Misc. update:
* [svn-r8356] Purpose:Albert Cheng2004-04-141-0/+4
| | | | updated.
* [svn-r8280] Purpose:Quincey Koziol2004-03-251-3/+5
| | | | Clarify note about the --with-pthread flag.
* [svn-r8278] Purpose:Quincey Koziol2004-03-251-3/+3
| | | | | Update flags necessary for compiling the library with thread-safety turned on.
* [svn-r8268] Purpose:Binh-Minh Ribler2004-03-201-0/+8
| | | | | | | | | | Inform change of APIs Description: Many exception constructors are removed. Although the users won't have to change their code, unless they used to check for the value of H5::Exception::detailMessage against 0/NULL, which is not very likely, they might need to recompile their applications.
* [svn-r8237] Snapshot version 1.6 release 2 (post2)HDF Admin2004-03-081-1/+1
|
* [svn-r8230] Purpose:MuQun Yang2004-03-021-9/+17
| | | | | | | | | | | make documentation more clear Description: update some descriptions according to comments from students Solution: Platforms tested: Misc. update:
* [svn-r8217] Snapshot version 1.6 release 2 (post1)HDF Admin2004-02-231-1/+1
|
* [svn-r8205] Snapshot version 1.6 release 2 (post0)HDF Admin2004-02-161-1/+1
|
* [svn-r8202] Purpose:Quincey Koziol2004-02-132-10/+3
| | | | | | | | | | | | | | | | | | Code cleanup/bug fix Description: Fix configuration files to allow 64-bit compilation of the library with a 64-bit version of zlib. Solution: Moved important compiler flags settings from CC macro to CFLAGS macro. Instead of setting CC (F9X, CXX) environment variable for compiling for 64-bit code, users should just set the CFLAGS (FFLAGS, CXXFLAGS) to -q64. Updated INSTALL file to reflect this change. Platforms tested: IBM p690 (copper) w/parallel, FORTRAN, C++, srcdir. Platforms specific - h5committest does not apply.
* [svn-r8195] Purpose: Maintenance after hdf5-1.6.2 releaseElena Pourmal2004-02-122-93/+447
| | | | | | | | | | | Description: I updated HISTORY.txt and RELEASE.txt files, and ran bin/h5vers to change version number to 1.6.2-post0 Solution: Platforms tested: Misc. update:
* [svn-r8193] Purpose: Maintenance for hdf5-1.6.2 releaseElena Pourmal2004-02-121-5/+4
| | | | | | | | | | | | Description: Changed version to be 1.6.2 and ran bin/release. Since several files are changed, I am checking them in before tagging the release Solution: Platforms tested: eirene Misc. update:
* [svn-r8192] Purpose: MaintenanceElena Pourmal2004-02-121-5/+5
| | | | | | | | | | Description: Updated system and compilers information for platinum and titan Solution: Platforms tested: Misc. update:
* [svn-r8191] Purpose:Albert Cheng2004-02-121-9/+15
| | | | | | | Updated with Teragrid cluster new entery. Added QSC long double -> double known problem. Removed gcc long long warning since we have added -wno-long-long to suppress it.
* [svn-r8190] Purpose: MaintenanceElena Pourmal2004-02-121-0/+4
| | | | | | | | | | | Description: On AIX 5.1, 64-bit parallel build fails when zlib is configured in. Solution: Problem can be bypassed by removing "const" on line 29 in H5Zpkg.h I documented the problem and the solution. Platforms tested: copper Misc. update:
* [svn-r8189] Purpose: MaintenanceElena Pourmal2004-02-122-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Few minor editing fixes: RELEASE.txt Removed footnote 7 from the table, since it said that for Windows XP we do not distribute source code. We distribute source code, but the projects are for Win 2000. Projects are automatically converted to .NET projects if opened in the .NET environment. So it was a misleading footnote. Kent's instructions tell users how to work with the Win2000 projects in the .NET environment. INSTALL_Windows_withcpp.txt Fixed the name of the directory where all.dsw file is found Added information about libtestD DLLs; they have to be copied to the system directory before tests can be run. Solution: Platforms tested: Misc. update:
* [svn-r8188] Purpose: Update install fileBinh-Minh Ribler2004-02-121-4/+9
| | | | | | | | | | | Description: Updated information regarding zlib and szlib. Platforms tested: Not necessary. Misc. update:
* [svn-r8185] Frank Baker2004-02-111-2/+2
| | | | | | | | Purpose: Copy edit in the "Supported Configuration Features Summary" table. Platforms tested: Reviewed in vi.
* [svn-r8184] Frank Baker2004-02-111-83/+93
| | | | | | | | | | Purpose: Replaced the table and footnotes in "Supported Configuration Features Summary" with new versions for Release 1.6.2. Added "Supported Configuration Features Summary" to the TOC. Platforms tested: Reviewed in vi and as a printed copy.
* [svn-r8182] Purpose: MaintenanceElena Pourmal2004-02-111-2/+5
| | | | | | | | | | | Description: Added Linux 2.4 SuSe to the list of tested platforms. Solution: JPL machine became available today and I finally finished testing there. C and C++ passed. Platforms tested: tb16 at JPL Misc. update:
* [svn-r8174] Purpose:Pedro Vicente Nunes2004-02-101-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | made instructions for CW install more clear Description: the ZLIB and SZIP library paths are harcoded in the project settings. in case the user does not want these defaults add a hint to change it " If you do not have these libraries installed on these locations, you must change the path in the Project Settings (menu Edit->Settings->Target->Access Paths) " also made clear that the project must be on <install_dir>/hdf5 as described in Windows_install.txt Solution: Platforms tested: Misc. update:
* [svn-r8173] Purpose: MaintenanceElena Pourmal2004-02-101-1/+2
| | | | | | | | | | | Description: Added information where to get gzip and szip binaries for Windows. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r8172] Purpose: Maintenance for 1.6.2 releaseElena Pourmal2004-02-101-13/+11
| | | | | | | | | | | | Description: Updated locations of the Windows zlib and szip libraries, clarified how to extract files from the archive, and changed all references from 1.6.1 to 1.6.2 Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r8169] Purpose: MaintenanceElena Pourmal2004-02-101-14/+24
| | | | | | | | | | Description: Updated information about tested platfroms and compilers. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r8168] Purpose: MaintenanceElena Pourmal2004-02-101-0/+2
| | | | | | | | | | | Description: Added pointer to the section "How to build HDF5 Fortran with Intel Compiler" under HDF5 FAQ. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r8167] Purpose: MaintenanceElena Pourmal2004-02-101-2/+2
| | | | | | | | | | | Description: Added information about how to build C++ 64-bit library on SP machines. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r8156] Updated with OSF-1 information.Albert Cheng2004-02-051-2/+5
| | | | Added the change of verbosity of the parallel test programs.
* [svn-r8148] Purpose:Albert Cheng2004-02-042-9/+9
| | | | Updated with TFLOPS information.
* [svn-r8147] Purpose: MiantenanceElena Pourmal2004-02-021-1/+1
| | | | | | | | | | | Description: Changed version to 1.6.2-pre2 after creating a tar ball for testing. Tar ball is on the FTP site, testing announcement will follow. Solution: Used bin/h5vers on eirene Platforms tested: N/A Misc. update:
* [svn-r8146] Purpose: Maintenance for hdf5-1.6.2-pre1 testingElena Pourmal2004-02-021-1/+1
| | | | | | | | | | | Description: Changed version number to 1.6.2-pre1 before creating a tar ball for testing. Solution: Used bin/h5vers script on eirene Platforms tested: N/A Misc. update:
* [svn-r8138] Purpose:Quincey Koziol2004-01-311-0/+2
| | | | | | | | | | | Bug fix. Description: Allow H5Tget_native_type() to handle opaque fields in compound datatypes. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r8125] Purpose:Quincey Koziol2004-01-311-0/+3
| | | | | | | | | | | | | | | Bug fix/optimization Description: Address slowdown in MPI-I/O file metadata operations that was introduced mid-stream. We now _require_ a POSIX compliant parallel file system for the MPI-I/O file driver (as well as for the MPI-POSIX file driver). Also optimized file open operation when the file is being created by reducing the number of collective & syncronizing calls. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel h5committest
* [svn-r8081] Purpose:Quincey Koziol2004-01-191-1/+1
| | | | Bump version number after creating snapshot for user.
* [svn-r8080] Purpose:Quincey Koziol2004-01-191-0/+3
| | | | | | | | | | | | Add tests & docs Description: Added tests for the recent B-tree bug fixes & document their fix in the release notes. Platforms tested: FreeBSD 4.9 (sleipnir) Too minor to require h5committest
* [svn-r8078] Snapshot version 1.6 release 1 (post18)HDF Admin2004-01-191-1/+1
|
* [svn-r8059] Purpose:Quincey Koziol2004-01-131-1/+1
| | | | Bump version # after creating another snapshot for a user.
* [svn-r8058] Purpose:Quincey Koziol2004-01-131-2/+2
| | | | | | | | | | | Bug fix Description: Plug another small memory leak for fill-values. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r8055] Purpose:Quincey Koziol2004-01-131-1/+1
| | | | Bump revision number after creating snapshot for user testing.
* [svn-r8054] Purpose:Quincey Koziol2004-01-131-0/+3
| | | | | | | | | | | | | | | | | | | | Bug fix Description: Correct two problems with variable-length datatypes in datasets: - When overwriting an entire dataset, writing the fill value to the file would be skipped, causing problems for VL datatypes when objects in the file had been unlinked (and thus the space in the file was not all zeros) - When an application has set a fill-value for a dataset and the dataset's datatype contained a VL datatype, the library was filling space on disk with the memory form of the VL information, instead of the disk form. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r8052] Snapshot version 1.6 release 1 (post15)HDF Admin2004-01-121-1/+1
|
* [svn-r8044] Purpose:Albert Cheng2004-01-081-0/+4
| | | | Updated.