3.0.6 release
Signed-off-by: Alex Elder <aelder@sgi.com>
diff --git a/doc/CHANGES b/doc/CHANGES
index 0b85170..f0c661f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-xfsdump-3.0.6 (13 October 2011)
+xfsdump-3.0.6 (14 October 2011)
- Unconditionally add checksums to various dump headers in
xfsdump.
- Verify dump header checksums if present in xfsrestore.
diff --git a/release.sh b/release.sh
index 2002dca..65e4e4b 100755
--- a/release.sh
+++ b/release.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Automate generation a new release
#
@@ -18,8 +18,6 @@
echo "Tagging git repository"
git tag -s -a -m "${version} release" v${version}
-echo "Creating source tarball"
-make dist
+echo "Done. Please remember to push out tags using \"git push --tags\""
+echo "If you wish to create a source tarball, run \"make dist\""
-echo "Done."
-echo "Please remember to push out tags using \"git push --tags\""