]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: update CHANGES file for release
authorAlex Elder <aelder@sgi.com>
Wed, 30 Mar 2011 19:37:00 +0000 (19:37 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 30 Mar 2011 22:30:45 +0000 (17:30 -0500)
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 <aelder@sgi.com>
Reviewed-by: Nathan Scott <nathans@debian.org>
debian/changelog
doc/CHANGES

index 1ce0b7e11d4765d89b5e284ce80ac7a5c9c98c6c..3dd92c0e32291aafe68ead5b5c8b9e6d70ddd32a 100644 (file)
@@ -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 <nathans@debian.org>  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)
index fc42eba5d62f9198b963e79b0393df944a7b7cf0..6ce3749cab1177c448ddd6742cdeb413ddd304f4 100644 (file)
@@ -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.