[PATCH] xfsprogs: update summaries in preparation for release 3.1.6
Alex Elder
aelder at sgi.com
Wed Oct 5 16:44:18 CDT 2011
The following is a draft of summaries to be included in the next
release of xfsprogs.
Signed-off-by: Alex Elder <alder at sgi.com>
---
debian/changelog | 7 +++++++
doc/CHANGES | 47 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Index: b/debian/changelog
===================================================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xfsprogs (3.1.6) unstable; urgency=low
+
+ * New upstream release
+ * Handle upcoming libreadline5-dev removal (closes: #553875)
+
+ -- Nathan Scott <nathans at debian.org> Wed, 31 Mar 2011 09:00:00 +1100
+
xfsprogs (3.1.5) unstable; urgency=low
* New upstream release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,50 @@
+xfsprogs-3.1.6 (5 Oct 2011)
+ - The biggest changes since last release are related to a
+ re-synch of the header and libxfs files with the kernel
+ code as of Linux 2.6.37. This included re-introducing the
+ radix tree code, which had been previously removed from
+ xfs_repair.
+ - A subtle btree update bug was fixed. The problem could
+ lead to a hang in phase 4 of xfs_repair. Thanks to Ajeet
+ Yadav.
+ - Subcommand names within various programs are no longer
+ translated/localized. Thanks to Arkadiusz Miśkiewicz.
+ - xfs_repair is now more careful about interpreting the
+ contents of directory entries, verifying that found AG
+ numbers are in range for the filesystem.
+ - Ted Ts'o provided some improvements in support of building
+ in a "hermetic" environment.
+ - The xfs_info(8)/xfs_growfs(8) man page has been updated to
+ include an example of xfs_info output, along with an
+ explanation. Thanks to Roman Ovchinnikov.
+ - xfs_quota now reports the proper project block counts for
+ the "df" command. It had previously reported values twice
+ what they should have been.
+ - mkfs.xfs now properly requires that sub-options are
+ non-empty strings. Thanks to Chris Pearson for reporting
+ - mkfs.xfs now avoids a previous overflow failure that
+ occurred when the underlying filesystem size was close to
+ the AG size limit.
+ - The xfs_repair internal logging routines have been
+ augmented with printf() format attributes. The many build
+ warnings that resulted have been addressed. Many other
+ build warnings in xfsprogs have also been eliminated as
+ well.
+ - libxfs_trans_read_buf is called with a NULL transaction
+ - In libxfs, libxfs_readbufr() now handles short reads
+ records error codes in a new b_error field in struct
+ xfs_buf.
+ - libxcmd no longer attempts to open "/dev/<devname>" if an
+ attempt to open "<devname>" fails.
+ - xfs_quota now prints "N/A" rather than a large number for
+ the inode number when dumping the state of quota files
+ when a particular type of quota is not enabled.
+*** (The next one is for a change currently out for review)
+ - libxcmd no longer causes a failure when encountering a
+ bogus mount table entry. This affects xfs_growfs, xfs_io,
+ and xfs_quota. The affected code has been refactored a
+ bit as well.
+
xfsprogs-3.1.5 (30 March 2011)
- Polish translation update, thanks to Jakub Bogusz
- xfs_repair now warns if running in low memory mode
More information about the xfs
mailing list