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@xxxxxxx>
---
debian/changelog | 4 ++++
doc/CHANGES | 15 +++++++++++++++
2 files changed, 19 insertions(+)
Index: b/debian/changelog
===================================================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,7 @@
+xfsprogs (3.1.5) unstable; urgency=low
+ * New upstream release
+ * No more xfsquota error message for non-quota mounts (closes:
#618730)
+
xfsprogs (3.1.4) unstable; urgency=low
* New upstream release (32 projid resolution, fsr uses /proc/mounts)
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,18 @@
+xfsprogs-3.1.5 (11 March 2011)
+ - Polish translation update, provided by 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. Provided by Josef Bacik
+ - A number of other bug fixes provided by 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.
|