summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-02-14 14:51:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-02-14 14:51:02 (GMT)
commit8891e2433a9849571373a9512b6e292ba4cde54e (patch)
tree238fc7e71b3acfa51eb17f59e37a04499b0657bc
parent847f01442b20cbe7132a1533e493e06975b48bdc (diff)
downloadhdf5-8891e2433a9849571373a9512b6e292ba4cde54e.zip
hdf5-8891e2433a9849571373a9512b6e292ba4cde54e.tar.gz
hdf5-8891e2433a9849571373a9512b6e292ba4cde54e.tar.bz2
[svn-r13300] Description:
Add mention of the h5copy & h5mkgrp tools to the release notes. Update documentation for the "--private" flag in release script Tested on: None - just text/comment changes
-rwxr-xr-xbin/release2
-rw-r--r--release_docs/RELEASE.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/release b/bin/release
index 751a514..d582272 100755
--- a/bin/release
+++ b/bin/release
@@ -20,6 +20,8 @@
#
# --nocheck Ignore errors in MANIFEST file.
#
+# --private Make a private release with today's date in version information.
+#
# The other command-line options are the names of the programs to use
# for compressing the resulting tar archive (if none are given then
# `tar md5' is assumed):
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 30e26df..08ea7f5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -500,6 +500,8 @@ New Features
Tools:
------
+ - Added new tool, h5mkgrp. QAK - 2007/02/14
+ - Added new tool, h5copy. PVN - 2006/??/??
- Removed obsolete pdb2hdf5 tool from tools/misc -JML 2005/10/24
- Added build_h5perf_alone.sh that builds h5perf by standalone mode.
AKC - 2005/09/18.