summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r16125] add mention to Table changePedro Vicente Nunes2008-11-241-0/+2
|
* [svn-r16121] Snapshot version 1.9 release 24HDF Tester2008-11-231-1/+1
|
* [svn-r16119] h5repack: Define a default chunk whose size is manageable. (PVN ↵Pedro Vicente Nunes2008-11-211-0/+2
| | | | - 2008/11/21)
* [svn-r16082] Purpose: Fix a problem in the file unmounting codeNeil Fortner2008-11-171-0/+2
| | | | | | | | | Description: Fixes a problem in H5F_close_mounts where it wouldn't correctly reshape the "child" array when unmounting files. Test added for this case. Also fixed a potential bug in H5F_unmount where that routine reshapes the child array. Tested: kagiso linew smirom (h5committest)
* [svn-r16078] Snapshot version 1.9 release 23HDF Tester2008-11-161-1/+1
|
* [svn-r16063] Purpose: Update RELEASE.txt for changes in revision 16062Neil Fortner2008-11-121-1/+5
|
* [svn-r16044] Snapshot version 1.9 release 22HDF Tester2008-11-091-1/+1
|
* [svn-r16036] Purpose: add H5Iis_valid functionNeil Fortner2008-11-051-0/+2
| | | | | | | | | Description: H5Iis_valid function added. This function checks if the id is valid (i.e. it is currently registered and visible to the application), and returns TRUE if it is valid, or FALSE otherwise. It should never return an error. Tested: kagiso, linew, smirom (h5committest)
* [svn-r16020] Purpose: Fix behaviour of H5OvisitNeil Fortner2008-11-031-0/+3
| | | | | | | Description: H5Ovisit and H5Ovisit by name will now check for a positive return value from the first callback. Test added for this case. Tested: kagiso
* [svn-r16018] Snapshot version 1.9 release 21HDF Tester2008-11-021-1/+1
|
* [svn-r16004] h5import: TEXTFPE (scientific format) was deprecated. Use TEXTFP Pedro Vicente Nunes2008-10-301-3/+2
| | | | + instead (PVN - 2008/10/30)
* [svn-r16001] h5diff: return 1 for file differences when both file graphs ↵Pedro Vicente Nunes2008-10-301-0/+2
| | | | | | differ by any object. + Error return code was changed to 2 from -1. (PVN - 2008/10/30)
* [svn-r16000] h5dump: binary output defaults to NATIVE Pedro Vicente Nunes2008-10-301-0/+3
|
* [svn-r15978] remove h5diff -c mention and add long double mentionPedro Vicente Nunes2008-10-281-2/+1
|
* [svn-r15965] Purpose: Mention Windows bugfix in release documentScott Wegner2008-10-271-0/+3
| | | | | Description: In June, we discovered a bug in Windows which only affected specific timezones with the mtime test. This bug was promptly fixed, but never documented. This checkin adds a note to the release document.
* [svn-r15953] Snapshot version 1.9 release 20HDF Tester2008-10-261-1/+1
|
* [svn-r15942] Purpose: Bug Fixes and Libtool UpgradeMike McGreevy2008-10-241-2/+8
| | | | | | | | | | | | | | | | | | Description: - Remove need to set LD_LIBRARY_PATH when using shared szip library. - Libtool 2.2.6a is now used to generate libraries. - 'make check install' dependency bug is fixed, and should no longer break the build. - removed hard coding of shell in config/commence.am, as this causes problems on Solaris with the new version of libtool. - RELEASE.txt with appropriate changes. Tested: - kagiso, smirom, linew (merged from 1.8, pretty quick tests)
* [svn-r15941] Purpose: Close bug 1305.Neil Fortner2008-10-241-0/+2
| | | | | | | | | Description: Added a new function, H5O_alloc_shrink_chunk, which removes all null messages from a chunk and shrinks the chunk appropriately. Modified H5O_merge_null to call this function when a null message is created with a size >= 64k. Tests added for this functionality. Tested: kagiso (h5committest on 1.8 version)
* [svn-r15920] Updated with the information of the removal of ↵Albert Cheng2008-10-211-0/+2
| | | | libhdf5_fortran.settings.
* [svn-r15886] Purpose: Close bug 1332Neil Fortner2008-10-161-0/+4
| | | | | | | | | Description: Improved external link traversal of h5dump. h5dump will now properly avoid all cycles, even those spanning multiple files. Improvement to the output of committed datatypes. Committed datatypes are now checked for uniqueness (like other objects). Tests added for these cases. Tested: kagiso, linew, smirom (h5committest)
* [svn-r15861] Description:Quincey Koziol2008-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Various bug fixes & cleanups with VFDs and file free space changes, along with cleaning up compiler warnings. Enable more VFDs (for 'make check-vfd' testing) for many tests. Tested on: Mac OS X/32 10.5.5 (amazon) in debug mode Mac OS X/32 10.5.5 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
* [svn-r15843] 1. Remove "ifdef OUT" from test/links.cVailin Choi2008-10-131-0/+5
| | | | 2. Add description to release doc for the two new public routines and h5stat bug fix.
* [svn-r15824] Updated a bug fix information.Albert Cheng2008-10-081-0/+2
|
* [svn-r15800] Description:Quincey Koziol2008-10-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | Bring file free space branch changes through r15795 into trunk, which includes a fair bit of code cleanup & rearrangement along with a couple of bug fixes also. Tested on: Mac OS X/32 10.5.5 (amazon) in debug mode Mac OS X/32 10.5.5 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
* [svn-r15796] Purpose: Close bug #1322Neil Fortner2008-10-071-0/+7
| | | | | | | | | Description: Fixes a possible datatype id leak that could occur during compound datatype conversion, or more precisely, when unregistering those conversions. Datatype ids normally registered by the library are no longer visible to the application via H5Fget_obj_ids and H5Fget_obj_count. Tested: kagiso, linew, smirom (h5committest)
* [svn-r15713] Snapshot version 1.9 release 19HDF Tester2008-09-281-1/+1
|
* [svn-r15704] I changed the return values of H5Fget_obj_ids and ↵Raymond Lu2008-09-261-3/+6
| | | | | | | | H5Fget_obj_count to ssize_t and modified C++ and Fortran API functions. This is for bug #1245. Tested on smirom, linew, and kagiso.
* [svn-r15684] New feature (h5diff -c)Pedro Vicente Nunes2008-09-231-0/+2
|
* [svn-r15682] Purpose: fix bug 1298Neil Fortner2008-09-221-0/+2
| | | | | | | | | | | Description: The optimized "subset" compound conversion function would improperly copy the "blank" space at the end of compound types. Modified H5T_conv_struct_init to detect when the subset type has extra space at the end, and calculate the size of the data that should be copied into the conversion buffer for each element. Changes to the functions that implement these conversions. Tested: kagiso, linew, smirom (h5committest)
* [svn-r15668] Purpose: Add feature requested in bug #1282Neil Fortner2008-09-211-0/+2
| | | | | | | | | | Description: Adds capability to h5ls to traverse external links when the -r (recursive) option is given. Changes to the way absolute path names are patched in h5trav.c. Changes to the way recursive traversal starting from a non-root group is handled (which also fixes some preexisting issues). Tests added for these cases. Tested: kagiso, smirom, linew (h5committest)
* [svn-r15667] Snapshot version 1.9 release 18HDF Tester2008-09-211-1/+1
|
* [svn-r15656] Purpose: fix bug 1286Neil Fortner2008-09-181-0/+2
| | | | | | Description: Added configure test to see if pointer alignment restrictions are enforced (as in dereferencing an unaligned pointer causes an error). Added code in H5Tvlen.c to avoid dereferencing unaligned pointers, conditionally compiled based on the configure test. Added test case in dtypes.c which would previously cause such machines to fail. Tested: kagiso, smirom, linew (h5committest); linew64
* [svn-r15619] Snapshot version 1.9 release 17HDF Tester2008-09-141-1/+1
|
* [svn-r15595] Snapshot version 1.9 release 16HDF Tester2008-09-071-1/+1
|
* [svn-r15565] Snapshot version 1.9 release 15HDF Tester2008-08-311-1/+1
|
* [svn-r15559] new feature for h5repack (alignment)Pedro Vicente Nunes2008-08-291-0/+2
|
* [svn-r15537] add a mention to h5repack new featurePedro Vicente Nunes2008-08-261-0/+1
|
* [svn-r15491] Description:Quincey Koziol2008-08-191-0/+2
| | | | Update release notes for last bug fix.
* [svn-r15485] Purpose: Allow library to shut down properly when objects have ↵Neil Fortner2008-08-191-0/+3
| | | | | | | | | | | | | | | | reference count > 1. Description: Added a new field 'app_count' to H5I_id_info_t struct, to track the reference count on an id due to the application. the old 'count' field tracks the total. Generally any id visible to the application gets placed in app_count. Added app_ref boolean parameter to H5I_inc_ref, H5I_dec_ref, H5I_register, H5I_clear_type, and a few other functions, to specify whether the operation(s) being performed on the id(s) are due to the application (TRUE) or not (FALSE). Test added for this case. Tested: kagiso, smirom, linew (h5committest)
* [svn-r15476] Snapshot version 1.9 release 14HDF Tester2008-08-171-1/+1
|
* [svn-r15458] Purpose: Modify the library to take the proper action when ↵inactive/jpeg_converterNeil Fortner2008-08-111-0/+2
| | | | | | | | | | | | | | files with incorrect datatype versions are encountered. Description: The library now recognizes some problems with datatype versions in H5O_decode_helper(), and, if not performing strict format checks, automatically corrects them. Framework added for other message decode routines to automatically correct file errors. Datatype version information added to h5debug. Tested: kagiso, smirom, linew (h5committest)
* [svn-r15457] Description:Binh-Minh Ribler2008-08-111-1/+29
| | | | | | | Added notes about: - bugzilla 1068: revising class hierarchy to move Attribute out. - replacing IdComponent::dereference with new H5Object member functions and constructors in various other classes.
* [svn-r15455] Snapshot version 1.9 release 13HDF Tester2008-08-101-1/+1
|
* [svn-r15451] Purpose: Fix various problems that were occurring when using ↵Neil Fortner2008-08-071-0/+6
| | | | | | | | | | | | | | | | mounted files. Description: Moved mount table from top file structure to shared file structure. Moved parent out of mount table and back into top file structure. Mounted files can now be accessed from any handle of the parent file. Changes to how files are closed. Stricter cycle checking on mounted files. Removed unused function H5F_has_mount(). Tested: committest in 1.8 branch. Committing now due to the urgency of the fix. No changes here are specific to the trunk, but I will keep an eye on the daily tests.
* [svn-r15425] Snapshot version 1.9 release 12HDF Tester2008-08-031-1/+1
|
* [svn-r15410] Snapshot version 1.9 release 11HDF Tester2008-07-271-1/+1
|
* [svn-r15395] When an attribute was opened twice and data was written with ↵Raymond Lu2008-07-221-5/+10
| | | | | | | | | | | one of the handles, the file didn't have the data. It happened because each handle had its own object structure, and the empty one overwrote the data with fill value. This is fixed by making some attribute information like the data be shared in the attribute structure. Tested on smirom, kagiso, and linew.
* [svn-r15389] Snapshot version 1.9 release 10HDF Tester2008-07-201-1/+1
|
* [svn-r15370] Description:Quincey Koziol2008-07-151-1/+4
| | | | | Update release notes for file mounting bug fix and adding 'mounted' flag to H5G_info_t.
* [svn-r15347] Snapshot version 1.9 release 9HDF Tester2008-07-131-1/+1
|