summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-02-19 20:08:54 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-02-19 20:08:54 (GMT)
commitf3b5fa6332a2d79df0f29961c8f0932bbd1b7d64 (patch)
tree3fe23ea04b618000c59a9fa53c5d582de8fc9f72
parent4be5352c1d32f0eefdeb1cf382603424b3ca26c6 (diff)
downloadhdf5-f3b5fa6332a2d79df0f29961c8f0932bbd1b7d64.zip
hdf5-f3b5fa6332a2d79df0f29961c8f0932bbd1b7d64.tar.gz
hdf5-f3b5fa6332a2d79df0f29961c8f0932bbd1b7d64.tar.bz2
Update so version numbers.
fix 2 typos.
-rw-r--r--config/lt_vers.am24
-rw-r--r--release_docs/README_HDF5_CMake2
-rw-r--r--release_docs/RELEASE.txt4
3 files changed, 15 insertions, 15 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am
index 8b63c22..84bff2d 100644
--- a/config/lt_vers.am
+++ b/config/lt_vers.am
@@ -16,7 +16,7 @@
## See libtool versioning documentation online.
## After making changes, run bin/reconfigure to update other configure related
## files like Makefile.in.
-LT_VERS_INTERFACE = 103
+LT_VERS_INTERFACE = 104
LT_VERS_REVISION = 0
LT_VERS_AGE = 0
@@ -39,31 +39,31 @@ LT_VERS_AGE = 0
## the effects of the H5_V1_x_COMPAT flag.
##
## Version numbers for wrapper shared library files.
-LT_CXX_VERS_INTERFACE = 103
+LT_CXX_VERS_INTERFACE = 104
LT_CXX_VERS_REVISION = 0
-LT_CXX_VERS_AGE = 0
+LT_CXX_VERS_AGE = 1
-LT_F_VERS_INTERFACE = 101
-LT_F_VERS_REVISION = 2
-LT_F_VERS_AGE = 1
+LT_F_VERS_INTERFACE = 102
+LT_F_VERS_REVISION = 0
+LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 101
-LT_HL_VERS_REVISION = 1
+LT_HL_VERS_REVISION = 2
LT_HL_VERS_AGE = 1
LT_HL_CXX_VERS_INTERFACE = 101
-LT_HL_CXX_VERS_REVISION = 2
+LT_HL_CXX_VERS_REVISION = 3
LT_HL_CXX_VERS_AGE = 1
LT_HL_F_VERS_INTERFACE = 100
-LT_HL_F_VERS_REVISION = 3
+LT_HL_F_VERS_REVISION = 4
LT_HL_F_VERS_AGE = 0
-LT_JAVA_VERS_INTERFACE = 103
+LT_JAVA_VERS_INTERFACE = 104
LT_JAVA_VERS_REVISION = 0
-LT_JAVA_VERS_AGE = 3
+LT_JAVA_VERS_AGE = 4
LT_TOOLS_VERS_INTERFACE = 101
-LT_TOOLS_VERS_REVISION = 1
+LT_TOOLS_VERS_REVISION = 2
LT_TOOLS_VERS_AGE = 1
diff --git a/release_docs/README_HDF5_CMake b/release_docs/README_HDF5_CMake
index 2b81f8e..484710d 100644
--- a/release_docs/README_HDF5_CMake
+++ b/release_docs/README_HDF5_CMake
@@ -1,7 +1,7 @@
This tar file contains
build-unix.sh script to build HDF5 with CMake on unix machines
- buidl-unix-hpc.sh script to build HDF5 with CMake on unix machines and run
+ build-unix-hpc.sh script to build HDF5 with CMake on unix machines and run
tests with batch scripts (sbatch).
CTestScript.cmake
HDF5config.cmake CMake scripts for building HDF5
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b4d017c..1be8e85 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -209,7 +209,7 @@ New Features
Parallel Library:
-----------------
- - Changed the default behavior in parallel when reading the same dataset in its entirely
+ - Changed the default behavior in parallel when reading the same dataset in its entirety
(i.e. H5S_ALL dataset selection) which is being read by all the processes collectively.
The dataset must be contiguous, less than 2GB, and of an atomic datatype.
The new behavior is the HDF5 library will use an MPI_Bcast to pass the data read from
@@ -339,7 +339,7 @@ Bug Fixes since HDF5-1.10.4 release
The slow down is due to the search of the "tag_list" to find
out the "corked" status of an object and "uncork" it if so.
- Improve porformance by skipping the search of the "tag_list"
+ Improve performance by skipping the search of the "tag_list"
if there are no "corked" objects when closing an object.
(VC - 2019/02/06)