[svn-r25444] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868.
Tested: Doxygen
[svn-r25443] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868.
Tested: Doxygen
[svn-r25168] Maintenance for the release: Changed version to 1.8.13 and released source to /mnt/scr1/pre-release/hdf5/v1813/pre3/src on jam
for building binaries and testing.
[svn-r25157] Maintenance before the release:
-Removed VMS as one of the supported platforms
-Rewrote h5diff entry with VL strings to be more specific about tool's behavior
-Added a few empty lines to improve the flow and make the entries
easier to read (I hope).
[svn-r25141] Commit Joel's fix to this branch.
Bug Fix: HDFFV-8247
Description:
Failure to write fill values to the user's buffer when reading unallocated
chunks from datasets that have a fill value set to H5D_FILL_VALUE_DEFAULT.
A consequence of this was the reporting of spurious data values in h5dump
and h5diff output.
Solution:
Added check for fill value of H5D_FILL_VALUE_DEFAULT whenever fill value
setting was checked to decide whether or not to fill. This effectively
tre...
[svn-r25138] Bug: HDFFV-8433
The temporary directory used by zip is the same as the rest but it has to be different.
Changed tar2zip to use a different (ztmpdir) name.
Tested: by hand running "bin/release ... gzip zip md5".
[svn-r25123] Description:
Made printError() virtual as the original; missed it from the previous fix.
Platforms tested:
Linux/ppc64 (ostrich)
Linux/32 2.6 (jam)
SunOS 5.11 (emu)
[svn-r25122] HDFFV-8755: Remove compress option from bin/release
Tested: by hand. "bin/release ... compress" to see it failed and to see it succeeded when compress is not used.
[svn-r25114] Description:
- Put back Exception::printError for backward compatibility
- Added static member function Exception::printErrorStack to print
error stack without an instance of Exception.
Platforms tested:
Linux/ppc64 (ostrich)
Linux/32 2.6 (jam)
SunOS 5.11 (emu)
[svn-r25110] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll back fix for removing rpaths from l
ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co
nfigure option was invoked.
Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux
and solaris machines.
Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with --disable-sharedlib-rpath on emu, platypus and quail.
[svn-r25095] Bug: HDFFV-8433
Need to unify Windows release process (zip file) and Unix release process (bin/release-> tarfile)
Solution:
Added a new option (zip) to generate Windows zip file from the release tarball.
Tested: by hand running "bin/release ... gzip zip" to verify zip file looks right.
Allen and Dana then confirmed the zip file can be used to build and test HDF5
library without error.
[svn-r25091] Maintenance: I accidentally bumped the shared library number when creating the 1_8_13 branch. Fixed.
Thanks to Larry and Mike M. who caught the error.
[svn-r25083] Bug HDFFV-8625, HDFFV-8639, HDFFV-8745:
h5diff issues "unable to read attribute" error message when comparing
two files
Description:
h5diff did not handle attributes of variable length strings
correctly. It created the wrong memory type if one but not both
compared attributes are of the variable strings type. It ended in
H5Aread() failure.
Solution:
We decided to treat the case when one type is variable length string
and the other is not as incom...
[svn-r25072] Maintenance: Changed version number to 1.8.13-pre2 after releasing 1.8.13-pre1 to the ftp outgoing
directory; switched to production mode for the next release candidate.
Platforms tested: jam to check if default mode was successfully changed to production.
[svn-r25067] Fix for HDFFV-8276, the --disable-sharedlib-rpath configure optino doesn't remove rpaths from the library files, was checked into trunk in September 2013, but not into the 1.8 branch. part of the code was merged to v1.8 in the interim for fortran, but not for hl or c++. The rest is merged in this revision.
The --disable-sharedlib-rpath option seems to have no effect on non-Linux platforms.
Tested with h5committest on jam, koala, ostrich and platypus.
Tested with --disble-share...
[svn-r25063] Description:
Put back overloaded functions for backward compatibility:
- were replaced by better prototyped versions, such as Attribute::getNam.
- were modified to add const to constant arguments.
Added notes for future removal in documentation.
(Elena approved) (Merged from 1.8 r25062)
Platforms tested:
Linux/ppc64 (ostrich)
Linux/32 2.6 (jam)
SunOS 5.11 (emu)
[svn-r25059] Maintenance: Reworked several entries in the file to make them (hopefully) less cryptic
for our users. Not all entries were updated since I couldn't find information
about those entries in JIRA.
[svn-r25052] Reviewed and revised version information for unix daily tested machines in supported and tested platforms sections.
Added description of LD_LIBRARY_PATH change to configure and using scripts to compile and run installed example files to Bug Fixes/Configuration section.
Test changes.
[svn-r25051] Description:
With permission from release management (Elena), bring r25050 from 1.8
branch back to the 1.8.13 release branch:
> Bring r24995 and r24998 from the trunk to the 1.8 branch:
>
>r24995:
> Improve checks for NULL buffer from user during H5Dread/H5Dwrite calls.
>
>r24998:
> Check in Neil's changes for correctly handling case where library is
> reinitialized through a deprecated routine.
Tested on:
Mac OSX/64 10.9.2 (amazon) w/serial & paralle
(chang...