]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: update version and changelog v3.1.9
authorBen Myers <bpm@sgi.com>
Wed, 31 Oct 2012 19:25:23 +0000 (14:25 -0500)
committerBen Myers <bpm@sgi.com>
Wed, 12 Dec 2012 17:16:48 +0000 (11:16 -0600)
Update the version and changelogs for xfsprogs-3.1.9 release.

Signed-off-by: Ben Myers <bpm@sgi.com>
Reviewed-by: Nathan Scott <nathans@debian.org>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 6e8dcc2107937024cbb9402249976e617ff95643..b587cab50d9e6d71858f88f7c2316b4db54a4e09 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=8
+PKG_REVISION=9
 PKG_BUILD=1
index 0b03af952adac7f0d5ca26e78fecc8aa24e0e4e7..da84a970b2dc689477e80f6f5a925f690c01baf5 100644 (file)
@@ -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])
index ad7cd267da6a721123857bf16e080dc389828a16..1091667aa691522a0df9ae08206b594f97afd56b 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (3.1.9) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 31 Oct 2012 13:29:00 +1100
+
 xfsprogs (3.1.8) unstable; urgency=low
 
   * New upstream release
index 954e0f76065e8d64b4ba8b113b92c0026233d317..69362db759988fc68ee63535df43ba024aae1fe2 100644 (file)
@@ -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.