Go to file
Neil Fortner 3ee8b91dee [svn-r22072] Purpose: Fix rare corruption bug (HDFFV-7879)
Description:
When using the new object header format, it was possible for corruption to occur
if the first object header chunk changed size such that the lenght of the "chunk
0 size" field changed.  This only occurred if there were messages that had not
been decoded.  The original algorithm that changed the object header chunk size
marked all messages as dirty, causing those that had not been decoded to have
both the raw and native form invalidated.  Changed the algorithm to avoid
marking messages dirty and added assertions to catch the case where messages
are dirtied without being decoded (or recently created) first.

Tested: jam, koala, ostrich (h5committest), durandal
2012-03-15 14:16:24 -05:00
bin [svn-r21529] Description: 2011-10-12 14:16:32 -05:00
c++ [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00
config [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00
examples [svn-r21804] Update CMake Required version in all folders to match current standard 2.8.6 2011-12-05 11:19:09 -05:00
fortran [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00
hl [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00
m4 [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15. 2010-11-23 17:56:59 -05:00
perform [svn-r22004] Reduced warnings and fixed conflicts resulting from including h5tools.h 2012-02-28 13:26:34 -05:00
release_docs [svn-r22072] Purpose: Fix rare corruption bug (HDFFV-7879) 2012-03-15 14:16:24 -05:00
src [svn-r22072] Purpose: Fix rare corruption bug (HDFFV-7879) 2012-03-15 14:16:24 -05:00
test [svn-r22072] Purpose: Fix rare corruption bug (HDFFV-7879) 2012-03-15 14:16:24 -05:00
testpar [svn-r21804] Update CMake Required version in all folders to match current standard 2.8.6 2011-12-05 11:19:09 -05:00
tools [svn-r22068] HDFFV-7876: wildcard filenames 2012-03-14 13:36:21 -05:00
vms [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00
windows [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00
.autom4te.cfg [svn-r13314] Updated copyright notice. 2007-02-14 17:55:20 -05:00
.h5chkright.ini [svn-r13314] Updated copyright notice. 2007-02-14 17:55:20 -05:00
ACKNOWLEDGMENTS [svn-r19803] Description: 2010-11-17 11:42:57 -05:00
aclocal.m4 [svn-r20502] Purpose: 2011-04-14 14:45:57 -05:00
acsite.m4 [svn-r18709] Purpose: 2010-05-05 12:34:26 -05:00
CMakeLists.txt [svn-r21854] Remove cdash variables for use with CTestScript.cmake processing. 2011-12-30 13:27:14 -05:00
configure [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00
configure.in [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00
COPYING [svn-r21861] Description: 2012-01-03 14:45:56 -05:00
CTestConfig.cmake [svn-r21886] Correct name of Test Timeout 2012-01-23 09:17:39 -05:00
Makefile.am [svn-r21505] Updated svn properties as needed in source root. 2011-10-10 16:11:00 -05:00
Makefile.dist [svn-r13311] Updated copyright notice. 2007-02-14 17:25:02 -05:00
Makefile.in [svn-r21249] Description: Part II of F2003 branch merge into the trunk. 2011-08-18 09:38:53 -05:00
MANIFEST [svn-r22068] HDFFV-7876: wildcard filenames 2012-03-14 13:36:21 -05:00
README.txt [svn-r22040] Snapshot version 1.9 release 110 2012-03-11 10:52:04 -05:00

HDF5 version 1.9.111 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for VMS and several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

    news        - For announcements of HDF5 related developments,
                  not a discussion list.

    hdf-forum   - For general discussion of the HDF5 library with
                  other users.

    hdf5dev     - For discussion of the HDF5 library development
                  with developers and other interested parties.

To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.