Signed-off-by: Ben Myers <bpm@xxxxxxx>
Index: xfsdump-dev/debian/changelog
===================================================================
--- xfsdump-dev.orig/debian/changelog
+++ xfsdump-dev/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.0.7) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@xxxxxxxxxx> Mon, 19 Mar 2012 15:07:12 +1100
+
xfsdump (3.0.6) unstable; urgency=low
* New upstream release
Index: xfsdump-dev/doc/CHANGES
===================================================================
--- xfsdump-dev.orig/doc/CHANGES
+++ xfsdump-dev/doc/CHANGES
@@ -1,3 +1,10 @@
+xfsdump-3.0.7 (19 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.
+
xfsdump-3.0.6 (14 October 2011)
- Unconditionally add checksums to various dump headers in
xfsdump.
Index: xfsdump-dev/VERSION
===================================================================
--- xfsdump-dev.orig/VERSION
+++ xfsdump-dev/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=0
-PKG_REVISION=6
+PKG_REVISION=7
PKG_BUILD=1
|