From: Alex Elder Date: Wed, 30 Mar 2011 19:37:00 +0000 (+0000) Subject: xfsprogs: update CHANGES file for release X-Git-Tag: v3.1.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3962a20bdbcbe37c4f86edc2b90059083b0dcc;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: update CHANGES file for release Update the CHANGES file, in preparation for releasing xfsprogs 3.1.5. Updated to modify debian/changelog, and to give appropriate credit to contributors. Signed-off-by: Alex Elder Reviewed-by: Nathan Scott --- diff --git a/debian/changelog b/debian/changelog index 1ce0b7e11..3dd92c0e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xfsprogs (3.1.5) unstable; urgency=low + + * New upstream release + * No more xfsquota error message for non-quota mounts (closes: #618730) + + -- Nathan Scott Wed, 31 Mar 2011 09:00:00 +1100 + xfsprogs (3.1.4) unstable; urgency=low * New upstream release (32 projid resolution, fsr uses /proc/mounts) diff --git a/doc/CHANGES b/doc/CHANGES index fc42eba5d..6ce3749ca 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,18 @@ +xfsprogs-3.1.5 (30 March 2011) + - Polish translation update, thanks to Jakub Bogusz + - xfs_repair now warns if running in low memory mode + - Phase 2 of xfs_repair is now multithreaded + - xfs_quota no longer attempts to get quota information if + not enabled + - Inode flags are now properly validated by xfs_repair + - Metadump now obfuscates all file names reliably + - xfs_io now supports the "fiemap" command, a more generic + form of the "bmap" command + - xfs_io now supports the "fpunch" command, as well as a + "-p" flag to the "fallocate command. Both implement hole + punching. Thanks to Josef Bacik + - A number of other bug fixes thanks to Ajeet Yadav + xfsprogs-3.1.4 (9 November 2010) - Add projid32bit handling to userspace, resolving type sizing issues when dealing with 32 bit project ids.