summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-10-10 04:21:59 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-10-10 04:21:59 (GMT)
commit990fdaed07823362929db38238a9092ecc3d4487 (patch)
tree150e69c9c97a60987e9ac264d9372120d185c026 /release_docs
parentf7e1da0cfb5d2916bfc1817a03a8557b1f3421a4 (diff)
downloadhdf5-990fdaed07823362929db38238a9092ecc3d4487.zip
hdf5-990fdaed07823362929db38238a9092ecc3d4487.tar.gz
hdf5-990fdaed07823362929db38238a9092ecc3d4487.tar.bz2
[svn-r22878] Added bug fixes and enhancements since the last release.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8c1c8b0..dcf909d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -188,6 +188,8 @@ New Features
Fortran Library:
----------------
+ - Added parallel routine H5Pget_mpio_actual_io_mode_f (MSB - 2012/09/27)
+
- Added for the C API the Fortran wrapper:
h5ocopy_f (MSB - 2012/03/22)
@@ -233,6 +235,7 @@ New Features
(MSB - 2009/04/17)
+
C++ Library:
------------
- New member functions
@@ -718,6 +721,16 @@ Bug Fixes since HDF5-1.8.0 release
with other Fortran functions; cleaned the code from debug statements.
(EIP - 2012/06/23)
+ - Fixed problem writing/reading control characters to a dataset; writing
+ a string containing: alerts, backspace, carriage_return, form_feed,
+ horizontal_tab, vertical_tab, new_line is now tested and working.
+ (MSB - 2012/09/01)
+
+ - Corrected the integer type of H5S_UNLIMITED_F to HSIZE_T (MSB - 2012/09/01)
+
+ - Corrected the number of continuation lines in the src files
+ to be less then 32 lines for F95 compliance. (MSB - 2012/10/01)
+
Tools
-----
- h5repack: "h5repack -f NONE file1.h5 out.h5" command failed if
@@ -947,6 +960,13 @@ Bug Fixes since HDF5-1.8.0 release
High-Level APIs:
------
+
+ - Fixed problem with H5TBdelete_record destroying all data following the deletion
+ of a row. (MSB- 2012/7/26)
+
+ - Fixed H5LTget_attribute_string not closing an object identifier when an
+ error occurs. (MSB- 2012/7/21)
+
- Fixed the H5LTdtype_to_text function. It had some memory problems when
dealing with some complicated data types. HDFFVI-7701 (SLU - 2011/10/19)