diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 14:51:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 14:51:02 (GMT) |
commit | 8891e2433a9849571373a9512b6e292ba4cde54e (patch) | |
tree | 238fc7e71b3acfa51eb17f59e37a04499b0657bc /bin | |
parent | 847f01442b20cbe7132a1533e493e06975b48bdc (diff) | |
download | hdf5-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
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 2 |
1 files changed, 2 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): |