Go to file
Albert Cheng 56fe37c8e6 [svn-r26646] Bug fix: HDFFV-8957 h52gif crashes when run against one of our own examples.
Description: h52gif crashed when it was asked to convert a 24bitimage.
Upon viewing the code, it did not prepare to handle images other than 2 dimensions.
It has no concept of multiple planes images.  Further examinations showed past attempts
to fix it ended up removed some abilities (-p or multiple planes, animation, ...) have
been removed but documentation was not updated. Even its online help message still
shows -p is an option.

Solution: added protection code to flag errors if input request is not an
8bit image within size limits.  (I don't have enough knowledge of the GIF
format to fix this tool. All I did was plugging known bug from crashing the
program.)

Tested: h5committest.
2015-03-30 00:28:13 -05:00
bin [svn-r26505] Merge r26435 from autotools_rework branch. 2015-03-20 14:04:30 -05:00
c++ [svn-r26643] Purpose: Adding new wrappers (HDFFR-9167 partially) 2015-03-28 23:37:28 -05:00
config [svn-r26642] Fix for HDFFV09202 and HDFFV-9171. 2015-03-28 15:24:36 -05:00
examples [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
fortran [svn-r26645] Revert the part of revision 26642 that is in fortran/test and causes the error "undefined reference to `verify_fortran_integer_4_". 2015-03-29 21:32:09 -05:00
hl [svn-r26646] Bug fix: HDFFV-8957 h52gif crashes when run against one of our own examples. 2015-03-30 00:28:13 -05:00
m4 [svn-r26280] Removed tab indenting for Fortran source, tab indenting is not F2003 standard compliant. 2015-02-23 10:58:12 -05:00
release_docs [svn-r26627] Description: 2015-03-27 16:30:14 -05:00
src [svn-r26635] Description: 2015-03-27 19:37:08 -05:00
test [svn-r26625] Description: 2015-03-27 15:50:44 -05:00
testpar [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
tools [svn-r26635] Description: 2015-03-27 19:37:08 -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-r26188] Merged autotools fixes into the trunk: 2015-02-16 12:17:49 -05:00
acsite.m4 [svn-r26363] Partial revert of r26347. 2015-03-04 17:01:37 -05:00
CMakeFilters.cmake [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
CMakeInstallation.cmake [svn-r26607] Correct test of plugin read when disabled to not print FAILURE when successful 2015-03-26 14:24:25 -05:00
CMakeLists.txt [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
configure [svn-r26635] Description: 2015-03-27 19:37:08 -05:00
configure.ac [svn-r26635] Description: 2015-03-27 19:37:08 -05:00
COPYING [svn-r25057] Description: 2014-04-16 13:14:05 -05:00
CTestConfig.cmake [svn-r25357] Change default timeout to 1200 seconds or 20 mins 2014-06-25 09:15:13 -05:00
Makefile.am [svn-r26526] Merge r26524 from autotools_rework branch 2015-03-23 11:05:44 -05:00
Makefile.dist [svn-r13311] Updated copyright notice. 2007-02-14 17:25:02 -05:00
Makefile.in [svn-r26526] Merge r26524 from autotools_rework branch 2015-03-23 11:05:44 -05:00
MANIFEST [svn-r26646] Bug fix: HDFFV-8957 h52gif crashes when run against one of our own examples. 2015-03-30 00:28:13 -05:00
README.txt [svn-r26459] Snapshot version 1.9 release 215 2015-03-15 06:08:23 -05:00
UserMacros.cmake [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00

HDF5 version 1.9.216 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.

To subscribe to a list, send mail to "<list>-subscribe@lists.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@lists.hdfgroup.org

Messages sent to the list should be addressed to "<list>@lists.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.