Update version numbers and changelog.
Signed-off-by: Ben Myers <bpm@xxxxxxx>
---
Hi Folks,
This release is to address the problems in our last release reported by
Arkadiusz MiÅkiewicz. It wouldn't build due to a missing source file and a
build error when using -Werror=format-security.
I have placed a pre-release tarball here:
ftp://oss.sgi.com/projects/xfs/cmd_tars/pre-release/xfsprogs-pre-3.1.11.tar.gz
It is fresh off the release.sh script with only the name changed to indicate
that it is pre-release. Please take a look and report any issues before next
Wednesday. If there are other patches which you feel are essential, now is the
time to say so.
Thanks,
Ben
VERSION | 2 +-
configure.ac | 2 +-
doc/CHANGES | 16 ++++++++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
Index: b/VERSION
===================================================================
--- a/VERSION 2013-02-01 15:58:21.901976637 -0600
+++ b/VERSION 2013-02-01 15:58:34.481985938 -0600
@@ -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-02-01 15:58:26.081322209 -0600
+++ b/configure.ac 2013-02-01 15:58:40.061985574 -0600
@@ -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/doc/CHANGES
===================================================================
--- a/doc/CHANGES 2013-02-01 15:58:52.461947261 -0600
+++ b/doc/CHANGES 2013-02-01 16:25:00.901985526 -0600
@@ -1,3 +1,19 @@
+xfsprogs-3.1.11 (1 February 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
+
xfsprogs-3.1.10 (13 December 2012)
- Update release script to make a source tarball.
|