summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15041] Purpose: Configure FixMike McGreevy2008-05-191-4/+0
| | | | | | | | Description: Removing make target "check-perform". The extra target is unneeded because the perform tests don't take as long to run as initially anticipated, and can be lumped in with 'make check'. Tested: kagiso
* [svn-r15022] Purpose: Minor updates to Windows documentation via Kent's ↵Scott Wegner2008-05-162-19/+33
| | | | recommendations.
* [svn-r15012] 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-r15007] 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-r15005] 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.
* [svn-r15000] Purpose: Minor Windows documentation updatesScott Wegner2008-05-142-13/+23
| | | | | Description: Small changes to the documentation-- update version strings to 1.8.1 and document the HDF5TestExpress variable
* [svn-r14999] Purpose: Minor updates to MinGW installation notesScott Wegner2008-05-141-44/+60
| | | | | | | | Description: Small changes, such as commenting out an additional test and fixing the search path, have been added to the MinGW install instructions. Tested: MinGW on WinXP
* [svn-r14982] - h5dump: support for external links, display the object that ↵Pedro Vicente Nunes2008-05-121-0/+3
| | | | | | the external link points to. (PVN - 2008/05/12)
* [svn-r14970] Purpose: updated RELEASE.txt documentMike McGreevy2008-05-121-0/+3
| | | | | | | | | | Description: new autotool version information was missing from 1.9 documentation. It was added to 1.8, but I forgot to put it in the trunk when I did that update. It's there now. New versions: Automake 1.10.1, Libtool 2.2.2 Tested: none needed, doc update only.
* [svn-r14969] Purpose: Bug Fix (Bug 1144)Mike McGreevy2008-05-121-0/+4
| | | | | | | | | | | | | Description: Tests in perform directory were never getting run, and h5perf* programs were not being installed. Solution: Added another build option, 'make check-perform', which runs the tests in the perform directory. Also modified the Makefiles in the perform directory to install (with 'make install') h5perf when parallel is enabled, and h5perf and h5perf_serial when parallel is disabled. Tested: kagiso, smirom, linew
* [svn-r14965] Snapshot version 1.9 release 5HDF Tester2008-05-111-1/+1
|
* [svn-r14946] added an option to allow a user defined formatting string for ↵Pedro Vicente Nunes2008-05-061-1/+3
| | | | printf regarding floating point numbers
* [svn-r14910] add mention of new compression ratio feature in h5dumpPedro Vicente Nunes2008-05-011-2/+6
|
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-308-1743/+3410
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-308-3410/+1743
| | | | New fortran wrappers added.
* [svn-r14864] Snapshot version 1.9 release 4HDF Tester2008-04-271-1/+1
|
* [svn-r14852] Purpose: Update bug fixesBinh-Minh Ribler2008-04-211-0/+8
| | | | | Description: Added notes about fixes on bugzillas 1045 and 1056.
* [svn-r14849] Snapshot version 1.9 release 3HDF Tester2008-04-201-1/+1
|
* [svn-r14832] Snapshot version 1.9 release 2HDF Tester2008-04-131-1/+1
|
* [svn-r14809] Add fix for H5Lcreate_external() to the list of bug fixes.Vailin Choi2008-04-081-0/+4
|
* [svn-r14804] mention to bug fixedPedro Vicente Nunes2008-04-071-1/+3
|
* [svn-r14799] Snapshot version 1.9 release 1HDF Tester2008-04-061-1/+1
|
* [svn-r14759] Snapshot version 1.9 release 0HDF Tester2008-03-201-1/+1
|
* [svn-r14738] Description:Quincey Koziol2008-03-131-0/+5
| | | | | | | | | | Bring r14737 back from the 1.8 branch: Fix bug which would incorrectly encode the member offsets for compound datatypes whose size was between 256 & 511 bytes, when the "use the latest format" feature was enabled. Tested on: Mac OS X/32 10.5.2 (amazon) w/debug FreeBSD/32 6.2 (duty) w/production
* [svn-r14721] Description:Quincey Koziol2008-03-111-0/+3
| | | | Update release notes for H5Aget_num_attrs() fix
* [svn-r14693] Description:Quincey Koziol2008-02-281-5/+10
| | | | Update release notes with recent variable-length string fix for h5diff
* [svn-r14619] fix textPedro Vicente Nunes2008-02-191-2/+2
|
* [svn-r14617] mention to bug fixedPedro Vicente Nunes2008-02-191-0/+6
| | | | | | | | | | Tools ----- - h5import bug on Windows w/binary datasets. fread in windows needs a binary file to be open with “rb” instead of “r” otherwise it terminates execution if an end of file character is found on the input file. Besides that the binary file generated needs to be open with “wb” , otherwise an end of line character is read twice. PVN - 2008/2/19
* [svn-r14609] Purpose: Update Windows documentation for last checkinScott Wegner2008-02-191-14/+8
| | | | | Description: List the new HL C examples that were added in the last checkin. Rather than listing each one individually, we give a brief summary, and instructions for how to test them.
* [svn-r14607] Purpose: Apply Cygwin patch to trunkScott Wegner2008-02-191-40/+15
| | | | | | | | Description: This is the same patch that Mike McGreevy helped me with on the 1.8 branch. The latest cygwin DLL has trouble with the global timezone variable. Now in configure, we target CYGWIN with a case statement, and avoid the problem. Tested: Cygwin on WinXP
* [svn-r14605] Purpose: Rename Windows HL Example projects to match other ↵Scott Wegner2008-02-181-10/+10
| | | | | | | | | | | | | platforms Description: The collection of HL C examples that we distribute for Windows is incomplete. I wasn't aware of it until Pedro pointed it out, because we use different (although similar) names for the generated files. This checkin changes the naming to follow Linux, in preparation to add the rest of the HL examples to Windows. Note: I believe I've updated the MANIFEST accordingly, but I may have missed something-- I'll check on Linux shortly after this commit. Tested: VS2005 on WinXP VS.NET on WinXP
* [svn-r14582] Purpose:Albert Cheng2008-02-141-628/+687
| | | | | | | | | | | | | | | | | | | | | | | | | | Fold all the updates made for v1.8.0 release to the main trunk. Versions are from r14548 to r14556. Changes are, Updated section 4 for v1.8 release. (May still check the v1.6 INSTALL to see if something can be adopted from there. But this is good for v1.8 release.) Moved the section 2. "Warnings about compilers" to Appendix A; renumbered section 3-7 to section 2-6 and fixed all section references. Updated Website names from ncsa.uiuc.edu to hdfgroup.org or hdfgroup.uiuc.edu. Updated section 1-3 and some of section 4. Quick editorial review. Convert tabs to spaces for consistent display and printing. Verify and fix links and references. Moved the following three paragraphs to the Appendix part since they have old information that are not relevant most recent machines or compilers. "Large (>2GB) versus small (<2GB) file capability", "Building and testing with Intel compilers" "Building and testing with PGI compilers"
* [svn-r14569] aligned textPedro Vicente Nunes2008-02-131-2/+2
|
* [svn-r14564] Maintenance: Added new history files according to the proposed ↵Elena Pourmal2008-02-134-3/+11
| | | | | | and agreed policy see http://www.hdfgroup.uiuc.edu/RFC/HDF5/QA/RFC-HIS-REL-1.8_Feb6.pdf
* [svn-r14551] Revise Supported Configuration Features Summary tables.Larry Knox2008-02-121-80/+72
|
* [svn-r14547] Maintenance: Changed version number to 1.9.0 as we agreed on ↵Elena Pourmal2008-02-111-24/+9
| | | | | | the HDF5 developers meeting on February 8, 2008; modified docs files to point to the documentation snapshots.
* [svn-r14541] Purpose: updateAlbert Cheng2008-02-091-11/+24
| | | | | | | Updated the parallel test suite section with more parallel tests description to prepare for v1.8.0 release. Test: eyeballed.
* [svn-r14526] Maintenance: Changed version number in the trunk to be 1.9.0-snap0hdf5-1_9-startElena Pourmal2008-02-071-1/+1
|
* [svn-r14524] Maintenance before creating new 1.8.0 branch: Added RELEASE.txt ↵Elena Pourmal2008-02-072-951/+2559
| | | | | | to the HISTORY file and cleaned up the RELEASE.txt file
* [svn-r14490] Purpose: Add workaround for latest Cygwin DLLScott Wegner2008-02-041-15/+40
| | | | | | | Description: We've run into a bug that was introduced in the latest version of Cygwin, that breaks C99 code using the 'timezone' global variable. As a workaround, we use the -ansi flag, which makes everything compile/link/test correctly Tested: Cygwin on WinXP
* [svn-r14486] Purpose: Update Windows documentation on 1.6 API compatibilityScott Wegner2008-02-041-23/+40
| | | | | | | Description: Wrote documentation on how to use the 1.6 API for a user application-- this replaces the outdated documentation we previously had. Tested: VS2005 with HDFEOS5
* [svn-r14485] Update Platforms Tested and Supported Configuration Features ↵Larry Knox2008-02-021-64/+64
| | | | sections.
* [svn-r14484] Maintenance: Changed version number to 1.8.0 in preparation for ↵Elena Pourmal2008-02-011-1/+1
| | | | | | the release.
* [svn-r14468] Update windows support information. MuQun Yang2008-01-291-12/+12
|
* [svn-r14467] update release.txt fileMuQun Yang2008-01-291-2/+2
|
* [svn-r14466] Update installation file on windowsMuQun Yang2008-01-291-11/+39
|
* [svn-r14460] Maintenance: Created rc2 tar ball and released to the ftp server;Elena Pourmal2008-01-271-1/+1
| | | | Changed version number to hdf501.8.0-rc3 using bin/h5vers script
* [svn-r14456] aligned textPedro Vicente Nunes2008-01-241-9/+9
|
* [svn-r14454] Description:Quincey Koziol2008-01-241-0/+7
| | | | | Update the release notes with comment about addressing the "AURA format corruption" bug.
* [svn-r14448] Maintenance: Released version hdf5-1.8.0-rc1 to the public fTP ↵Elena Pourmal2008-01-211-1/+1
| | | | | | | | server and changed the version to hdf5-1.8.0-rc2 using bin/h5vers script. Platforms tested: ran test for hdf5-1.8.0-rc1 source on kagiso after craeting public tar ball.