From: Christoph Hellwig Date: Sat, 1 May 2010 13:20:20 +0000 (+0200) Subject: xfsprogs: bump version and update changelog X-Git-Tag: v3.1.2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=953dfeff6dc5e2439fec764e310f09d7f21cf144;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: bump version and update changelog Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen Reviewed-by: Nathan Scott --- diff --git a/VERSION b/VERSION index da24f22c6..40f0361ef 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=1 -PKG_REVISION=1 +PKG_REVISION=2 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index f6e58e4ff..c1f3257c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xfsprogs (3.1.2) unstable; urgency=low + + * New upstream release + * Allow for building on GNU/kFreeBSD (closes: #485796) + + -- Nathan Scott Mon, 3 May 2010 14:25:43 +1100 + xfsprogs (3.1.1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 364ec0ddc..baf0324fa 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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.