]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Update version numbers and changelog
authorrjohnston@sgi.com <rjohnston@sgi.com>
Tue, 30 Apr 2013 19:37:34 +0000 (14:37 -0500)
committerRich Johnston <rjohnston@sgi.com>
Wed, 8 May 2013 18:09:36 +0000 (13:09 -0500)
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 5fd834c425084a34b64a1a2880ed2ed7b2996b95..4bff2ba5be172e761af6f0074cde721c99bf43c7 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=10
+PKG_REVISION=11
 PKG_BUILD=1
index 15e511af5f6095266319f89fa08aec1738d007f5..b968977384effa1cb096ec13ffecb6e37dd6a29e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [3.1.10])
+AC_INIT([xfsprogs], [3.1.11])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 1091667aa691522a0df9ae08206b594f97afd56b..125471d7ffabfc7aeae07b42939d131f1e516eee 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (3.1.11) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Wed, 08 May 2013 12:59:56 -0500
+
 xfsprogs (3.1.9) unstable; urgency=low
 
   * New upstream release
index 1f32733a0f4b2219d7e0ad1951d519a4b4d9ddef..b1688875a3145cd1c8e9f6d5901970d7ee8d857b 100644 (file)
@@ -1,3 +1,42 @@
+xfsprogs-3.1.11 (08 May 2013)
+       - Support for relative paths in xfs_quota thanks to Satoru Takeuchi.
+       - mkfs.xfs will always go into multidisk mode when filesystem
+         geometry is specified on the command line.
+       - Document all commands in xfs_io.
+       - Remove setfl command from xfs_io.
+       - xfs_metadump will obfuscate symlinks by path component.
+       - mkfs.xfs no longer accepts geometry settings smaller than the
+         physical sector size.
+       - xfs_logprint now supports multiply-logged inode fields and
+         handles continued inode transactions correctly.
+       - kill XLOG_SET
+       - Update release scripts to use git archive to address a
+         missing source file reported by Arkadiusz Mi?kiewicz
+       - Fix a build error with -Werror=format-security, reported
+         by Arkadiusz Mi?kiewicz
+       - mkfs.xfs no longer attempts to discard when -N option is used.
+       - Update 'make deb' to use tarball
+       - Sync up with log reservation changes in the kernel.
+       - Fix possible unallocated memory access in fiemap.
+       - Guard against string overflow in path_to_fspath.
+       - Fix setup_cursor array allocation.
+       - Fix free of unintialized pointer in xfs_acl_valid error path.
+       - Guard against path string overflows.
+       - Check strdup results properly in initallfs().
+       - Fix attribute no_change_count logic.
+       - Remove extraneous close() in fsrallfs().
+       - xfs_repair now skips the freelist scan of a corrupt agf
+         when in no-modify mode.
+       - xfs_db now skips freelist scans of corrupt agfs.
+       - Remove unconditional ASSERT(0) in xfs_repair.
+       - Reduce bb_numrecs in bno/cnt btrees when log consumes all agf space.
+       - Add depraction message for xfs_check.
+       - xfs_quota allow user or group names beginning with digits reported by
+         James Carter.
+       - Fix manpages and usage() spelling, errors and omissions.
+       - Validate the extent count is at least within the positive
+         range of a signed 32 bit integer before using it.
+
 xfsprogs-3.1.10 (13 December 2012)
        - Update release script to make a source tarball.