summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25053] Merge changes to RELEASE.txt for 1.8.13 release:Larry Knox2014-04-161-21/+31
| | | | | | | | | Reviewed and revised version information for unix daily tested machines in supported a d tested platforms sections. Added description of LD_LIBRARY_PATH change to configure and using scripts to compile nd run installed example files to Bug Fixes/Configuration section. Text change only.
* [svn-r25042] Description:Binh-Minh Ribler2014-04-141-2/+18
| | | | Updated for C++ API new features and bug fixes.
* [svn-r25041] Maintenance: More version cleanup in the fileElena Pourmal2014-04-141-3/+3
|
* [svn-r25039] Maintenance: Cleaned the RELEASE.txt file for the next ↵Elena Pourmal2014-04-141-84/+19
| | | | maintenance cycle.
* [svn-r25036] Maintenance before creating 1_8_13 branch: changed version ↵Elena Pourmal2014-04-141-1/+1
| | | | number to 1.8.14-snap0
* [svn-r25035] Snapshot version 1.8 release 13 (snap8)HDF Tester2014-04-131-1/+1
|
* [svn-r25033] Purpose:Dana Robinson2014-04-121-0/+10
| | | | | | | | | | | | | | | | | | Merged r24993 from the trunk. Adds core VFD write tracking functionality. When enabled, the core VFD will track dirty regions of the file and only write out the changed regions. The new H5Pget/set_core_write_tracking() API call controls this feature. A new "core_paged" VFD target was added to the check-vfd target in test/Makefile.am that runs all tests with the new write tracking functionality. Tested on: 32-bit LE linux (jam) 64-bit LE linux (koala) 64-bit BE linux (ostrich) Each platform was tested with HDF5_DRIVER set to "core" and "core_paged". Jam was also tested with the standard sec2 driver.
* [svn-r25018] Purpose:Dana Robinson2014-04-111-0/+13
| | | | | | | | | Merged r24893, r24961, r24965 from trunk. Fix for thread-local storage resource leaks on Windows with Win32 threads. Prohibits thread-safe + C++/Fortran/static library in CMake. Tested on: 64-bit Windows 7 w/ Visual Studio 2012
* [svn-r25016] Purpose:Dana Robinson2014-04-111-0/+3
| | | | | | | | | | | | Merged r24857 from the trunk. Changes to configure.ac so that --with-pthreads is not required when the --enable-threadsafe configure option is set as long as the Pthreads library is in a standard location. Tested on: 32-bit LE linux (jam) with --enable-threadsafe 64-bit LE linux (koala) with --enable-threadsafe 64-bit BE linux (ostrich) with --enable-threadsafe
* [svn-r25015] Purpose:Dana Robinson2014-04-111-2/+6
| | | | | | | | Updated RELEASE.txt with more information about the big.c test changes. Tested on: N/A - no code changes
* [svn-r25014] Purpose:Dana Robinson2014-04-111-1/+10
| | | | | | | | | | | | | | | | | Merge of r24937 from the trunk Adds H5free_memory to the API. This function should be used to free memory allocated by the library (e.g., returned values from H5Tget_tag, H5Pget_class_name, etc.). This is mainly to help Windows applications deal with multiple CRT instances, but can also be helpful when a debug memory manager is being used or when the HDF5 API is being wrapped for managed languages like Python and Java. Tested on: 32-bit LE linux (jam) with fortran and C++ 64-bit BE linux (ostrich) 64-bit LE linux (koala)
* [svn-r25006] Update release docsAllen Byrne2014-04-091-7/+23
|
* [svn-r24992] Update release notes with information about the collective ↵Quincey Koziol2014-04-091-1/+5
| | | | | | point selection support and removal of the MPI-POSIX VFD.
* [svn-r24968] Snapshot version 1.8 release 13 (snap7)HDF Tester2014-04-061-1/+1
|
* [svn-r24927] Snapshot version 1.8 release 13 (snap6)HDF Tester2014-03-301-1/+1
|
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-261-10/+10
| | | | Tested: local linux
* [svn-r24871] Snapshot version 1.8 release 13 (snap5)HDF Tester2014-03-231-1/+1
|
* [svn-r24800] HDFFV-8704: Mac OS X 10.6 (Snow Leopard) is retired from ↵Albert Cheng2014-03-141-8/+5
| | | | supported platforms.
* [svn-r24787] Updated information for platform Mac 10.8 and 10.9. Moved Mac ↵Albert Cheng2014-03-121-11/+11
| | | | | | OSX 10.6 (fred) to also tested platforms.
* [svn-r24771] Snapshot version 1.8 release 13 (snap4)HDF Tester2014-03-091-1/+1
|
* [svn-r24760] Mac OS X 10.9 Mavericks is added to the support feature list.Albert Cheng2014-03-041-1/+3
|
* [svn-r24759] Added test support for Mac OS X Mavericks.Albert Cheng2014-03-041-0/+4
|
* [svn-r24754] Snapshot version 1.8 release 13 (snap3)HDF Tester2014-03-021-1/+1
|
* [svn-r24738] Updated with changes made back on Jan 27.Albert Cheng2014-02-261-0/+3
|
* [svn-r24654] HDFFV-8640: Remove XLATE_UTILITYAllen Byrne2014-01-281-11/+11
| | | | Update tools testfiles
* [svn-r24507] Updated RELEASE.txt with big test changes.Dana Robinson2013-12-061-1/+2
|
* [svn-r24466] Snapshot version 1.8 release 13 (snap2)HDF Tester2013-11-251-1/+1
|
* [svn-r24335] Snapshot version 1.8 release 13 (snap1)HDF Tester2013-10-211-1/+1
|
* [svn-r24318] Fixed a typo.Raymond Lu2013-10-171-1/+1
|
* [svn-r24308] Issue 8147: CLANG compiler with the options ↵Raymond Lu2013-10-161-0/+7
| | | | | | | | | -fcatch-undefined-behavior and -ftrapv catches some defined behavior in the alignment algorithm of the macro DETECT_I in H5detect.c. I documented it as a known problem. No test is needed.
* [svn-r24288] Snapshot version 1.8 release 13 (snap0)HDF Tester2013-10-141-1/+1
|
* [svn-r24280] Bug: HDFFV-8534Albert Cheng2013-10-101-0/+3
| | | | | | | Added a known problem of Solaris make install failure. Updated INSTALL to state Gnu make is the preferred version of make. Tested: eyeballed.
* [svn-r24259] Maintenance: Updated version number to 1.8.13-snap0; cleaned up ↵Elena Pourmal2013-10-071-58/+13
| | | | | | RELEASE.txt for new info. The 1.8 branch is open now for code changes.
* [svn-r24257] Snapshot version 1.8 release 12 (snap19)HDF Tester2013-10-061-1/+1
|
* [svn-r24245] Update Unix compiler versions.Larry Knox2013-10-011-27/+32
|
* [svn-r24244] Issue 1264: CYGWIN had long double rounding problem from ↵Raymond Lu2013-10-011-6/+0
| | | | | | unsigned long long. I took out the issue from the Known Problems section. No test is needed.
* [svn-r24242] Update WDTP test machinesAllen Byrne2013-10-011-13/+10
|
* [svn-r24237] Description:Binh-Minh Ribler2013-10-011-5/+11
| | | | Added more info to new C++ feature section.
* [svn-r24232] Description:Binh-Minh Ribler2013-09-301-1/+10
| | | | | - Merged Allen's CMake updates for the C++ tutorial examples from the trunk - Updated RELEASE.txt
* [svn-r24222] Updated with HDFFV-8271 fix.Albert Cheng2013-09-301-0/+2
|
* [svn-r24219] Snapshot version 1.8 release 12 (snap18)HDF Tester2013-09-291-1/+1
|
* [svn-r24209] Port r24171 from trunk to 1.8 branch.Neil Fortner2013-09-271-1/+3
| | | | | | | | | | | | | | | | | | | Tested: jam, koala, ostrich, platypus (h5committest) Log from r24171: Purpose: Fix problem with gcc 4.8 Description: With optimization enabled, gcc 4.8 inserts garbage into the padding bytes of floating point types when assigning from a literal constant. This caused problems when H5detect.c scanned the bits in floating point types to determine their properties. Modified H5detect.c to scan for padding before further analyzing the type, and to ignore all information in the padding areas. Also removed code that temporarily disabled optimization. Tested: jam, koala, ostrich, platypus (h5committest)
* [svn-r24205] Merge HDFFV-8513/8522 from trunk (via cmake branch), h5repack ↵Allen Byrne2013-09-261-3/+9
| | | | | | | | UD plugins. Also warning session fixes. Tested: CMake local linux
* [svn-r24187] Snapshot version 1.8 release 12 (snap17)HDF Tester2013-09-221-1/+1
|
* [svn-r24180] HDFFV-8321:Add note about changing FFLAGS to FCFLAGS in configure.Allen Byrne2013-09-201-0/+1
| | | | Merged INSTALL and h5fc.in from trunk.
* [svn-r24169] I updated these files for the support information of OpenVMS.Raymond Lu2013-09-191-1/+15
| | | | No test is needed.
* [svn-r24093] Snapshot version 1.8 release 12 (snap16)HDF Tester2013-09-011-1/+1
|
* [svn-r24069] Snapshot version 1.8 release 12 (snap15)HDF Tester2013-08-251-1/+1
|
* [svn-r24024] JAVA-1714: CMake packaging for macs improvedAllen Byrne2013-08-191-1/+4
| | | | | | | HDFFV-7989: h5dump any_path and help text grouping Added cygwin-64 support Merged from trunk, tested local linux
* [svn-r23990] Snapshot version 1.8 release 12 (snap14)HDF Tester2013-08-111-1/+1
|