public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: rjohnston@sgi.com
To: xfs@oss.sgi.com
Cc: Nathan Scott <nathans@debian.org>
Subject: [PATCH] xfsprogs: 3.1.11 release
Date: Tue, 30 Apr 2013 14:37:34 -0500	[thread overview]
Message-ID: <20130430193734.216401872@sgi.com> (raw)

[-- Attachment #1: xfsprogs-update-version-to-3.1.11.patch --]
[-- Type: text/plain, Size: 3250 bytes --]

Signed-off-by: Rich Johnston <rjohnston@sgi.com>

---
 VERSION          |    2 +-
 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 doc/CHANGES      |   37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 45 insertions(+), 2 deletions(-)

Index: b/VERSION
===================================================================
--- a/VERSION
+++ b/VERSION
@@ -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
+++ b/configure.ac
@@ -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
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (3.1.11) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@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
+++ b/doc/CHANGES
@@ -1,3 +1,40 @@
+xfsprogs-3.1.11 (30 April 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.
+
 xfsprogs-3.1.10 (13 December 2012)
 	- Update release script to make a source tarball.
 


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

             reply	other threads:[~2013-04-30 20:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-30 19:37 rjohnston [this message]
2013-05-08 13:02 ` [PATCH] xfsprogs: 3.1.11 release Rich Johnston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130430193734.216401872@sgi.com \
    --to=rjohnston@sgi.com \
    --cc=nathans@debian.org \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox