Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfsprogs-dev/VERSION
===================================================================
--- xfsprogs-dev.orig/VERSION 2010-04-29 12:21:54.074004868 +0200
+++ xfsprogs-dev/VERSION 2010-04-29 12:21:59.188004170 +0200
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=1
+PKG_REVISION=2
PKG_BUILD=1
Index: xfsprogs-dev/doc/CHANGES
===================================================================
--- xfsprogs-dev.orig/doc/CHANGES 2010-04-29 12:21:54.084013459 +0200
+++ xfsprogs-dev/doc/CHANGES 2010-04-29 12:22:37.625255672 +0200
@@ -1,3 +1,15 @@
+xfsprogs-3.1.2
+ - Fix missing thread synchronization in xfs_repair duplicate
+ extent tracking.
+ - Fix handling of dynamic attribute fork roots in xfs_fsr.
+ - Fix sb_bad_features2 manipulations when tweaking the lazy count
+ flag.
+ - Add support for building on Debian GNU/kFreeBSD, thanks
+ to Petr Salinger.
+ - Improvements to the mkfs.xfs manpage, thanks to Wengang Wang.
+ - Various small blkid integreation fixes in mkfs.xfs.
+ - Fix build against stricter system headers.
+
xfsprogs-3.1.1 (29 January 2010)
- Fix various blkid topology support problems in mkfs.xfs.
- Fix various build warnings.
Index: xfsprogs-dev/debian/changelog
===================================================================
--- xfsprogs-dev.orig/debian/changelog 2010-01-30 20:39:41.872254549 +0100
+++ xfsprogs-dev/debian/changelog 2010-04-29 12:23:53.931253925 +0200
@@ -1,3 +1,10 @@
+xfsprogs (3.1.2) unstable; urgency=low
+
+ * New upstream release
+ * Allow for building on GNU/kFreeBSD (closes: #485796)
+
+ -- Nathan Scott <nathans@xxxxxxxxxx> Thu, 29 Apr 2010 14:25:43 +1100
+
xfsprogs (3.1.1) unstable; urgency=low
* New upstream release
|