summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r20099] Update version number to HDF5 1.8.6, and change status to released.hdf5-1_8_6Mike McGreevy2011-02-141-1/+1
|
* [svn-r20098] Remove note from windows parallel fortran since the we do not ↵Allen Byrne2011-02-141-4/+4
| | | | test parallel on windows.
* [svn-r20097] updated with parallel feature of AIX platforms.Albert Cheng2011-02-141-1/+1
|
* [svn-r20094] The problem with the optimization flags for gcc 4.3 and 4.4 has ↵Albert Cheng2011-02-131-6/+0
| | | | | | been fixed in v1.8.5. Removed this known problem entry.
* [svn-r20093] updated for AIX platform which supports SZIP and thread-safe now.Albert Cheng2011-02-121-2/+2
|
* [svn-r20092] Add note to known problems section of RELEASE.txt about ↵Neil Fortner2011-02-111-1/+3
| | | | | | run-all-ex.sh on Cygwin. Tested: kwrite
* [svn-r20088] Add note to "Known problems" section of "RELEASE.txt about ↵Larry Knox2011-02-111-1/+8
| | | | script to run examples not working on solaris.
* [svn-r20087] Update linux machine versionsAllen Byrne2011-02-111-4/+4
|
* [svn-r20086] Maintenance: Updated "Tested platforms" and "Tested ↵Elena Pourmal2011-02-111-56/+58
| | | | configurations" sections of the file for the release.
* [svn-r20083] Maintenance before the release: Updated entry for one of the ↵Elena Pourmal2011-02-111-0/+4
| | | | Macs (pahra)
* [svn-r20077] Updated mpich version of jam and amani.Albert Cheng2011-02-101-4/+4
|
* [svn-r20074] Maintenance before the release:Elena Pourmal2011-02-091-4/+6
| | | | | | | | Updated RELEASE.txt with information about fred. After getting permissions from the highest authority (Mike M.), brought back bug fix from 1.8 and trunk that prevented us to automatically build binaries for the release; it also generated several messages to the HelpDesk. Platforms tested: fred (minor, test passed on all platforms in 1.8 and trunk).
* [svn-r20037] Purpose:Mike McGreevy2011-02-031-9/+9
| | | | Update compiler information for NCSA machines.
* [svn-r20036] _ Edited for language.Mark Evans2011-02-031-3/+3
|
* [svn-r20035] Update version number to 1.8.6-pre3Mike McGreevy2011-02-031-1/+1
|
* [svn-r20031] Purpose: Fix bug 2131Neil Fortner2011-02-021-0/+4
| | | | | | | | | | Description: When using the scale-offset filter with floating point data or fill values, big endian machines would save some metadata in the wrong byte order. This caused such datasets to yield incorrect data when read on little endian machines. Fixed the scale-offset filter to always save this metadata in the right byte order (i.e. little endian). Tested: jam, amani, heiwa (h5committedt); fedora, linew
* [svn-r20026] Removed AIX 5.3 since the LLNL uP has retired and we have no ↵Albert Cheng2011-01-311-8/+5
| | | | | | | more access to any AIX 5.x machine. Added known problem of t_shapesame test.
* [svn-r19997] I added the support information of OpenVMS.Raymond Lu2011-01-261-3/+16
|
* [svn-r19985] Added "gmake clean" known problem in AIX.Albert Cheng2011-01-251-15/+11
| | | | Removed AIX memory problem which is fixed by change IBX-AIX config file.
* [svn-r19969] Add note on parallel failures to RELEASE.txtNeil Fortner2011-01-191-0/+12
|
* [svn-r19812] Correct g95 and MPICH2 versions for amani.Larry Knox2010-11-171-13/+12
|
* [svn-r19801] Purpose:Mike McGreevy2010-11-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Add additional error checking to catch erroneous user input. Description: Attempting to retrieve a links's name by index in the case where the link is external and the file that the object is located in doesn't exist was causing a segmentation fault (in production) and an assertion failure (in debug). The segfault wasn't occuring until the metadata accumulator attempted a write, so I've added error checking higher in the pipeline in H5O_protect (where there was previously just an assert) to catch this. I've also added additional asserts in the H5F layer where there were none. Additionally, I added another case to the links.c test to test that this fails gracefully instead of segfaulting or asserting out. Tested: h5committest and gandalf (mac os x)
* [svn-r19784] _ Edited recent changes for language. Mark Evans2010-11-151-17/+17
|
* [svn-r19762] Updated for release.Albert Cheng2010-11-111-0/+2
|
* [svn-r19756] AIX patch for insufficient memory during tests.Albert Cheng2010-11-101-15/+23
| | | | | | | | STDIO Vfd fix with fseeko64. Updated AIX compiler information. Removed Cray XT3 and Glory from tested platform since they are not tested any more. Added know AIX shared library problem.
* [svn-r19750] Updated windows tested machines to indicate which build system ↵Allen Byrne2010-11-091-9/+45
| | | | | | was used Added Debian, fedora,suse, ubuntu linux machines to tested section
* [svn-r19749] _ Edited recent changes for language. Mark Evans2010-11-091-20/+18
|
* [svn-r19747] Update version number to 1.8.6-pre2Mike McGreevy2010-11-091-1/+1
|
* [svn-r19742] Purpose:Jonathan Kim2010-11-081-0/+5
| | | | | | | | Update RELEASE.txt for Bug 1989 : h5diff incorrect result on compound type of vlen strings. Tested: Not necessary
* [svn-r19685] Purpose:Mike McGreevy2010-10-281-2/+2
| | | | | | Release Doc Update - Fix cobalt's compiler version information Tested: none -- documentation update only.
* [svn-r19667] Revised machine and compiler versions.Larry Knox2010-10-251-39/+46
| | | | | | Added note to Bugs Fixed section for compile script changes. Text changes only - no test.
* [svn-r19619] Purpose:Mike McGreevy2010-10-151-1/+7
| | | | | | | | | | Bring metadata accumulator fixes and tests into 1.8.6 Description: Changes consist of addition of tests for H5Faccum.c source code, as well as some fixes that address some discovered bugs in the metadata accumulator on several corner cases. Tested: h5committested
* [svn-r19550] _ edited the file for languageMark Evans2010-10-081-124/+122
|
* [svn-r19540] Added note on CMake improvementsAllen Byrne2010-10-071-0/+4
|
* [svn-r19538] Description:Frank Baker2010-10-071-4/+4
| | | | Revise h5ls and h5repack bugfix entries.
* [svn-r19524] Updated tested Windows platformsAllen Byrne2010-10-061-2/+8
|
* [svn-r19517] Maintenance: Removed g95; it is not working on my Mac anymore. Elena Pourmal2010-10-051-1/+0
|
* [svn-r19516] Maintenance for the release: Updated compiler information for ↵Elena Pourmal2010-10-051-5/+9
| | | | 32 and 64-bit Mac Intel machines.
* [svn-r19515] I documented bug 1707. No test is needed.Raymond Lu2010-10-051-0/+3
|
* [svn-r19508] Corrected comment error in test script and updated cygwin info ↵Allen Byrne2010-10-041-1/+2
| | | | | | in release docs. Tested: Cygwin 1.7.7 on Windows XP 32/64
* [svn-r19475] I'm backing out my fix for bug 1707 because there're some ↵Raymond Lu2010-09-231-3/+0
| | | | | | | | | | unresolved issues - r19441 and 19467. Bug 1707 is that H5Eset_auto causes a seg fault when an application uses -DH5_USE_16_API with the 1.8 library to compile. Tested on jam - backing out, simple.
* [svn-r19468] Description:Frank Baker2010-09-221-19/+19
| | | | Editorial review. Some corrections for content, others for consistency.
* [svn-r19467] Bug fix for 1707 - My previous checkin wasn't complete. I left ↵Raymond Lu2010-09-221-0/+3
| | | | | | | | | | | | out the case when the deprecated symbols were disabled. I made a different definition for H5E_auto_op_t when the deprecated symbols were disabled. Tested on jam - a simple change. There's no change to configure.in, Makefile.am, config, tools/lib, c++/test, and fortran. The property change came from the merge from 1.8 branch.
* [svn-r19464] Purpose: Fix bug 1864Neil Fortner2010-09-211-0/+3
| | | | | | | | | | | Description: Library versions 1.6.3 and earlier contain a bug which causes them to be unable to perform certain operations on a group if that group's symbol table information is not cached in the parent group's symbol table. Versions 1.8.0 to 1.8.5 did not cache this information. Modified library to cache this information. Tested: jam, amani, heiwa (h5committest)
* [svn-r19455] Fix RELEASE.txt previous version typo.Mike McGreevy2010-09-211-1/+1
|
* [svn-r19454] Update version information in RELEASE.txt to reflect 1.8.6 release.Mike McGreevy2010-09-211-8/+8
|
* [svn-r19452] Update version of 1.8.6 release branch to HDF5 1.8.6-pre1Mike McGreevy2010-09-211-1/+1
|
* [svn-r19407] Purpose:Jonathan Kim2010-09-161-0/+4
| | | | | | | | | | | | Add --exclude-path option Description: Merged from hdf5 trunk (r19406). Specified path to an object will be excluded from comparing the two files or two groups. If group is specified all the member objects will be excluded. Related to "1890: h5diff excluding object for file comparison via command line" Tested: jam, amani
* [svn-r19405] Description:Quincey Koziol2010-09-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | Bring r19402 from trunk to 1.8 branch: Correct Bz#1968 (Problem when opening new format file with H5F_LIBVER_EARLIEST) by initializing symbol table leaf information in a more universal way. Also cleaned up other superblock initialization a little bit while I'm here. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode Mac OS X/32 10.6.4 (amazon) in debug mode Mac OS X/32 10.6.4 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode Mac OS X/32 10.6.4 (amazon) w/parallel, in debug mode
* [svn-r19401] Purpose:Jonathan Kim2010-09-161-0/+3
| | | | | | | | | | | Fix for Bug1975 h5diff - support recursive comparison on group when specified as an object Description: Merged from hdf5 trunk (r19400). Compare member objects and groups recursively when two files or groups are specified to be compared. Support parallel diff and handling symbolic links accordingly. Tested: jam, amani