summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* [svn-r15001] 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-r14998] 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-r14981] - 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-r14968] 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-r14967] Snapshot version 1.8 release 0 (snap6)HDF Tester2008-05-121-1/+1
|
* [svn-r14948] Add a test for the floating point user defined printf formatPedro Vicente Nunes2008-05-061-0/+3
| | | | | | | | | | | | | | | | Usage is -m T, --format=T Where T - is a string containing the floating point format, e.g '%.3f' The test consists of writing a number with 7 fractional digits (default precision display of %f is 6 digits) and have the 7 digits displayed with -m %.7f fpformat.h5 Tested: windows, linux, solaris Note: the output file was generated in linux, it may be possible that platforms other than the ones tested have a different representation of the number
* [svn-r14932] Purpose: updating RELEASE.txt documentMike McGreevy2008-05-051-0/+3
| | | | | | | Description: added new autotool version information (updated libtool from 1.5.22 to 2.2.2 and automake from 1.10 to 1.10.1) to RELEASE.txt Tested: none needed, documentation update only
* [svn-r14931] Snapshot version 1.8 release 0 (snap5)HDF Tester2008-05-051-1/+1
|
* [svn-r14911] add mention of new compression ratio feature in h5dumpPedro Vicente Nunes2008-05-011-0/+3
|
* [svn-r14866] Snapshot version 1.8 release 0 (snap4)HDF Tester2008-04-281-1/+1
|
* [svn-r14851] Snapshot version 1.8 release 0 (snap3)HDF Tester2008-04-211-1/+1
|
* [svn-r14834] Snapshot version 1.8 release 0 (snap2)HDF Tester2008-04-141-1/+1
|
* [svn-r14810] Add fix for H5Lcreate_external() to the list of bug fixes.Vailin Choi2008-04-081-0/+4
|
* [svn-r14803] mention to bug fixedPedro Vicente Nunes2008-04-071-0/+3
|
* [svn-r14801] Snapshot version 1.8 release 0 (snap1)HDF Tester2008-04-071-1/+1
|
* [svn-r14763] Snapshot version 1.8 release 0 (snap0)HDF Tester2008-03-211-1/+1
|
* [svn-r14737] Description:Quincey Koziol2008-03-131-0/+5
| | | | | | | | | | 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-r14722] Description:Quincey Koziol2008-03-111-0/+3
| | | | | | | | | Minor bug fix to H5Aget_num_attrs() to return error when an invalid location ID is passed in. Tested on: Mac OS X/32 (amazon) Too minor to require h5committest
* [svn-r14692] Description:Quincey Koziol2008-02-281-0/+24
| | | | Update release notes with recent variable-length string fix for h5diff
* [svn-r14668] Purpose: Backport of added Windows HL examples from trunkScott Wegner2008-02-251-14/+8
| | | | | Description: The Windows suite of examples for HL C was a very small subset of the examples that exist for other platforms. Now we have all of the HL C examples-- integrated into the VS projects files, and batch test scripts.
* [svn-r14602] Purpose: Update Cygwin documentation with patchScott Wegner2008-02-181-40/+15
| | | | | Description: Basically, remove the "hack" that we documented because we have a better fix now. With the latest changes, configure will avoid the cygwin bug, and no neccessary steps need to be taken by the user.
* [svn-r14585] Maintenance after 1.8.0 release: Created HISTORY-1_8.txt file ↵Elena Pourmal2008-02-142-92/+32
| | | | | | | | and prepared RELEASE.txt for future entries. Changed version number to 1.8.0-snap0 Added HISTORY-1_8.txt to MANIFEST
* [svn-r14566] Maintenance: Checking in files modified by the bin/release scripthdf5-1_8_0Elena Pourmal2008-02-131-1/+1
|
* [svn-r14565] Maintenance: Renamed history file before creating a final HDF5 ↵Elena Pourmal2008-02-132-1/+1
| | | | 1.8.0 release tar ball.
* [svn-r14563] Maintenance: Checking in files updated by bin/release script ↵Elena Pourmal2008-02-121-1/+1
| | | | | | before tagging the release
* [svn-r14562] Maintenance: Added compilers information for the VMS systemElena Pourmal2008-02-122-2/+4
| | | | Updated release date in the INSTALL_VMS.txt file
* [svn-r14556] Purpose:Albert Cheng2008-02-121-79/+85
| | | | | | | | | | | | | | Update. What is done: 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" Tested: eyeballed.
* [svn-r14555] Description:Frank Baker2008-02-121-4/+15
| | | | Added note regarding removal of the stream VFD.
* [svn-r14554] Description:Frank Baker2008-02-121-485/+510
| | | | | | Quick editorial review. Convert tabs to spaces for consistent display and printing. Verify and fix links and references.
* [svn-r14552] Purpose:Albert Cheng2008-02-121-50/+44
| | | | | | | | | 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.) Tested: Just eyeballed.
* [svn-r14550] Description:Frank Baker2008-02-111-147/+180
| | | | | Editorial review. Verify and fix links and references.
* [svn-r14548] Purpose:Albert Cheng2008-02-111-155/+189
| | | | | | | | | | | | | | | Updated for v1.8 release. (Not completed yet.) Changes: 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. Tested: Eyeball.
* [svn-r14540] 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-r14528] Maintenance: Made a first attempt to clean up the file for the ↵Elena Pourmal2008-02-071-7/+7
| | | | 1.8.0 release.
* [svn-r14527] Maintenance: Added summary written by Frank to the RELEASE.txt fileElena Pourmal2008-02-071-72/+79
|
* [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
|