summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r16908] v1.6.9 released.hdf5-1_6_9Albert Cheng2009-05-011-1/+1
| | | | Commit all changes made by bin/release.
* [svn-r16907] One cosmetic edit to remove parentheses from the initials so ↵Albert Cheng2009-05-011-2/+2
| | | | | | that they are consistent.
* [svn-r16899] Update platforms tested and Supported Features Summary tables.Larry Knox2009-04-301-43/+51
|
* [svn-r16895] Description:Frank Baker2009-04-291-32/+21
| | | | Formatting pass.
* [svn-r16886] Update to include modification to the parallel tests.Christian Chilan2009-04-291-1/+11
|
* [svn-r16868] Description:Binh-Minh Ribler2009-04-281-1/+3
| | | | Noted that bugzilla 1045 is fixed.
* [svn-r16867] Maintenance: Updated file in preparationfor the HDF5 1.6.9 release.Elena Pourmal2009-04-281-17/+19
| | | | Updated system information for Mac Intel.
* [svn-r16854] Maintenance: Changed version to hdf5-1.6.9-pre2 for further ↵Elena Pourmal2009-04-241-1/+1
| | | | check-ins.
* [svn-r16852] Maintenance: Changed version number to 1.6.9-pre1 and created a ↵Elena Pourmal2009-04-241-1/+1
| | | | | | tar ball for remote testing.
* [svn-r16809] Purpose: Add version macroNeil Fortner2009-04-201-0/+5
| | | | | | | | Description: Versioning was just added to H5Z_class_t in 1.8. Therefore, I am adding a H5Z_class1_t macro to 1.6 to enable backwards compatibility using H5Z_class1_t. Tested: jam (simple change)
* [svn-r16762] New feature (Bug ID: 1345):Albert Cheng2009-04-151-1/+3
| | | | | | | | | | | Added a Make target of check-all-install to test the correctness of installing via the prefix= or $DESTDIR options. Platforms tested: jam by hand. The test failed because installing by $DESTDIR is actually not working! I go on with the commit because I am sure the tests are correct. Will fix DESTDIR problem.
* [svn-r16739] Snapshot version 1.6 release 8 (post13)Larry Knox2009-04-121-1/+1
|
* [svn-r16737] Pedro Vicente Nunes2009-04-101-0/+3
| | | | | | - h5diff new flag, -c, --compare, list objects that are not comparable. PVN - 2009/4/10 - 1368 - h5diff new flag, -N, --nan, avoids NaNs detection. PVN - 2009/4/10
* [svn-r16715] Snapshot version 1.6 release 8 (post12)Larry Knox2009-04-091-1/+1
|
* [svn-r16667] Corrected the urls for h5dump xml dtd and schemaAllen Byrne2009-04-031-0/+1
| | | | Tested: Fedora 10 gcc
* [svn-r16651] Snapshot version 1.6 release 8 (post11)Larry Knox2009-04-011-1/+1
|
* [svn-r16648] fix typoPedro Vicente Nunes2009-04-011-1/+1
|
* [svn-r16645] add a mention to #1501Pedro Vicente Nunes2009-04-011-2/+6
|
* [svn-r16591] Snapshot version 1.6 release 8 (post10)Larry Knox2009-03-221-1/+1
|
* [svn-r16581] Snapshot version 1.6 release 8 (post9)Larry Knox2009-03-151-1/+1
|
* [svn-r16573] #1462 By selecting a compression type, a big endian byte order ↵Pedro Vicente Nunes2009-03-111-0/+2
| | | | | | | | | | | | | | | | was being selected. When reading the compression parameter keyword, the compression type read flag was incorrectly set to read, removed this line of code in->configOptionVector[COMPRESS] = 1; Modified one configuration file to have the COMPRESSION-TYPE GZIP Keyword. Entered a bug description fix of - h5import: By selecting a compression type, a big endian byte order was being selected (PVN - 2009/11/3) tested: linux
* [svn-r16556] Purpose:Mike McGreevy2009-03-091-0/+6
| | | | | | | | | | | | | | | Doc Update Description: Updated RELEASE.txt to document known issue about '-g' getting stripped from CFLAGS in production mode, without ability to be overridden. This was fixed in 1.8 and the trunk, but will not be fixed in 1.6 as the config/ files would need to be slightly overhauled in order to work as intended. Tested: doc only, none needed.
* [svn-r16507] Snapshot version 1.6 release 8 (post8)HDF Tester2009-02-221-1/+1
|
* [svn-r16485] Snapshot version 1.6 release 8 (post7)HDF Tester2009-02-151-1/+1
|
* [svn-r16482] Purpose: Improve chunk cacheNeil Fortner2009-02-121-0/+2
| | | | | | | | | | | Description: The meaning of the "nbytes" field in H5D_rdcc_t was not clear, and some places assumed it was the maximum size of the chunk cache, while some assumed it was the current size of the chunk cache. The end result was that only 1 chunk could be held in cache at a time. This field has been replaced by "nbytes_max" and "nbytes_used". Performance of cached I/O should improve greatly. Tested: jam, smirom (h5committest)
* [svn-r16454] Snapshot version 1.6 release 8 (post6)HDF Tester2009-02-081-1/+1
|
* [svn-r16345] Snapshot version 1.6 release 8 (post5)HDF Tester2009-01-251-1/+1
|
* [svn-r16330] Snapshot version 1.6 release 8 (post4)HDF Tester2009-01-181-1/+1
|
* [svn-r16298] Snapshot version 1.6 release 8 (post3)HDF Tester2009-01-111-1/+1
|
* [svn-r16286] - h5repack: When user doesn't specify a chunk size, h5repack ↵Pedro Vicente Nunes2009-01-081-2/+8
| | | | | | | | | | | | | now defines a default chunk size as the same size of the size of the hyperslab used to read the chunks. The size of the hyperslabs are defined as the size of each dimension or a predefined constant, whatever is smaller. This assures that the chunk read fits in the chunk cache. (PVN - 2008/11/21) - H5Dset_extent: when shrinking dimensions, some chunks were not deleted. Shrinking to a zero size dimension caused an assertion in the library. (PVN - 2009/01/8)
* [svn-r16272] Revert RELEASE.txt to the revision before it was mostly deleted ↵Neil Fortner2009-01-071-1/+403
| | | | | | | | by hdftest. Update version number listed at the top. Tested: vim
* [svn-r16261] Snapshot version 1.6 release 8 (post2)HDF Tester2009-01-041-1/+1
|
* [svn-r16210] Snapshot version 1.6 release 8 (post1)HDF Tester2008-12-211-404/+2
|
* [svn-r16174] Updated fix of the missing argument of open() in zip_perf.c.Albert Cheng2008-12-091-5/+7
| | | | Also reformat some other entries to keep them with a consistent format.
* [svn-r16122] Snapshot version 1.6 release 8 (post0)HDF Tester2008-11-231-1/+1
|
* [svn-r16117] h5repack: Define a default chunk whose size is manageable. (PVN ↵Pedro Vicente Nunes2008-11-211-0/+2
| | | | - 2008/11/21)
* [svn-r16103] Maintenance: Suffix after the release is done should be post0 ↵Elena Pourmal2008-11-191-1/+1
| | | | | | instead of snap0; caught by Albert, fixed by policy offender.
* [svn-r16081] Purpose: DocumentationMike McGreevy2008-11-171-0/+2
| | | | | | | Description: Adding log entry to RELEASE.txt for previous checkin of h5perf installation bug fix. Tested: none (doc update only).
* [svn-r16077] add entry for h5dump -b defaultPedro Vicente Nunes2008-11-141-0/+3
|
* [svn-r16068] Maintenance: Changed version number to hdf5-1.6.8-snap0; modifiedElena Pourmal2008-11-121-103/+9
| | | | | documentation files after the release. Branch is open for check-ins.
* [svn-r16057] Maintenance: Changed version to 1.6.8 and released source tar ball.hdf5-1_6_8Elena Pourmal2008-11-101-13/+16
| | | | Will tag the release after binaries are built tonight.
* [svn-r16055] Update AIX 5.3 system information.Albert Cheng2008-11-101-2/+8
|
* [svn-r16045] Description:Binh-Minh Ribler2008-11-101-13/+14
| | | | Updated info about H5Rdereference wrappers.
* [svn-r16039] Maintenance: More updates and cleanup before the release.Elena Pourmal2008-11-061-18/+11
|
* [svn-r16037] The known problems for IRIX64 6.5 are slightly updated.H. Joe Lee2008-11-051-7/+2
|
* [svn-r16034] Maintenance: Cleaned up the file before 1.8.2 releaseElena Pourmal2008-11-051-100/+37
|
* [svn-r16022] Maintenance: Changed version number to hdf5-1.6.8-pre1 before ↵Elena Pourmal2008-11-031-1/+1
| | | | | | creating a tar ball for remote testing
* [svn-r16016] Correct Fortran compiler version for mercury.Larry Knox2008-11-011-1/+1
|
* [svn-r16014] Updated Platforms Tested and Supported Configuration Features ↵Larry Knox2008-11-011-10/+8
| | | | Summary sections for November 2008 release - round 2.
* [svn-r16013] Updated Platforms Tested and Supported Configuration Features ↵Larry Knox2008-11-011-60/+57
| | | | Summary sections for November 2008 release.