summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15887] 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-r15870] Add description to release doc for the two new public routines ↵Vailin Choi2008-10-151-0/+5
| | | | and h5stat bug fix.
* [svn-r15865] Description:Scot Breitenfeld2008-10-141-5/+35
| | | | Added new Fortran features and bug fixes in this release.
* [svn-r15863] Description:Quincey Koziol2008-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | Bring r15861 back from trunk to 1.8 release branch. 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-r15823] Updated a bug fix information.Albert Cheng2008-10-081-1/+2
|
* [svn-r15801] Description:Quincey Koziol2008-10-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | Bring r15800 back from trunk: - File free space branch changes through r15794 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-r15797] Purpose: Close bug #1322Neil Fortner2008-10-071-0/+8
| | | | | | | | | 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-r15781] Snapshot version 1.8 release 1 (snap6)HDF Tester2008-10-061-1/+1
|
* [svn-r15715] Snapshot version 1.8 release 1 (snap5)HDF Tester2008-09-281-1/+1
|
* [svn-r15707] I changed the return values of H5Fget_obj_ids and ↵Raymond Lu2008-09-261-0/+3
| | | | | | | | H5Fget_obj_count to ssize_t and modified C++ and Fortran API functions. This is for bug #1245. Tested on kagiso - I've tested the same change using h5committest.
* [svn-r15685] New feature (h5diff -c)Pedro Vicente Nunes2008-09-231-0/+2
|
* [svn-r15683] 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-r15669] 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-r15657] 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-r15621] Snapshot version 1.8 release 1 (snap4)HDF Tester2008-09-141-1/+1
|
* [svn-r15597] Snapshot version 1.8 release 1 (snap3)HDF Tester2008-09-081-1/+1
|
* [svn-r15567] Snapshot version 1.8 release 1 (snap2)HDF Tester2008-09-011-1/+1
|
* [svn-r15560] new feature for h5repack (alignment)Pedro Vicente Nunes2008-08-291-0/+2
|
* [svn-r15536] add a mention to h5repack new featurePedro Vicente Nunes2008-08-261-1/+2
|
* [svn-r15490] Description:Quincey Koziol2008-08-191-0/+2
| | | | Update release notes for last bug fix.
* [svn-r15486] 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-r15480] Snapshot version 1.8 release 1 (snap1)HDF Tester2008-08-171-1/+1
|
* [svn-r15471] Snapshot version 1.8 release 1 (snap0)HDF Tester2008-08-141-1/+1
|
* [svn-r15459] Purpose: Modify the library to take the proper action when ↵Neil Fortner2008-08-111-1/+4
| | | | | | | | | | | | | | | 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. Resolves bz#1236, 1266. Test files with incorrect datatype versions corrected. Tested: kagiso, smirom, linew (h5committest)
* [svn-r15450] 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: kagiso, smirom, linew (h5committest)
* [svn-r15371] Description:Quincey Koziol2008-07-151-1/+3
| | | | | Update release notes for file mounting bug fix and adding 'mounted' flag to H5G_info_t.
* [svn-r15330] When an attribute was opened twice and data was written with ↵Raymond Lu2008-07-071-1/+5
| | | | | | | | | | | 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-r15313] Purpose: Support Visual Studio 2008 on WindowsScott Wegner2008-07-022-26/+65
| | | | | | | | | | Description: Write documentation for building HDF5 with the latest version of Visual Studio, 2008. The process is very similar to building with Visual Studio 2005, but with an automatic project-file conversion beforehand. Also adapt commandline build scripts for Visual Studio 2008 as well. Tested: VS2008 on WinXP
* [svn-r15304] Purpose: Minor typo in Windows documentation (zlib DLL directory)Scott Wegner2008-06-303-9/+9
| | | | | Description: When specifying library search path in Visual Studio, use the DLL folder for zlib. Previously we pointed to the "lib" folder, which was causing confusion.
* [svn-r15302] Purpose: Support Intel Visual Fortran 10.1 from Visual Studio ↵Scott Wegner2008-06-302-11/+19
| | | | | | | | | and Windows command line Description: Modify Windows documentation to support Intel Visual Fortran 10.1. We have tested it in our Virtual machines, and have fixed the problems we were encountering. Also, add a new parameter to the hdf5build.BAT and hdf5bt.BAT build scripts to support IVF 10.1.
* [svn-r15159] Pedro Vicente Nunes2008-06-051-0/+4
| | | | | | - h5dump: when doing binary output (-b), the stdout printing of attributes was done incorrectly. Removed printing of attributes when doing binary output. PVN - 2008/06/05
* [svn-r15134] Description:Quincey Koziol2008-06-041-1/+2
| | | | | | | | | | Brought revision 15133 back from trunk: Fixed bug in h5ls that prevented relative group listings (like "h5ls foo.h5/bar") from working correctly. Tested on: Mac OS X/32 10.5.3 (amazon)
* [svn-r15105] Maintenance: Modified version to 1.8.1-snap0, and updated ↵Elena Pourmal2008-05-302-80/+600
| | | | | | HISTORY-1_8.txt and RELEASE.txt for the further development in the branch.
* [svn-r15097] Maintenance: added g95 info for Linux 32 platforms and created ↵hdf5-1_8_1Elena Pourmal2008-05-291-2/+2
| | | | a new source tar ball.
* [svn-r15091] Maintenance: used bin/release to release 1.8.1 tar ball (it is ↵Elena Pourmal2008-05-291-20/+5
| | | | | | under /mnt/scr1/release-binary/hdf5/v181) Checking in updated files before tagging the release.
* [svn-r15088] Update pgi version.HDF Tester2008-05-281-2/+2
|
* [svn-r15087] Purpose: Update for C++ APIBinh-Minh Ribler2008-05-281-2/+6
| | | | | | | | | Description: Noted the change from: void IdComponent::dereference(IdComponent& obj, void* ref) to void H5Object::dereference(H5File& h5file, void* ref) void H5Object::dereference(H5Object& obj, void* ref)
* [svn-r15085] Updated version number to 1.8.1 to prepare for official release ↵Albert Cheng2008-05-281-1/+1
| | | | of v1.8.1.
* [svn-r15083] INSTALL_parallel:Albert Cheng2008-05-282-20/+106
| | | | | | | Added and updated instructions for Red Storm serial and parallel build. RELEASE.txt: Added Red Storm information. Also, rearranged order of entries according to more recent first.
* [svn-r15080] Maintenance: Updated the file with the 1.8.0 release info ↵Elena Pourmal2008-05-281-0/+536
| | | | | | (should be done long time ago ;-) before rolling the 1.8.1 release tar ball.
* [svn-r15079] Purpose: Update for C++ APIBinh-Minh Ribler2008-05-281-6/+13
| | | | | Description: Added notes about fixes of bugzillas 1045 and 1068.
* [svn-r15078] Description:Frank Baker2008-05-271-112/+108
| | | | Editorial pass
* [svn-r15076] Update Platforms Tested and Supported Configuration Features ↵Larry Knox2008-05-271-38/+48
| | | | Summary sections for THG and NCSA machines.
* [svn-r15071] Maintenance: Added information to the file for upcoming 1.8.1 ↵Elena Pourmal2008-05-231-10/+40
| | | | | | release. There is still work to do on this file before the source release.
* [svn-r15068] Maintenance: used h5vers script to change version number to ↵Elena Pourmal2008-05-221-1/+1
| | | | | | 1.8.1-rc1 before creating a tar ball for remote testing
* [svn-r15040] Purpose: Configure FixMike McGreevy2008-05-191-5/+1
| | | | | | | | Description: Removing make target 'make check-perform'. The extra target is unneeded because the tests don't take as long to run as initially anticipated, and can be lumped in with 'make check'. Tested: kagiso
* [svn-r15021] Purpose: Minor updates to Windows documentation via Kent's ↵Scott Wegner2008-05-162-19/+33
| | | | recommendations.
* [svn-r15011] Purpose: New configure optionMike McGreevy2008-05-151-2/+7
| | | | | | | | Description: The configure option --disable-sharedlib-rpath will disable embedding of the '-Wl,-rpath' information into executables when shared libraries are produced. Tested: kagiso
* [svn-r15006] Purpose: configure cleanupMike McGreevy2008-05-151-8/+1
| | | | | | | Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Tested: kagiso
* [svn-r15004] Purpose: Minor updates to Windows documentation.Scott Wegner2008-05-154-96/+127
| | | | | | | | | | | | | | | | Description: -- INSTALL_Windows.txt: -- Update szip version number to 2.1 -- Extra details for setting up 64-bit builds -- Explain adding HDF5 link settings more clearly -- Add link to FAQ -- Misc. typos and formatting -- INSTALL_Windows_From_Command_Line.txt -- Add note about 64-bit support -- INSTALL_Windows_Short_NET.TXT -- Add notes detailing features unsupported on VS.NET -- INSTALL_Windows_Short_VS2005.TXT -- Add notes about extra features.