summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r28140] Updated win platformsAllen Byrne2015-10-201-7/+5
|
* [svn-r28121] Snapshot version 1.8 release 17 (snap1)HDF Tester2015-10-181-1/+1
|
* [svn-r28081] Description:Binh-Minh Ribler2015-10-151-0/+10
| | | | Added note about HDFFV-7947.
* [svn-r28076] HDF5 passed basic tests in Mac El Capitan VM and is added to ↵Albert Cheng2015-10-141-0/+4
| | | | the more tested platform section.
* [svn-r28066] Description:Binh-Minh Ribler2015-10-141-2/+30
| | | | | - Added description of new APIs (HDFFV-9167 and HDFFV-9169) - Added note about the fix of memory leaks (HDFFV-9529)
* [svn-r28033] Snapshot version 1.8 release 17 (snap0)HDF Tester2015-10-111-1/+1
|
* [svn-r28012] Reset version after creating hdf5_1_8_16 branch.Larry Knox2015-10-081-185/+8
| | | | Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
* [svn-r27947] Snapshot version 1.8 release 16 (snap17)HDF Tester2015-10-041-1/+1
|
* [svn-r27934] Updated the Fortran and HL sections for the 1.8.16 release.Scot Breitenfeld2015-10-021-8/+4
|
* [svn-r27833] Snapshot version 1.8 release 16 (snap16)HDF Tester2015-09-201-1/+1
|
* [svn-r27770] Bring r27428 from trunkDana Robinson2015-09-141-25/+0
| | | | | | | | | | | | Reverts the following changes: 27737, 27742, 27743 These involve double conversions that cause problems with the IBM XL compiler. Tested on: h5committest ostrich w/ XL C compiler
* [svn-r27759] Bring r26632 from trunkDana Robinson2015-09-111-0/+7
| | | | | | | Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: h5committest
* [svn-r27756] Merge of r27692 from trunkDana Robinson2015-09-111-10/+40
| | | | | | | | | | | | | | Changed the autotools files so that the high-level library is unsupported when building the thread-safe library. Configure will quit with an error when --disable-hl or --enable-unsupported is not used with --enable-threadsafe. Fixes HDFFV-8719 Tested on: h5committest configure w/ various combinations of --enable-threadsafe, --disable-hl, and --enable-unsupported
* [svn-r27743] Merge of r26625 from the trunkDana Robinson2015-09-101-0/+9
| | | | | | | Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: jam (minor change that has baked in the trunk for months)
* [svn-r27742] Merge of r26623 from the trunkDana Robinson2015-09-101-0/+9
| | | | | | | Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers. Tested on: jam (minor change that has baked in the trunk for months)
* [svn-r27741] Merge of r26606 from the trunkDana Robinson2015-09-101-0/+8
| | | | | | | Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Fixes HDFFV-9189. Tested on: jam (minor change that has baked in the trunk for months)
* [svn-r27739] Updated RELEASE.txt with _BSD_SOURCE (HDFFV-9079) info.Dana Robinson2015-09-101-0/+7
| | | | Tested on: N/A (docs)
* [svn-r27737] Merge of r26627 from trunkDana Robinson2015-09-101-0/+7
| | | | | | | Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: jam (has baked in the trunk for over 6 months)
* [svn-r27736] Merge of r26605 from trunkDana Robinson2015-09-101-1/+10
| | | | | | | Remove CONVERT_DENORMAL_FLOAT, since this was only set in obsolete configure files. Tested on: jam (has baked in the trunk for over 6 months)
* [svn-r27733] Merge of r26602 from trunkDana Robinson2015-09-101-0/+15
| | | | | | | | Remove the H5_SW_ULONG_TO_FP_BOTTOM_BIT_WORKS and H5_FP_TO_ULLONG_BOTTOM_BIT_WORKS macros/defines, as they are no longer used by supported platforms. Tested on: jam (has baked in the trunk for over 6 months)
* [svn-r27730] Merge r26618 from trunkDana Robinson2015-09-091-0/+7
| | | | | | | Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working around bugs in the Cray X1 compiler and is no longer supported. Tested on: h5committest
* [svn-r27700] Port r27605 from trunk to 1.8 branch.Neil Fortner2015-09-081-2/+8
| | | | | | | | | | Tested: jam, koala, ostrich (h5committest) Log from r27605: Fix potential memory error when using a dataspace that was created with H5Screate and had its extent set by H5Sextent_copy. Tested: jam, ostrich (h5committest)
* [svn-r27687] Snapshot version 1.8 release 16 (snap15)HDF Tester2015-09-061-1/+1
|
* [svn-r27680] Merge of r27675, 27641, and 27645 from trunkDana Robinson2015-09-041-1/+24
| | | | | | | | | | | | - Changes AC_CONFIG_HEADER to AC_CONFIG_HEADERS - Removes nsl and socket library checks on Solaris (no longer needed) - Removes obsolete and/or unmaintained configuration files from config/ Fixes HDFFV-9284, HDFFV-9118, HDFFV-9116 Tested on: h5committest
* [svn-r27659] HDFFV-9515: repack failed with 5 digit filter ids because a ↵Allen Byrne2015-09-011-2/+7
| | | | | | local variable in the parse routine was not large enough. Tested: local linux and windows
* [svn-r27643] Merge of r27581, 27587, and 27601 from trunkDana Robinson2015-09-011-0/+6
| | | | | | | | | | | | Added a new public API call: H5is_library_threadsafe This API call can determine, at runtime, if the library was built with thread-safety enabled. Also fixes a minor bug in the FUNC_ENTER macros. Tested on: h5committest jam w/ threadsafe
* [svn-r27621] Snapshot version 1.8 release 16 (snap14)HDF Tester2015-08-301-1/+1
|
* [svn-r27566] Changes for new dual-binary support and other updates to CMake ↵Allen Byrne2015-08-241-0/+4
| | | | options.
* [svn-r27564] Add cmake dual binary changesAllen Byrne2015-08-241-67/+79
|
* [svn-r27550] Snapshot version 1.8 release 16 (snap13)HDF Tester2015-08-231-1/+1
|
* [svn-r27510] Snapshot version 1.8 release 16 (snap12)HDF Tester2015-08-161-1/+1
|
* [svn-r27503] Port r27415 from trunk to 1.8 branch.Neil Fortner2015-08-121-3/+9
| | | | | | | | | | | | | Tested: jam, koala, ostrich (h5committest) Log from r27415: Fix potential error with H5I_clear_type which could occur when a callback closed a different ID in the same type. Added a new skiplist routine, H5SL_try_free_safe, which iterates over items, freeing some of them, and which intercepts and defers attempts to remove from the list outside of the main iteration. Changed H5I_clear_type to use this function. Tested: jam, koala, ostrich (h5committest); ummon
* [svn-r27483] Snapshot version 1.8 release 16 (snap11)HDF Tester2015-08-091-1/+1
|
* [svn-r27457] Merge of r27278 from trunk. Fixes HDFFV-9119 and HDFFV-9421.Dana Robinson2015-08-031-2/+13
| | | | | | | | | | | | | Changes that allow the autotools to correctly deal with inline functions. - Inline markup schemes are now checked with AC_COMPILE_IFELSE tests instead of AC_C_INLINE. - The inline designator is now H5_INLINE instead of H5_inline. This is now set in H5private.h instead of H5pubconf.h. Tested on: h5committest
* [svn-r27451] Snapshot version 1.8 release 16 (snap10)HDF Tester2015-08-021-1/+1
|
* [svn-r27431] Snapshot version 1.8 release 16 (snap9)HDF Tester2015-07-261-1/+1
|
* [svn-r27410] Snapshot version 1.8 release 16 (snap8)HDF Tester2015-07-191-1/+1
|
* [svn-r27371] Snapshot version 1.8 release 16 (snap7)HDF Tester2015-07-121-1/+1
|
* [svn-r27336] Snapshot version 1.8 release 16 (snap6)HDF Tester2015-07-051-1/+1
|
* [svn-r27260] Snapshot version 1.8 release 16 (snap5)HDF Tester2015-06-211-1/+1
|
* [svn-r27157] Snapshot version 1.8 release 16 (snap4)HDF Tester2015-06-071-1/+1
|
* [svn-r27126] Snapshot version 1.8 release 16 (snap3)HDF Tester2015-05-311-1/+1
|
* [svn-r27109] Snapshot version 1.8 release 16 (snap2)HDF Tester2015-05-241-1/+1
|
* [svn-r27091] Snapshot version 1.8 release 16 (snap1)HDF Tester2015-05-171-1/+1
|
* [svn-r27044] Snapshot version 1.8 release 16 (snap0)HDF Tester2015-05-101-1/+1
|
* [svn-r26994] Merge of r26986 from trunk.Dana Robinson2015-05-021-2/+10
| | | | | | | | | | | | Removes H5F_ACC_DEBUG and H5FD_DEBUG functionality. The H5F_ACC_DEBUG symbol remains but has been defined to zero. Fixes: HDFFV-1074 Tested on: h5committest 32-bit Linux w/ C++ and Fortran and multi VFD
* [svn-r26769] Known problem HDFFV-8247 has been resolved in v1.8.13.Albert Cheng2015-04-081-11/+0
| | | | QAK - 2011/04/26 entry is duplicated.
* [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and ↵Elena Pourmal2015-04-071-385/+36
| | | | Updated RELEASE.txt for the new work to be entered.
* [svn-r26749] update RELEASE.txt with parallel issues resolved for 1.8.15Mohamad Chaarawi2015-04-071-1/+15
|
* [svn-r26748] Added entry for Vailin's fix for HDFFV-9173Elena Pourmal2015-04-071-1/+9
|