public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: update summaries in preparation for release 3.1.6
@ 2011-10-05 21:44 Alex Elder
  2011-10-05 22:22 ` Nathan Scott
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Elder @ 2011-10-05 21:44 UTC (permalink / raw)
  To: xfs; +Cc: nathans

The following is a draft of summaries to be included in the next
release of xfsprogs.

Signed-off-by: Alex Elder <alder@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@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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfsprogs: update summaries in preparation for release 3.1.6
  2011-10-05 21:44 [PATCH] xfsprogs: update summaries in preparation for release 3.1.6 Alex Elder
@ 2011-10-05 22:22 ` Nathan Scott
  2011-10-05 22:24   ` Alex Elder
  0 siblings, 1 reply; 3+ messages in thread
From: Nathan Scott @ 2011-10-05 22:22 UTC (permalink / raw)
  To: Alex Elder; +Cc: xfs


[-- Attachment #1.1: Type: text/plain, Size: 357 bytes --]

On 6 October 2011 08:44, Alex Elder <aelder@sgi.com> wrote:

> The following is a draft of summaries to be included in the next
> release of xfsprogs.
>
...

> + -- Nathan Scott <nathans@debian.org>  Wed, 31 Mar 2011 09:00:00 +1100
>

Looks good to me - although would be good to update that date string (with
"date -R" output) I guess.

cheers.

--
Nathan

[-- Attachment #1.2: Type: text/html, Size: 847 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfsprogs: update summaries in preparation for release 3.1.6
  2011-10-05 22:22 ` Nathan Scott
@ 2011-10-05 22:24   ` Alex Elder
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Elder @ 2011-10-05 22:24 UTC (permalink / raw)
  To: Nathan Scott; +Cc: xfs

On Thu, 2011-10-06 at 09:22 +1100, Nathan Scott wrote:
> On 6 October 2011 08:44, Alex Elder <aelder@sgi.com> wrote:
> 
> > The following is a draft of summaries to be included in the next
> > release of xfsprogs.
> >
> ...
> 
> > + -- Nathan Scott <nathans@debian.org>  Wed, 31 Mar 2011 09:00:00 +1100
> >
> 
> Looks good to me - although would be good to update that date string (with
> "date -R" output) I guess.
> 
> cheers.
> 
> --
> Nathan

I noticed that and fixed it in the xfsdump one I sent...  Thanks.  -Alex

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-05 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 21:44 [PATCH] xfsprogs: update summaries in preparation for release 3.1.6 Alex Elder
2011-10-05 22:22 ` Nathan Scott
2011-10-05 22:24   ` Alex Elder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox