summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14969] Purpose: Bug Fix (Bug 1144)Mike McGreevy2008-05-121-0/+4
| | | | | | | | | | | | | Description: Tests in perform directory were never getting run, and h5perf* programs were not being installed. Solution: Added another build option, 'make check-perform', which runs the tests in the perform directory. Also modified the Makefiles in the perform directory to install (with 'make install') h5perf when parallel is enabled, and h5perf and h5perf_serial when parallel is disabled. Tested: kagiso, smirom, linew
* [svn-r14965] Snapshot version 1.9 release 5HDF Tester2008-05-111-1/+1
|
* [svn-r14946] added an option to allow a user defined formatting string for ↵Pedro Vicente Nunes2008-05-061-1/+3
| | | | printf regarding floating point numbers
* [svn-r14910] add mention of new compression ratio feature in h5dumpPedro Vicente Nunes2008-05-011-2/+6
|
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-1048/+120
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-120/+1048
| | | | New fortran wrappers added.
* [svn-r14864] Snapshot version 1.9 release 4HDF Tester2008-04-271-1/+1
|
* [svn-r14852] Purpose: Update bug fixesBinh-Minh Ribler2008-04-211-0/+8
| | | | | Description: Added notes about fixes on bugzillas 1045 and 1056.
* [svn-r14849] Snapshot version 1.9 release 3HDF Tester2008-04-201-1/+1
|
* [svn-r14832] Snapshot version 1.9 release 2HDF Tester2008-04-131-1/+1
|
* [svn-r14809] Add fix for H5Lcreate_external() to the list of bug fixes.Vailin Choi2008-04-081-0/+4
|
* [svn-r14804] mention to bug fixedPedro Vicente Nunes2008-04-071-1/+3
|
* [svn-r14799] Snapshot version 1.9 release 1HDF Tester2008-04-061-1/+1
|
* [svn-r14759] Snapshot version 1.9 release 0HDF Tester2008-03-201-1/+1
|
* [svn-r14738] Description:Quincey Koziol2008-03-131-0/+5
| | | | | | | | | | Bring r14737 back from the 1.8 branch: Fix bug which would incorrectly encode the member offsets for compound datatypes whose size was between 256 & 511 bytes, when the "use the latest format" feature was enabled. Tested on: Mac OS X/32 10.5.2 (amazon) w/debug FreeBSD/32 6.2 (duty) w/production
* [svn-r14721] Description:Quincey Koziol2008-03-111-0/+3
| | | | Update release notes for H5Aget_num_attrs() fix
* [svn-r14693] Description:Quincey Koziol2008-02-281-5/+10
| | | | Update release notes with recent variable-length string fix for h5diff
* [svn-r14619] fix textPedro Vicente Nunes2008-02-191-2/+2
|
* [svn-r14617] mention to bug fixedPedro Vicente Nunes2008-02-191-0/+6
| | | | | | | | | | Tools ----- - h5import bug on Windows w/binary datasets. fread in windows needs a binary file to be open with “rb” instead of “r” otherwise it terminates execution if an end of file character is found on the input file. Besides that the binary file generated needs to be open with “wb” , otherwise an end of line character is read twice. PVN - 2008/2/19
* [svn-r14564] Maintenance: Added new history files according to the proposed ↵Elena Pourmal2008-02-131-1/+1
| | | | | | and agreed policy see http://www.hdfgroup.uiuc.edu/RFC/HDF5/QA/RFC-HIS-REL-1.8_Feb6.pdf
* [svn-r14551] Revise Supported Configuration Features Summary tables.Larry Knox2008-02-121-80/+72
|
* [svn-r14547] Maintenance: Changed version number to 1.9.0 as we agreed on ↵Elena Pourmal2008-02-111-24/+9
| | | | | | the HDF5 developers meeting on February 8, 2008; modified docs files to point to the documentation snapshots.
* [svn-r14526] Maintenance: Changed version number in the trunk to be 1.9.0-snap0hdf5-1_9-startElena Pourmal2008-02-071-1/+1
|
* [svn-r14524] Maintenance before creating new 1.8.0 branch: Added RELEASE.txt ↵Elena Pourmal2008-02-071-951/+13
| | | | | | to the HISTORY file and cleaned up the RELEASE.txt file
* [svn-r14485] Update Platforms Tested and Supported Configuration Features ↵Larry Knox2008-02-021-64/+64
| | | | sections.
* [svn-r14484] Maintenance: Changed version number to 1.8.0 in preparation for ↵Elena Pourmal2008-02-011-1/+1
| | | | | | the release.
* [svn-r14468] Update windows support information. MuQun Yang2008-01-291-12/+12
|
* [svn-r14467] update release.txt fileMuQun Yang2008-01-291-2/+2
|
* [svn-r14460] Maintenance: Created rc2 tar ball and released to the ftp server;Elena Pourmal2008-01-271-1/+1
| | | | Changed version number to hdf501.8.0-rc3 using bin/h5vers script
* [svn-r14456] aligned textPedro Vicente Nunes2008-01-241-9/+9
|
* [svn-r14454] Description:Quincey Koziol2008-01-241-0/+7
| | | | | Update the release notes with comment about addressing the "AURA format corruption" bug.
* [svn-r14448] Maintenance: Released version hdf5-1.8.0-rc1 to the public fTP ↵Elena Pourmal2008-01-211-1/+1
| | | | | | | | server and changed the version to hdf5-1.8.0-rc2 using bin/h5vers script. Platforms tested: ran test for hdf5-1.8.0-rc1 source on kagiso after craeting public tar ball.
* [svn-r14439] more features and bugsPedro Vicente Nunes2008-01-161-0/+8
|
* [svn-r14438] add mention to bugs fixedPedro Vicente Nunes2008-01-161-6/+10
|
* [svn-r14435] Purpose: Update RELEASE.txt for WindowsScott Wegner2008-01-161-19/+16
| | | | | Description: Updated level of support for MinGW, Windows XP x64 and Windows Vista. Also noted that VS6 is no longer supported.
* [svn-r14290] Maintenance after beta5 release: changed version number to ↵Elena Pourmal2007-11-261-8/+8
| | | | | | | | 1.8.0-rc1 (stands for 1.8.0 release candidate # 1) Platforms tested: none, minor change with the known script.
* [svn-r14288] Maintenance for beta5 release: vesrion number was changed to ↵hdf5-1_8_0-beta5Elena Pourmal2007-11-261-1/+1
| | | | | | | | 1.8.0-beta5 by running bin/h5vers script Platforms tested: kagiso (minor change)
* [svn-r14287] Maintenance before creating beta5 tar ball.Elena Pourmal2007-11-261-16/+10
| | | | Platforms tested: None (minor edits in the documentation files)
* [svn-r14270] Description:Albert Cheng2007-11-201-0/+1
| | | | | | | | | | Removed the stream-vfd from the basic library code. (The stream-vfd source files are not removed yet but the MANIFEST has been updated to NOT release those stream-vfd source files.) Platforms tested: Kagiso and smirom. Then test the release tar ball in kagiso.
* [svn-r14215] Maintenance after 1.8.0-beta4: changed version number to ↵Elena Pourmal2007-10-211-1/+1
| | | | 1.8.0-beta4post1
* [svn-r14213] Maintenance for beta4 release: changed version number to be ↵hdf5-1_8_0-beta4Elena Pourmal2007-10-211-1/+1
| | | | | | 1.8.0-beta4 Platforms tested: kagiso only (trivial change using bin/h5vers script)
* [svn-r14189] added recently added new featuresPedro Vicente Nunes2007-10-051-0/+3
| | | | | | | | Tools: ------ - h5dump lists groups and attributes in requested orders (by name and creation order, both ascending and descending). PVN - 2007/10/5 - h5import imports string (text) data. PVN - 2007/10/5
* [svn-r14181] Description:Quincey Koziol2007-10-041-0/+3
| | | | Mention fixing the display order for attributes in h5ls and h5dump
* [svn-r14110] Document MPI-IO compiler problem on tungsten.MuQun Yang2007-08-241-0/+20
|
* [svn-r14027] Maintenance: changed version number to 1.8.0-beta3post1 using ↵Elena Pourmal2007-07-301-1/+1
| | | | bin/h5vers script
* [svn-r14025] Maintenance: Changed version number to 1.8.0-beta3, put warning ↵hdf5-1_8_0-beta3Elena Pourmal2007-07-301-6/+6
| | | | | | | into INSTALL file for the 1.8.0-beta* releases Tested: Release tar ball is available on the frp server, It was tested on kagiso with the PGI compilers.
* [svn-r14013] Purpose: Updating release documents to reflect current versions ↵Mike McGreevy2007-07-251-0/+2
| | | | | | of autotools. Tests: None needed, documentation update only.
* [svn-r13930] purpose:Albert Cheng2007-07-021-8/+2
| | | | | | | | Update information. Removed support for BG/L (ubgl), SGI tesla. Updated for SNL platforms too. Tested: Just eyeballed since this is just a text file.
* [svn-r13913] Maintenance after beta2 release: used bin/h5vers script to ↵Elena Pourmal2007-06-251-1/+1
| | | | change version number to 1.8.0-beta2poat1
* [svn-r13909] Mainetnance before createing beta2 tar ballhdf5-1_8_0-beta2Elena Pourmal2007-06-251-1/+1
| | | | Changed version number to 1.8.0-beta2