summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-08-15 13:30:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-08-15 13:30:30 (GMT)
commit03a4dd9fc38eba695cb9c169d6879280fc665f3f (patch)
tree1c9cadac68b7972750b8dcd5b80c9efa6b38a7cc /release_docs
parent144ed6d49b2c05a42d49c7d4ad1460ebb60a44da (diff)
downloadhdf5-03a4dd9fc38eba695cb9c169d6879280fc665f3f.zip
hdf5-03a4dd9fc38eba695cb9c169d6879280fc665f3f.tar.gz
hdf5-03a4dd9fc38eba695cb9c169d6879280fc665f3f.tar.bz2
[svn-r21227] Correct location of xml schema files. JIRA HDFFV-7688
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt51
1 files changed, 29 insertions, 22 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index cb6da26..8bf210a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -185,11 +185,11 @@ New Features
C++ Library:
------------
- - New member functions
- + Overloaded CommonFG::getObjnameByIdx to take char* for name
- + Overloaded CommonFG::getObjTypeByIdx to return type name as a char*.
+ - New member functions
+ + Overloaded CommonFG::getObjnameByIdx to take char* for name
+ + Overloaded CommonFG::getObjTypeByIdx to return type name as a char*.
(BMR - 2010/05/02)
- + DataSet::getInMemDataSize() to simplify getting the dataset's
+ + DataSet::getInMemDataSize() to simplify getting the dataset's
data size in memory. (BMR - 2009/07/26)
- These member functions were added as wrapper for H5Rdereference to
replace the incorrect IdComponent::dereference().
@@ -211,6 +211,13 @@ New Features
Tools:
------
+ - h5dump: Corrected schema location:
+ <hdf5:HDF5-File
+ xmlns:hdf5="http://hdfgroup.org/HDF5/XML/schema/HDF5-File"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://hdfgroup.org/HDF5/XML/schema/HDF5-File
+ http://www.hdfgroup.org/HDF5/XML/schema/HDF5-File.xsd">
+ (ADB - 2011/08/10)
- h5diff: Added new level for -v (verbose) option. The new levels are
1 and 2. So -v1 and -v2 can be specified to view more
information about attributes differences.
@@ -232,7 +239,7 @@ New Features
- h5diff: Add new flag --follow-symlinks. (refer to --help for details)
(JKM - 2010/01/25)
- h5diff: fix for displaying garbage value on LE machine for BE data.
- (JKM - 2009/11/20)
+ (JKM - 2009/11/20)
- h5dump: subsetting now allows default for count. Also trailing ; in short form
can be omitted after last specified value.
(ADB - 2009/09/04)
@@ -475,9 +482,9 @@ Bug Fixes since HDF5-1.8.0 release
in some timezones to get false errors. This a deficiency in the Windows
mktime() function, and has been handled properly. SJW - 2008/06/19
- Fixed the problem with the searching of target file for H5Lcreate_external().
- The searching pattern will depend on whether the target file's
- pathname is an absolute or a relative path. Please see the description
- in the RM for H5Lcreate_external(). (VC - 2008/04/08)
+ The searching pattern will depend on whether the target file's
+ pathname is an absolute or a relative path. Please see the description
+ in the RM for H5Lcreate_external(). (VC - 2008/04/08)
- Fixed possible file corruption bug when encoding datatype
descriptions for compound datatypes whose size was between
256 & 511 bytes and the file was opened with the "use the
@@ -667,7 +674,7 @@ Bug Fixes since HDF5-1.8.0 release
(NAF - 2008/10/15)
- Fixed unnecessary indentation of committed datatypes in h5dump.
(NAF - 2008/10/15)
- - Fixed bugs in h5stat:segmemtation fault when printing groups and
+ - Fixed bugs in h5stat:segmemtation fault when printing groups and
print warning message when traversal of objects is unsuccessful.
(see bug #1253) (VC- 2008/10/13)
- Fixed bug in h5ls that prevented relative group listings (like
@@ -730,16 +737,16 @@ Bug Fixes since HDF5-1.8.0 release
C++ APIs
--------
- - The constructor PropList::PropList(id) was fixed to act properly
- according to the nature of 'id'. When 'id' is a property class id,
- a new property list will be created. When 'id' id a property list id,
- a copy of the property list will be made. (BMR - 2010/5/9)
- - The parameters 'size' and 'bufsize' in CommonFG::getLinkval and
- CommonFG::getComment, respectively, now have default values for
- user's convenience. (BMR - 2009/10/23)
- - NULL pointer accessing was fixed, bugzilla 1061. (BMR - 2009/10/05)
- - read/write methods of DataSet and Attribute classes were fixed
- to handle string correctly. (BMR - 2009/07/26)
+ - The constructor PropList::PropList(id) was fixed to act properly
+ according to the nature of 'id'. When 'id' is a property class id,
+ a new property list will be created. When 'id' id a property list id,
+ a copy of the property list will be made. (BMR - 2010/5/9)
+ - The parameters 'size' and 'bufsize' in CommonFG::getLinkval and
+ CommonFG::getComment, respectively, now have default values for
+ user's convenience. (BMR - 2009/10/23)
+ - NULL pointer accessing was fixed, bugzilla 1061. (BMR - 2009/10/05)
+ - read/write methods of DataSet and Attribute classes were fixed
+ to handle string correctly. (BMR - 2009/07/26)
- Fixed bug that caused segfaults in Attribute::read. (BMR - 2008/04/20)
- Fixed bug in PropList::getClassName to use portable HDfree instead
of free. (BMR - 2008/04/20)
@@ -816,7 +823,7 @@ Platforms Tested
Windows XP Visual Studio 2008 w/ Intel Fortran 11.1
Visual Studio 2010
Cygwin(1.7.7 native gcc(4.3.4) compiler and gfortran)
-
+
Windows XP x64 Visual Studio 2008 w/ Intel Fortran 11.1
Visual Studio 2010
Cygwin(1.7.7 native gcc(4.3.4) compiler and gfortran)
@@ -1079,13 +1086,13 @@ Known Problems
($* > $STDOUT_FILE) >& $STDERR_FILE
- set RETURN_VALUE=$status
+ set RETURN_VALUE=$status
cat $STDOUT_FILE
tail +3 $STDERR_FILE
- exit $RETURN_VALUE
+ exit $RETURN_VALUE
You get the HDF make files and test scipts to execute your filter script
by setting the environment variable "RUNSERIAL" to the full path of the