summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [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-r17114] Newer Solaris compiler uses -m64 inplace of -xarch=v9 which is ↵Albert Cheng2009-06-261-1/+1
| | | | | | | | deprecated. Update the install instruction. No test needed.
* [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-r16953] corrected name of zlib in Section IV, part 3, step 2Allen Byrne2009-05-151-2/+2
| | | | Tested: windows
* [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-042-130/+582
| | | | | 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-042-4/+4
| | | | | | script before tagging the rlease.
* [svn-r16911] Updated Supported Configuration Features SummaryLarry Knox2009-05-021-74/+55
|
* [svn-r16910] Update for the 1.8.3 release.Raymond Lu2009-05-011-7/+7
|
* [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-r16857] Updated version to 1.8.3Allen Byrne2009-04-243-17/+17
|
* [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
* [svn-r16750] New feature (Bug ID: 1345):Albert Cheng2009-04-141-0/+2
| | | | | | | | Added a Make target of check-all-install to test the correctness of installing via the prefix= or $DESTDIR options. Platforms tested: h5committested and jam serial mode. Then test check-all-install by hand.
* [svn-r16744] Added fixed bug 1536, about the include for the _getcwd() function.Allen Byrne2009-04-141-0/+2
|
* [svn-r16740] Snapshot version 1.8 release 2 (post12)Larry Knox2009-04-121-1/+1
|