summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17554] Fix for Bug 1562. H5DSis_attached needed to account for ↵Allen Byrne2009-09-291-1/+2
| | | | | | | | platform dependent types. Added test and test files for LE and BE dimension scales. Reworked part of test_ds file as part of debug. Added missing H5Tclose in region reference routines. Tested: local linux, smirom, linew
* [svn-r17548] ↵Albert Cheng2009-09-291-1/+8
| | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r17543 | acheng | 2009-09-28 23:43:22 -0500 (Mon, 28 Sep 2009) | 8 lines New test: (Bug ID 1656): Add new tests (tcheck_version, testcheck_version.sh) to verify H5check_version() does issue warnings and abort accordingly. Changed H5check_version() to suppress the warning message totally if $HDF5_DISABLE_VERSION_CHECK is 2 or higher. (Old behavior treated 3 or higher the same as 1, that is to print a warning and allows the program to continue. Tests: H5committed tested plus jam serial tested.
* [svn-r17540] Snapshot version 1.8 release 3 (snap12)Larry Knox2009-09-271-1/+1
|
* [svn-r17536] Purpose: Fix bug 1620Neil Fortner2009-09-251-0/+2
| | | | | | | | | Description: H5Ppublic.h listed H5Pget_filter_by_id1 and H5Pget_filter_by_id2 as returning H5Z_filter_t, when in fact they return herr_t. The header file has been corrected to indicate that they return herr_t. Tested: jam
* [svn-r17533] Add note to RELEASE.txt for changes in r17531Neil Fortner2009-09-251-1/+3
|
* [svn-r17501] Snapshot version 1.8 release 3 (snap11)Larry Knox2009-09-201-1/+1
|
* [svn-r17472] Snapshot version 1.8 release 3 (snap10)Larry Knox2009-09-131-1/+1
|
* [svn-r17453] Snapshot version 1.8 release 3 (snap9)Larry Knox2009-09-061-1/+1
|
* [svn-r17441] Purpose:Mike McGreevy2009-08-311-0/+4
| | | | | | | | | | | | | | | | | | | | | Merge from trunk Description: Merged revisions 17228 and 17440 from trunk to 1.8 Specifically, this brings support of --enable-static-exec flag into 1.8 Tested: Manually on jam, linew, smirom, liberty, plus h5committest. Currently, there is no automatic regression test that exists due to portability issues. Behavior is both different and undefined on certain systems (and while 'nm' command seems to exist on all machines, behavior is confirmed to be different on Mac, possibly others). Solution will be to set up some sort of framework in daily tests to build statically, remove shared paths, and verify executables can function.
* [svn-r17439] Purpose:Mike McGreevy2009-08-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | Updating autotools Description: Bring revisions 17345 and 17357 from trunk to 1.8, specifically: - Automake upgraded to 1.11 - Autoconf upgraded to 2.64 - bin/reconfigure script edited to use new versions (on jam), and run to generate new configure script and Makefile.in's. - configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings (in order to comply with new autoconf standard). - bin/install-sh script replaced with new version as provided by automake. Tested: - All issues on trunk were resolved, so only tested on jam and linew. Any other outliers should be caught by daily tests.
* [svn-r17437] Snapshot version 1.8 release 3 (snap8)Larry Knox2009-08-301-1/+1
|
* [svn-r17410] Snapshot version 1.8 release 3 (snap7)Larry Knox2009-08-231-1/+1
|
* [svn-r17395] Description:Quincey Koziol2009-08-201-1/+4
| | | | Update release notes with note about fixing Bz#1473.
* [svn-r17370] Added h5dump/h5ls display buffer resize fixed in tools library.Allen Byrne2009-08-171-0/+2
|
* [svn-r17368] Snapshot version 1.8 release 3 (snap6)Larry Knox2009-08-161-1/+1
|
* [svn-r17339] Snapshot version 1.8 release 3 (snap5)Larry Knox2009-08-121-1/+1
|
* [svn-r17327] Added the recognization of PathScale compilers. Also added the ↵Albert Cheng2009-08-111-2/+9
| | | | | | known problem of PathScale MPI failure when accessing a Panasas file system.
* [svn-r17200] Changed default Gnu fortran compiler from g95 to gfortran sinceAlbert Cheng2009-07-191-2/+2
| | | | gfortran is more likely installed with gcc now.
* [svn-r17158] Snapshot version 1.8 release 3 (snap4)Larry Knox2009-07-061-1/+1
|
* [svn-r17134] Snapshot version 1.8 release 3 (snap3)Larry Knox2009-07-011-1/+1
|
* [svn-r17121] Add bug number for yesterday's fix.Neil Fortner2009-06-261-1/+1
|
* [svn-r17109] Purpose: Fix bug in H5Z_filter_infoNeil Fortner2009-06-251-0/+2
| | | | | | | | | | | Description: Previously, when H5Z_filter_info was called for a filter that was not present, it would succeed and return the information from one position past the end of the pipeline, possibly causing a segfault. This affected at least H5Pget_fitler_by_id1/2, and possibly other API functions. Fixed to properly return failure. Tested: jam, linew, smirom (h5committest)
* [svn-r17048] Snapshot version 1.8 release 3 (snap2)Larry Knox2009-06-141-1/+1
|
* [svn-r17036] Updated perf_serial test to work on windows. Bring back from trunk.Allen Byrne2009-06-111-2/+4
| | | | | Tested: Windows
* [svn-r17026] Purpose: fix bug 1593Neil Fortner2009-06-101-1/+2
| | | | | | | | | | | | Description: When using H5T_copy on committed datatypes that are already open, H5T_copy would properly use the already existing shared struct, but would still deep copy all of the fields in that struct. This would cause memory leaks, and in the case of a compound containing a vlen (or reference), the change in size would cause the size of the resulting type to be set to an incorrect value. Changed H5T_copy to properly avoid deep copies when using a reopened shared struct. Tested: jam, linew, smirom (h5committest), purify on jam
* [svn-r17013] Snapshot version 1.8 release 3 (snap1)Larry Knox2009-06-071-1/+1
|
* [svn-r16993] Snapshot version 1.8 release 3 (snap0)Larry Knox2009-06-011-1/+1
|
* [svn-r16948] merge 16947Pedro Vicente Nunes2009-05-131-1/+3
| | | | | | | | | #1522 (B1) h5ltread_dataset_string_f error with g95 ISSUE: h5ltread_dataset_string_f causes library assertion with g95. SOLUTION: convert the fortran string buffer to a C buffer with HD5f2cstring, and pass this string to the C function TEST: added a test call in the fortran test lite program DOCS: added the note in RELEASE.txt "- Lite: the h5ltread_dataset_string_f and h5ltget_attribute_string_f functions had memory problems with the g95 fortran compiler. (PVN - 5/13/2009) 1522 tested: linux g95, windows fortran intel 11
* [svn-r16917] Maintenance: Changed suffix in the version number to snap0.Elena Pourmal2009-05-041-1/+1
|
* [svn-r16916] Maintenance: Updated HISTORY-1_8.txt and RELEASE.txt files and Elena Pourmal2009-05-041-130/+19
| | | | | changed version to 1.8.0-post0. Branch is open for check-ins now.
* [svn-r16912] Maintenance: Checking in files created by the bin/release ↵hdf5-1_8_3Elena Pourmal2009-05-041-1/+1
| | | | | | script before tagging the rlease.
* [svn-r16911] Updated Supported Configuration Features SummaryLarry Knox2009-05-021-74/+55
|
* [svn-r16906] Updated with SNL and LLNL tested platforms information.Albert Cheng2009-05-011-2/+21
|
* [svn-r16905] Update Platforms Tested and Supported Configuration Features ↵Larry Knox2009-05-011-3/+2
| | | | Summary.
* [svn-r16903] updated with new feature of embedded libhdf5.settings and the ↵Albert Cheng2009-05-011-2/+14
| | | | | | known problem of imposing -O0 on gcc v4.3 and v4.4.
* [svn-r16894] Description:Frank Baker2009-04-291-41/+37
| | | | Formatting pass.
* [svn-r16893] Set version information to 1.8.3 to be ready for release.Albert Cheng2009-04-291-1/+1
| | | | Tested: h5committest plus jam serial test.
* [svn-r16887] Update to include modification to the parallel tests.Christian Chilan2009-04-291-2/+11
|
* [svn-r16884] Update for 1.8.3 release.Larry Knox2009-04-281-58/+57
|
* [svn-r16870] Description:Mike McGreevy2009-04-281-0/+6
| | | | | | | | Updating RELEASE.txt file. Tested: None needed.
* [svn-r16866] Maintenance: Update file in preparation for the HDF5-1.8.3 releaseElena Pourmal2009-04-281-26/+29
| | | | Update information for Mac Intel 10.5.6.
* [svn-r16855] Maintenance: Changed version to hdf5-1.8.3-pre2 for further ↵Elena Pourmal2009-04-241-1/+1
| | | | check-ins.
* [svn-r16853] Maintenance: Changed version number to 1.8.3-pre1 and created a ↵Elena Pourmal2009-04-241-1/+1
| | | | | | tar ball for remote testing.
* [svn-r16808] Purpose: Fix bug 1533Neil Fortner2009-04-201-0/+2
| | | | | | | | | | | Description: Previously, there was no versioning for H5Z_class_t. This prevented applications written for 1.6 using custom filters from being able to use the 1.8 library. There is now an H5Z_class1_t and H5Z_class2_t to enable compatibility. H5Zregister is *not* versioned, it determines which version of the struct has been passed in by the value of the first field (id or version, both are ints). Tested: jam, linew, smirom (h5committest), jam (--with-default-api-version=v16)
* [svn-r16804] Purpose: Fix bug 1548Neil Fortner2009-04-201-0/+2
| | | | | | | | | Description: When writing data to a dataset, the data transform was performed after type conversion. This caused an error if the file type was non-native. This has been changed so data transforms are always performed on the memory type. Tested: jam, linew. smirom (h5committest)
* [svn-r16802] Purpose: Fix bug 1516Neil Fortner2009-04-201-0/+2
| | | | | | | | | | | Description: h5repack previously would not take named datatypes into consideration when copying datasets and attributes. This would cause extra anonymous datatypes in the target file at best, and cause errors halfway through the repacking at worst. h5repack should now always handle named datatypes correctly. Named datatypes are also now converted to the native type when -n is given. Tested: jam, linew, smirom (h5committest)
* [svn-r16798] corrected typos in fortran APIScot Breitenfeld2009-04-201-4/+4
|
* [svn-r16793] Description:Mike McGreevy2009-04-201-0/+3
| | | | | | | | | | | | - Updated bin/reconfigure to use latest version of automake (1.10.2). Regenerated Makefile.in's by running bin/reconfigure. - Added libtool version numbers to c++, fortran, hl, hl c++, and hl fortran libraries. Tested: jam, liberty, smirom
* [svn-r16783] Added information about new fortran wrappers added:Scot Breitenfeld2009-04-171-0/+7
| | | | | | | H5D_h5dget_access_plist_f H5I_h5iis_valid_f H5P_h5pset_chunk_cache_f H5P_h5pget_chunk_cache_f
* [svn-r16767] Fix a comment in H5Pdapl.c, update RELEASE.txt with chages to ↵Neil Fortner2009-04-161-0/+4
| | | | | | | | factory free lists. Tested: kate