aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Myers <bpm@sgi.com>2012-03-22 11:06:20 -0500
committerBen Myers <bpm@sgi.com>2012-03-22 11:08:41 -0500
commita28d718346fd07f8953f5485836b14b87548726e (patch)
tree0edef0e5afd8c36df4bd3c4620d0bb5f2f1426ef
parentb9f6180bf8e6d8f9309a4b1f4fb1aef905946e68 (diff)
downloadxfsdump-dev-a28d718346fd07f8953f5485836b14b87548726e.tar.gz
xfsdump: update summaries in preparation for release 3.1.0
Signed-off-by: Ben Myers <bpm@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Nathan Scott <nathans@debian.org>
-rw-r--r--VERSION4
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES15
3 files changed, 23 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 6fea2ba1..633a2705 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=3
-PKG_MINOR=0
-PKG_REVISION=6
+PKG_MINOR=1
+PKG_REVISION=0
PKG_BUILD=1
diff --git a/debian/changelog b/debian/changelog
index 02a6bcbe..3b87052f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.1.0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Mon, 19 Mar 2012 15:07:12 +1100
+
xfsdump (3.0.6) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index f0c661fd..67be38fd 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,18 @@
+xfsdump-3.1.0 (20 March 2012)
+ - Fix metadata restore on split files.
+ - Add a -D option to skip a recursive scan of the filesystem
+ when dumping.
+ - Fix a 1 byte overflow with empty lists, thanks to Mike Frysinger.
+ - Enable multi-stream support on Linux using pthreads.
+ - Fix handling of Ctrl-D in prompts.
+ - Obsolete SGI_XFSDUMP_SKIP_FILE extended attribute for excluding
+ files from dump.
+ - Fix restoration of extended attributes on the root directory.
+ - Use the full 32-bit inode generation number instead of 12-bit
+ generation number. Bump the dump format version to 3.
+ - Do not create parent directories for orphaned files during
+ list-only (-t option) restore.
+
xfsdump-3.0.6 (14 October 2011)
- Unconditionally add checksums to various dump headers in
xfsdump.