]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: bump version and update changelog
authorChristoph Hellwig <hch@lst.de>
Sat, 1 May 2010 13:20:20 +0000 (15:20 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 1 May 2010 13:20:20 +0000 (15:20 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Nathan Scott <nathans@aconex.com>
VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index da24f22c6d5af855961e94dadaaf58ff716d0848..40f0361ef8fd1ae2c7b72d6a510c3e6d78febecb 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=1
+PKG_REVISION=2
 PKG_BUILD=1
index f6e58e4ffe0536e5f4913549aa8f12fdd976ebdb..c1f3257c5d23f082bfd9ff4ad73e51543bc561c3 100644 (file)
@@ -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@debian.org>  Mon, 3 May 2010 14:25:43 +1100
+
 xfsprogs (3.1.1) unstable; urgency=low
 
   * New upstream release
index 364ec0ddce1236b5176d1bf7973b157bad4d2691..baf0324fa2d9c8edf8ccc01e1a6a65885db0823d 100644 (file)
@@ -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 integration 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.