summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-04-01 13:58:23 (GMT)
committerGitHub <noreply@github.com>2022-04-01 13:58:23 (GMT)
commite18841747f14150c90dac1cf14d7cf566ad0e761 (patch)
treea12f1b1607541b3a096b4124dd9a6568294594a2 /release_docs
parent032816c7979ba40765b6b8f8358c476fe677c88f (diff)
downloadhdf5-e18841747f14150c90dac1cf14d7cf566ad0e761.zip
hdf5-e18841747f14150c90dac1cf14d7cf566ad0e761.tar.gz
hdf5-e18841747f14150c90dac1cf14d7cf566ad0e761.tar.bz2
Remove old RELEASE.txt entries already in HISTORY-1_12.txt. (#1562)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt35
1 files changed, 2 insertions, 33 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1eab61a..8acbcd0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -121,15 +121,6 @@ New Features
(DER - 2021/05/23)
- - Add CMake variable HDF5_LIB_INFIX
-
- This infix is added to all library names after 'hdf5'.
- e.g. the infix '_openmpi' results in the library name 'libhdf5_openmpi.so'
- This name is used in packages on debian based systems.
- (see https://packages.debian.org/jessie/amd64/libhdf5-openmpi-8/filelist)
-
- (barcode - 2021/03/22)
-
Library:
--------
@@ -152,23 +143,6 @@ New Features
(ADB - 2021/07/27)
- - H5Gcreate1() now rejects size_hint parameters larger than UINT32_MAX
-
- The size_hint value is ultimately stored in a uint32_t struct field,
- so specifying a value larger than this on a 64-bit machine can cause
- undefined behavior including crashing the system.
-
- The documentation for this API call was also incorrect, stating that
- passing a negative value would cause the library to use a default
- value. Instead, passing a "negative" value actually passes a very large
- value, which is probably not what the user intends and can cause
- crashes on 64-bit systems.
-
- The Doxygen documentation has been updated and passing values larger
- than UINT32_MAX for size_hint will now produce a normal HDF5 error.
-
- (DER - 2021/04/29, HDFFV-11241)
-
Parallel Library:
-----------------
@@ -254,7 +228,6 @@ New Features
(DER - 2021/08/03)
-
Support for new platforms, languages and compilers
==================================================
-
@@ -399,6 +372,7 @@ Bug Fixes since HDF5-1.12.1 release
(DER - 2021/04/27, HDFFV-11239)
+
Java Library
------------
-
@@ -490,12 +464,7 @@ Bug Fixes since HDF5-1.12.1 release
C++ APIs
--------
- - Added DataSet::operator=
-
- Some compilers complain if the copy constructor is given explicitly
- but the assignment operator is implicitly set to default.
-
- (2021/05/19)
+ -
Testing