summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12895] Description:Quincey Koziol2006-11-131-1/+4
| | | | | | | | | | | | | Add new H5Lget_val_by_idx() routine & tests. Also includes most of changes for H5Ldelete_by_idx() routine. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper)
* [svn-r12894] Description:Quincey Koziol2006-11-121-15/+14
| | | | | | | | | | | | Add H5Lget_name_by_idx routine & tests Move more H5G routines to deprecated API file Tested on: FreeBSD/32 4.11 (sleipnir) w/threadsafe Linux/32 2.4 (heping) C++ & FORTRAN Linux/64 2.4 (mir) w/build-all & enable_compat1.6 AIX/32 5.? (copper) w/parallel & FORTRAN
* [svn-r12865] Description:Quincey Koziol2006-11-061-1/+1
| | | | | | | Change name of H5Lunlink to H5Ldelete, per our design meeting last Friday. Tested on: Linux/32 2.6 (chicago)
* [svn-r12864] Description:Quincey Koziol2006-11-061-1/+1
| | | | | | | | Changed H5Lget_linkval() to H5Lget_val(), per our design discussion last Friday afternoon. Tested on: Linux/32 2.6 (chicago)
* [svn-r12835] Description:Quincey Koziol2006-10-311-1/+1
| | | | | | | | | Change H5Lget_linkinfo() to H5Lget_info() to better align with coming API changes. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12695] Added --enable-debug=all to the list of known problems in ↵James Laird2006-09-291-0/+4
| | | | RELEASE.txt.
* [svn-r12670] Snapshot version 1.8 release 0 (alpha5)HDF Admin2006-09-161-1/+1
|
* [svn-r12622] Updated RELEASE.txt with External Link changes.James Laird2006-08-241-0/+26
|
* [svn-r12519] Fixed "make check-vfd"James Laird2006-07-311-0/+3
| | | | | | | | | | "make check-vfd" will now run all tests in the test directory with different file drivers (at least, all of those tests that use the testing framework's FAPL). Tests that fail will be skipped. This is not a perfect fix, but is better than nothing. Along with this change, check-vfd should be added to the Daily Tests.
* [svn-r12478] Changed version number to 1.8.0-alpha5 after tagging ↵Elena Pourmal2006-07-171-1/+1
| | | | | | hdf5-1.8.0-alpha4 release with "hdf5_1_8_0_alpha4" tag.
* [svn-r12476] iCommiting files modified by bin/release before tagging ↵hdf5-1_8_0-alpha4Elena Pourmal2006-07-171-1/+1
| | | | hdf5-1.8.0-alpha4
* [svn-r12453] Purpose:James Laird2006-07-051-0/+22
| | | | | | | Documentation update Description: Updated MANIFEST and RELEASE.txt for H5L change
* [svn-r12434] Purpose: MaintenanceElena Pourmal2006-06-221-3/+6
| | | | | | | | | | | | Description: Added support for HPUX11.23 Solution: Added configuration file for the system. Both C, C++, F90, HL 32-bit and 64-bit are supported. Known problems: C++ library will not build in 64-bit mode if shared is enabled. Platforms tested: HPUX 11.23 at UMKC Misc. update:
* [svn-r12433] Purpose:James Laird2006-06-221-9/+12
| | | | | | | | | | doc update Description: Added HDF5TestExpress to release docs Platforms tested: none (doc change only)
* [svn-r12431] Purpose:James Laird2006-06-211-1/+5
| | | | | | | | | | | | | | Configuration feature Description: 'make install' now tests both static and shared libraries if both are installed. Solution: Previously, shared libraries were only tested when static libraries were not installed. Also cleaned up line in commence.am that was including HL library in all Makefiles. Platforms tested: mir (Makefile change only)
* [svn-r12414] Purpose:Quincey Koziol2006-06-171-3/+38
| | | | | | | | | | | | | | | | | Bug fix Description: Fix bug which could lead to files with incorrect count of messages in the header for an object. The exact sequence of operations is complicated and is described in the release notes. Solution: Mark merged null header messages as dirty. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (chicago) Mac OS/X (amazon)
* [svn-r12413] Purpose:James Laird2006-06-141-0/+5
| | | | | | | | | | | | | | | | | Bug fix Description: Changed the semantics of --enable-stream-vfd and --enable-shared. Both are now disabled by default when parallel HDF5 is being built. Solution: Both shared and stream-vfd are disabled by default in parallel, but can be enabled explicitly if the user chooses. Before, shared was always enabled by default and stream-vfd was always disabled in parallel. Platforms tested: heping, mir (configuration change only)
* [svn-r12394] Purpose: MaintenanceElena Pourmal2006-06-011-1/+1
| | | | | | | | | | | Description: Ran /bin/h5vers to change suffix to alpha4 after creating hdf5-1.8.0-alpha3 tar ball and tagging the release with hdf5_1_8_0_alpha3 tag Solution: Platforms tested: Misc. update:
* [svn-r12392] Purpose: Maintenancehdf5-1_8_0-alpha3Elena Pourmal2006-06-011-1/+1
| | | | | | | | | | | Description: Checking in files modifed by the bin/release script before tagging hdf5-1.8.0-alpha3 Solution: Platforms tested: Misc. update:
* [svn-r12391] Purpose: Update.Raymond Lu2006-06-011-0/+2
| | | | | Misc. update: Document some errors in test/dt_arith.c when converting data from long double to (unsigned) long long and from (unsigned) long long to long double.
* [svn-r12361] Purpose:Albert Cheng2006-05-211-2/+2
| | | | | | | | Document error. Description: The fix of the TR was put in the wrong session (new configure feature). It is moved to the proper session (bug fix on configure.)
* [svn-r12358] Purpose:Albert Cheng2006-05-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix. Description: The ${TR}, though avoid the error, is inconvenient. It is needed because configure.in use the char range in the style of 'a-z'. The other style of '[a-z]' is more commonly accepted by all tr but autoconf tends to strip away [], making the syntax rather clumsy. Solution: Learned from autoconf that it avoids the use of character range by just spell all the letters out. Changed our tr commands to use those variables defined by autoconf. Also removed the definition of ${TR} since it will cause inconsistancy when autoconf also use plain 'tr' in its generated code. The Makefile.in are changed because the elimination of ${TR} from configure triggered its removal from all Makefil.in. That is okay because ${TR} is not used at all in Makefile. Platforms tested: h5committested. (sol failed to connected). also tested in shanti using both /usr/ucb/tr and /bin/tr (the bad one before.) Misc. update: Updated both INSTALL and RELEASE files.
* [svn-r12352] Purpose: Update document.Raymond Lu2006-05-171-0/+5
| | | | Misc. update: Update this document for H5LTtext_to_dtype and H5LTdtype_to_text.
* [svn-r12339] Purpose: Maintenance after hdf5-1.8.0-alpha2 releaseElena Pourmal2006-05-061-3/+3
| | | | | | | | | | Description: Changed version suffix to alpha3 Solution: ran bin/h5vers script Platforms tested: Misc. update:
* [svn-r12337] Purpose: Maintenancehdf5-1_8_0-alpha2Elena Pourmal2006-05-061-1/+1
| | | | | | | | | | | | Description: Comitting files modified by the bin/release script before tagging the release. Solution: Platforms tested: released tar ball was tested on heping, and copper 64-bit sequential and 32-bit parallel Misc. update:
* [svn-r12335] Purpose: MaintenanceElena Pourmal2006-05-051-5/+8
| | | | | | | | | | | | Description: Added information about compilation problems on Altix SGI with Intel v9.0 compilers for testmeta.c test Marked platforms on which alpha2 was not tested. Solution: Platforms tested: Misc. update:
* [svn-r12332] Purpose: Maintenance for 1.8.0-alpha2 releaseElena Pourmal2006-05-051-2/+15
| | | | | | | | | | Description: Added pointers to 1.8.0 docs. Solution: Platforms tested: Misc. update:
* [svn-r12330] Purpose:MuQun Yang2006-05-041-0/+8
| | | | | | | | | | | | Update the information about mpi-io bug in the release.txt. Description: Solution: Platforms tested: Misc. update:
* [svn-r12300] Purpose:MuQun Yang2006-04-251-2/+4
| | | | | | | | | | | | | | Add some comments for scaleoffset filter and correct comments for windows fortran DLL supports. Description: Solution: Platforms tested: Misc. update:
* [svn-r12292] Purpose:Quincey Koziol2006-04-201-1/+4
| | | | | | | | | | | | | Code maintenance Description: Remove flexible parallel code Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (heping) Solaris 2.9 (shanti) Linux 2.4/64 (mir)
* [svn-r12289] updated version to 1.8.0-alpha2before_removing_fphdf5Albert Cheng2006-04-201-1/+1
|
* [svn-r12287] Purpose:Albert Cheng2006-04-201-1/+1
| | | | v1.8.0-alpha1 release.
* [svn-r12278] Purpose: Maintenance after alpha0 releaseElena Pourmal2006-04-181-1/+1
| | | | | | | | | | Description: Ran bin/h5vers script to change version number to 1.8.0-alpha1 Solution: Platforms tested: heping Misc. update:
* [svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 releaseElena Pourmal2006-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | Description: Here is what I did: modified MANIFEST according Quincey's instructions to fix the problem exposed by bin/release (compilation fails because some header files were not included in the distribution) fixed small typo and modified include_HEADERS line in src/Makefile.am to address the problem exposed by bin/release ran bin/h5vers to change version number to 1.8.0-alpha0 ran bin/release to release tar ball to the ftp server Solution: Platforms tested: mir MANY,MANY,MANY times Misc. update:
* [svn-r12269] Purpose:James Laird2006-04-171-0/+3
| | | | | | | | Updated RELEASE.txt Description: Mentioned that Cray X1 has trouble with h5dumpxml.sh when a lone semicolon appears on the command line.
* [svn-r12257] Purpose:Quincey Koziol2006-04-151-29/+15
| | | | | | | | | Shrink skull & crossbones (how many times do you get to write _that_ in a CVS log message? :-) Description: Documented the --enable-group-revision configure option and found a smaller skull & crossbones to put in the release notes for it.
* [svn-r12255] Purpose: MaintenanceElena Pourmal2006-04-151-57/+70
| | | | | | | | | | | Description: Updated "Tested Platforms" section (based on 1.6.5) Added VMS support notice Solution: Platforms tested: N/A Misc. update:
* [svn-r12240] Frank Baker2006-04-141-70/+102
| | | | | | | Purpose: Added 1.8.0-alpha1 "Supported Configuration Features Summary." Platforms tested: Viewed in vi; not tested.
* [svn-r12083] Snapshot version 1.7 release 58HDF Admin2006-03-131-1/+1
|
* [svn-r12043] Purpose:MuQun Yang2006-03-091-0/+4
| | | | | | | | | | | | Add some descriptions about MPICH collective IO bug. Description: Solution: Platforms tested: Misc. update:
* [svn-r11943] Purpose:MuQun Yang2006-02-161-0/+32
| | | | | | | | | | | | Added descriptions for the current collective chunk IO supports. Description: Solution: Platforms tested: Misc. update:
* [svn-r11884] Snapshot version 1.7 release 57HDF Admin2006-01-221-1/+1
|
* [svn-r11880] Snapshot version 1.7 release 56HDF Admin2006-01-151-1/+1
|
* [svn-r11851] Purpose:James Laird2006-01-021-0/+2
| | | | | | | | Updated documentation. Description: Updated libtool library version and release notes for attribute character encoding change.
* [svn-r11848] Snapshot version 1.7 release 55HDF Admin2006-01-011-1/+1
|
* [svn-r11838] Purpose:Quincey Koziol2005-12-261-0/+2
| | | | | | | | | | | | | | | | Bug fix Description: Retrieving an object's name could fail (in various ways) under certain circumstances (mostly having to do with mounted files). Solution: Re-write & simplify "get object name" code to fix error in a better way than adding yet another hack to the previous pile of hacks... :-) Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r11836] Snapshot version 1.7 release 54HDF Admin2005-12-251-1/+1
|
* [svn-r11795] Snapshot version 1.7 release 54HDF Admin2005-12-141-1/+1
|
* [svn-r11761] Purpose:Albert Cheng2005-12-051-1/+1
| | | | | | | | | | | | | Unstable format version marker. Description: This marks the Check in baseline for compact group revisions, which radically revises the source code for managing groups and object headers. Earlier versions (1.7.52 or earlier) have the original format. This version and later have the unstable format until further notice. Platforms tested: h5committested.
* [svn-r11712] Purpose:Quincey Koziol2005-11-151-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New feature Description: Check in baseline for compact group revisions, which radically revises the source code for managing groups and object headers. WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! This initiates the "unstable" phase of the 1.7.x branch, leading up to the 1.8.0 release. Please test this code, but do _NOT_ keep files created with it - the format will change again before the release and you will not be able to read your old files!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! Solution: There's too many changes to really describe them all, but some of them include: - Stop abusing the H5G_entry_t structure and split it into two separate structures for non-symbol table node use within the library: H5O_loc_t for object locations in a file and H5G_name_t to store the path to an opened object. H5G_entry_t is now only used for storing symbol table entries on disk. - Retire H5G_namei() in favor of a more general mechanism for traversing group paths and issuing callbacks on objects located. This gets us out of the business of hacking H5G_namei() for new features, generally. - Revised H5O* routines to take a H5O_loc_t instead of H5G_entry_t - Lots more... Platforms tested: h5committested and maybe another dozen configurations.... :-)