From: Nathan Scott Date: Thu, 26 Aug 2010 13:14:58 +0000 (+1000) Subject: 3.1.3 release X-Git-Tag: v3.1.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa888ea3dc0c1f2e8e69cbf3563f909f28d0984;p=thirdparty%2Fxfsprogs-dev.git 3.1.3 release Signed-off-by: Nathan Scott --- diff --git a/VERSION b/VERSION index 40f0361ef..58a77e24a 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=1 -PKG_REVISION=2 +PKG_REVISION=3 PKG_BUILD=1 diff --git a/doc/CHANGES b/doc/CHANGES index 9a3b99832..4ae94d68a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,17 @@ +xfsprogs-3.1.3 (26 August 2010) + - Add xfs_io support for XFS_IOC_ZERO_RANGE + - Fix depend targets. + - Allow xfs_io resvsp command for foreign filesystems. + - Fix configure --prefix. + - Make xfs_db check for valid inode data pointer before dereferencing. + - Validate btree block magic in the xfs_db freesp command, + thanks to Peter Watkins. + - Unbreak make update-po, permissions problem, + thanks to Arkadiusz Miśkiewicz. + - Fix linking of libxfs and librt detection (needs pthread), + thanks to Arkadiusz Miśkiewicz. + - Add a platform_discard_blocks stub for GNU/kFreebsd. + xfsprogs-3.1.2 (6 May 2010) - Fix missing thread synchronization in xfs_repair duplicate extent tracking.