summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17794] Description:Frank Baker2009-10-301-5/+7
| | | | Fixed formatting to conform to 80-character line limit.
* [svn-r17793] Description:Frank Baker2009-10-301-2/+3
| | | | Added new C++ member function Attribute::getInMemDataSize().
* [svn-r17790] Updated compiler versions and supported configurations table ↵Larry Knox2009-10-291-71/+59
| | | | for 1.6.10 release.
* [svn-r17783] Maintenance: Changed version to 1.6.10-pre2 after creating ↵Elena Pourmal2009-10-281-1/+1
| | | | release candidate.
* [svn-r17782] Maintenance: Changed version number to 1.6.10-pre1 before creatingElena Pourmal2009-10-281-1/+1
| | | | release candidate source tar ball for testing.
* [svn-r17767] Purpose: Fix bug 1483Neil Fortner2009-10-281-0/+4
| | | | | | | | | | | | Description: H5HG_load made improper assumptions about the ordering of object indices, namely that they are in order. Not only is this not guaranteed by the file format spec, but this condition can be violated if id's "wrap around" which can happen when overwriting VL data. H5HG_load has been fixed to handle any order of indices. Also fixed some other bugs involving allocation of global heaps in memory. Tested: jam, linew, amani (h5committest)
* [svn-r17744] Updated windows install text files and added new file tlinks.cppAllen Byrne2009-10-274-174/+71
| | | | Tested: windows
* [svn-r17734] Description:Binh-Minh Ribler2009-10-231-1/+6
| | | | Added information about changes to C++ API
* [svn-r17730] Description:Binh-Minh Ribler2009-10-231-1/+2
| | | | Added information about the change in C++ API
* [svn-r17678] Merge changes from 1.8Peter Cao2009-10-191-1/+6
| | | | | | | | - h5diff: h5diff treats two INFINITY values different. Fixed by checking (value==expect) before call ABS(...) at h5diff_array.c This will make that (INF==INF) is true (INF is treated as an number instead of NaN) (PC -- 2009/07/28) - h5diff: add option "--use-system-epsilon" to print difference if (|a-b| > EPSILON) Change default to use strict equality (PC -- 2009/09/12)
* [svn-r17674] Snapshot version 1.6 release 9 (snap8)Larry Knox2009-10-191-1/+1
|
* [svn-r17613] Updated with H5Pget_preserve fix information.Albert Cheng2009-10-081-0/+1
|
* [svn-r17559] Added information of the embedded library information new feature.Albert Cheng2009-09-301-1/+11
|
* [svn-r17539] Snapshot version 1.6 release 9 (snap7)Larry Knox2009-09-271-1/+1
|
* [svn-r17537] Purpose: Fix bug 1620Neil Fortner2009-09-251-0/+2
| | | | | | | | | Description: H5Ppublic.h listed H5Pget_filter_by_id as returning H5Z_filter_t, when in fact it returns herr_t. The header file has been corrected to indicate that it returns herr_t. Tested: jam
* [svn-r17532] Purpose: Fix bug 1555Neil Fortner2009-09-251-1/+3
| | | | | | | | | | | | | | Description: At several places in H5Pint.c properties were being compared using memcmp, not using the registered "cmp" callback. This could cause memory checkers to report uninitialized memory errors, and could conceivably cause runtime errors if memcmp reported false equality (for example if a value pointed to by the property changed). The code has been changed to always use the cmp callback. No tests have been added as the cmp callback is not exposed in the 1.6 API. Tested: jam, linew, smirom (h5committest)
* [svn-r17436] Snapshot version 1.6 release 9 (snap6)Larry Knox2009-08-301-1/+1
|
* [svn-r17409] Snapshot version 1.6 release 9 (snap5)Larry Knox2009-08-231-1/+1
|
* [svn-r17367] Snapshot version 1.6 release 9 (snap4)Larry Knox2009-08-161-1/+1
|
* [svn-r17335] Snapshot version 1.6 release 9 (snap3)Larry Knox2009-08-121-1/+1
|
* [svn-r17329] Added the known problem of PathScale MPI failure when accessing ↵Albert Cheng2009-08-111-0/+5
| | | | | | a Panasas file system.
* [svn-r17326] Added the recognization of PathScale compilers.Albert Cheng2009-08-111-1/+4
|
* [svn-r17199] Changed default Gnu fortran compiler from g95 to gfortran sinceAlbert Cheng2009-07-191-2/+2
| | | | gfortran is more likely installed with gcc now.
* [svn-r17137] Snapshot version 1.6 release 9 (snap2)Larry Knox2009-07-011-1/+1
|
* [svn-r17136] Snapshot version 1.6 release 9 (snap1)Larry Knox2009-07-011-1/+1
|
* [svn-r17122] Add bug number for yesterday's fix.Neil Fortner2009-06-261-1/+1
|
* [svn-r17116] 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-r17110] 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_id, and possibly other API functions. Fixed to properly return failure. Tested: jam
* [svn-r17027] 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)
* [svn-r16994] Snapshot version 1.8 release 3 (snap0)Larry Knox2009-06-011-1/+1
|
* [svn-r16937] Added text showing AIX 5.3 64bit platform is tested.Albert Cheng2009-05-111-2/+2
|
* [svn-r16918] Maintenance: Changed suffix in the version number to snap0.Elena Pourmal2009-05-041-1/+1
|
* [svn-r16915] Maintenance: Changed version number to 1.6.9-post0 and editedElena Pourmal2009-05-042-48/+475
| | | | | HISTORY.txt and RELEASE.txt files. Branch is open for check-ins now.
* [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-r16856] Updated the version to 1.6.9Allen Byrne2009-04-241-4/+4
|
* [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
|