xfsprogs: update version numbers and changelog
Ben Myers
bpm at sgi.com
Tue Mar 19 16:08:22 CDT 2013
Update version numbers and changelog.
Signed-off-by: Ben Myers <bpm at sgi.com>
---
Hi Folks,
I have placed a pre-release tarball here:
ftp://oss.sgi.com/projects/xfs/cmd_tars/pre-release/xfsprogs-pre-3.1.11-2.tar.gz
Please take a peek and pipe up if you have issues. Hopefully we can make it
official later this week.
Thanks,
Ben
VERSION | 2 +-
configure.ac | 2 +-
debian/changelog | 6 ++++++
doc/CHANGES | 26 ++++++++++++++++++++++++++
4 files changed, 34 insertions(+), 2 deletions(-)
Index: b/VERSION
===================================================================
--- a/VERSION 2013-03-19 14:25:25.251360578 -0500
+++ b/VERSION 2013-03-19 14:25:28.151947206 -0500
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=10
+PKG_REVISION=11
PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac 2013-03-19 14:25:25.251360578 -0500
+++ b/configure.ac 2013-03-19 14:25:28.151947206 -0500
@@ -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: b/debian/changelog
===================================================================
--- a/debian/changelog 2013-03-19 14:25:30.571945912 -0500
+++ b/debian/changelog 2013-03-19 14:25:59.342005719 -0500
@@ -1,3 +1,9 @@
+xfsprogs (3.1.11) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans at debian.org> Tue, 19 Mar 2013 14:25:00 +1100
+
xfsprogs (3.1.9) unstable; urgency=low
* New upstream release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES 2013-03-19 14:25:25.251360578 -0500
+++ b/doc/CHANGES 2013-03-19 14:25:28.182005744 -0500
@@ -1,3 +1,29 @@
+xfsprogs-3.1.11 (19 March 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.
+ - 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.
+ - 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.
+ - Fix attribute no_change_count logic.
+ - xfs_repair now skips the freelist scan of a corrupt agf
+ when in no-modify mode.
+
xfsprogs-3.1.10 (13 December 2012)
- Update release script to make a source tarball.
More information about the xfs
mailing list