]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: update summaries in preparation for release 3.1.6
authorAlex Elder <aelder@sgi.com>
Thu, 13 Oct 2011 16:25:19 +0000 (16:25 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 14 Oct 2011 13:34:10 +0000 (08:34 -0500)
Signed-off-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 0c772459b5b1bc40bc1b0279ee29cc2ff9879e00..913ca8139a4deed1492b5f3fb99837f43719c909 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=5
+PKG_REVISION=6
 PKG_BUILD=1
index 3dd92c0e32291aafe68ead5b5c8b9e6d70ddd32a..589211c2adc52feaf6d80bcea8c53d77938037b3 100644 (file)
@@ -1,3 +1,10 @@
+xfsprogs (3.1.6) unstable; urgency=low
+
+  * New upstream release
+  * Handle upcoming libreadline5-dev removal (closes: #553875)
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 11 Oct 2011 16:47:10 +1100
+
 xfsprogs (3.1.5) unstable; urgency=low
 
   * New upstream release
index 6ce3749cab1177c448ddd6742cdeb413ddd304f4..44354f09018706205a087df3fc9e8f0736668657 100644 (file)
@@ -1,3 +1,28 @@
+xfsprogs-3.1.6 (13 October 2011)
+       - Re-synch of the header and libxfs files with the kernel
+         code as of Linux 2.6.37, including reviving xfs_repair
+         radix tree code.
+       - Fix a xfs_repair phase 4 hang, thanks to Ajeet Yadav.
+       - Subcommand names within various programs are no longer
+         translated/localized, thanks to Arkadiusz Mi?kiewicz.
+       - Build system fixes, thanks to Ted Ts'o.
+       - Updates to teh xfs_info(8)/xfs_growfs(8) man page, thanks
+         to Roman Ovchinnikov.
+       - xfs_quota "df" no longer reports values twice what they
+         should have been for project quotas.
+       - mkfs.xfs now requires that sub-options are non-empty
+         strings; thanks to Chris Pearson for reporting.
+       - Better handling of short reads in libxfs.
+       - xfs_quota now prints "N/A" rather than a large number for
+         the quota file inode number for disabled quota types.
+       - Bogus (unrelated) mount point entries no longer cause
+         xfs_growfs, xfs_quota, and xfs_io to quit early.
+       - xfs_repair no longer fails when the sector size of an
+         underlying device is larger than the sector size in a
+         hosted filesystem image.
+       - Various other internal improvements, including refactoring
+         and eliminating more build warnings.
+
 xfsprogs-3.1.5 (30 March 2011)
        - Polish translation update, thanks to Jakub Bogusz
        - xfs_repair now warns if running in low memory mode