From: Ben Myers Date: Wed, 31 Oct 2012 19:25:23 +0000 (-0500) Subject: xfsprogs: update version and changelog X-Git-Tag: v3.1.9^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90e0c0aacdcd7f7fc6240f5e722d1740f1dc3c3e;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: update version and changelog Update the version and changelogs for xfsprogs-3.1.9 release. Signed-off-by: Ben Myers Reviewed-by: Nathan Scott Reviewed-by: Rich Johnston --- diff --git a/VERSION b/VERSION index 6e8dcc210..b587cab50 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=1 -PKG_REVISION=8 +PKG_REVISION=9 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 0b03af952..da84a970b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [3.1.8]) +AC_INIT([xfsprogs], [3.1.9]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index ad7cd267d..1091667aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (3.1.9) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Wed, 31 Oct 2012 13:29:00 +1100 + xfsprogs (3.1.8) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 954e0f760..69362db75 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,16 @@ +xfsprogs-3.1.9 (31 October 2012) + - Print nice details if agsize is out of bounds in mkfs.xfs. + - Various fixes for fragmented multi-block dir2 handling in + xfs_repair. + - Fix extent record printing in xfs_db on big endian arches. + - Use the correct macros when dumping block maps in extent + form in xfs_db, thanks to Peter Watkins. + - Add sync file range support to xfs_io. + - Implement preadv/pwritev in xfs_io. + - Link against libreadline for libxcmd, thanks to Mike Frysinger. + - Clean up mkfs.xfs output on invalid inode size. + - Various build fixes, thanks to Mike Frysinger and Jan Engelhardt. + xfsprogs-3.1.8 (20 March 2012) - Fix xfs_repair segfault on a corrupted filesystem by validating the acl count before reading it.