public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsdump: update summaries in preparation for release 3.0.6
@ 2011-10-05 22:10 Alex Elder
  2011-10-05 22:34 ` Bill Kendall
  2011-10-10 16:34 ` Christoph Hellwig
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Elder @ 2011-10-05 22:10 UTC (permalink / raw)
  To: xfs

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

Signed-off-by: Alex Elder <alder@sgi.com>
---
 debian/changelog |    6 ++++++
 doc/CHANGES      |   26 ++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

Index: b/debian/changelog
===================================================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.0.6) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Wed,  5 Oct 2011 16:46:01 +1100
+
 xfsdump (3.0.5) unstable; urgency=low
 
   * New upstream release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,29 @@
+xfsdump-3.0.6 (5 October 2011)
+	- Checksums available in various dump headers have now been
+	  enabled--unconditionally.  Previous Linux versions never
+	  appeared to have generated these.  A bug in generating the
+	  checksum for extended attributes was fixed, and the
+	  presence of this fix is now recorded with a different flag
+	  bit in the attribute header.
+	- Signal handling has been reworked to use a common signal
+	  handler and the POSIX signal API.  It has also been
+	  restructured a bit to be more amenable to a future
+	  conversion to using pthread model.
+	- A number of other changes have been implemented in
+	  preparation for support for multi-threaded dump and
+	  restore.
+	- Exit status for an individual restore stream is now
+	  properly reported to its parent process.
+	- Some areas of code have been refactored and cleaned up
+	  considerably.  Some dead code (always #ifdef'd) code has
+	  been eliminated.  Some other conditionally compiled
+	  code--always included--has been changed to be built
+	  unconditionally.
+	- Some dialogs, which were previously restricted to at most
+	  8 options, are now able to present up to 99.
+	- Ted Ts'o provided some improvements in support of building
+	  in a "hermetic" environment.
+
 xfsdump-3.0.5 (30 March 2011)
 	- Release tags will now be digitally signed
 	- Quota files will now be dumped, regardless of the maxsize

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

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

* Re: [PATCH] xfsdump: update summaries in preparation for release 3.0.6
  2011-10-05 22:10 [PATCH] xfsdump: update summaries in preparation for release 3.0.6 Alex Elder
@ 2011-10-05 22:34 ` Bill Kendall
  2011-10-10 16:34 ` Christoph Hellwig
  1 sibling, 0 replies; 4+ messages in thread
From: Bill Kendall @ 2011-10-05 22:34 UTC (permalink / raw)
  To: Alex Elder; +Cc: xfs

On 10/05/2011 05:10 PM, Alex Elder wrote:
> The following is a draft of summaries to be included in the next
> release of xfsdump.
>
> Signed-off-by: Alex Elder<alder@sgi.com>

Looks like this covers everything. Just one minor correction below.

Reviewed-by: Bill Kendall <wkendall@sgi.com>

> Index: b/doc/CHANGES
> ===================================================================
> --- a/doc/CHANGES
> +++ b/doc/CHANGES
> @@ -1,3 +1,29 @@

...

> +	- Some dialogs, which were previously restricted to at most
> +	  8 options, are now able to present up to 99.

Actually there's no realistic limit anymore (whatever fits in
a size_t).

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

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

* Re: [PATCH] xfsdump: update summaries in preparation for release 3.0.6
  2011-10-05 22:10 [PATCH] xfsdump: update summaries in preparation for release 3.0.6 Alex Elder
  2011-10-05 22:34 ` Bill Kendall
@ 2011-10-10 16:34 ` Christoph Hellwig
  2011-10-13 10:43   ` Alex Elder
  1 sibling, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2011-10-10 16:34 UTC (permalink / raw)
  To: Alex Elder; +Cc: xfs

On Wed, Oct 05, 2011 at 05:10:33PM -0500, Alex Elder wrote:
> The following is a draft of summaries to be included in the next
> release of xfsdump.

The content looks good, but it's fairly different and much more verbose
style than we traditionally did, which also generally focussed on user
visible changes.

This is how I would have written the log in the "old" style:

xfsdump-3.0.6 (5 October 2011)
	- unconditionally add checksums to various dump headers in
	  xfsdump.
	- verify checksums if present in xfsrestore.
	- use the POSIX signal API instead of the legacy SysV API.
	- various internal cleanups and refactoring in xfsdump and
	  xfsrestore.
	- lift the limit of options in dialogs from 8 to 99.
	- various build system fixes, thanks to Ted Ts'o.

same applies to the other logs.

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

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

* Re: [PATCH] xfsdump: update summaries in preparation for release 3.0.6
  2011-10-10 16:34 ` Christoph Hellwig
@ 2011-10-13 10:43   ` Alex Elder
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Elder @ 2011-10-13 10:43 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: xfs

On Mon, 2011-10-10 at 12:34 -0400, Christoph Hellwig wrote:
> On Wed, Oct 05, 2011 at 05:10:33PM -0500, Alex Elder wrote:
> > The following is a draft of summaries to be included in the next
> > release of xfsdump.
> 
> The content looks good, but it's fairly different and much more verbose
> style than we traditionally did, which also generally focussed on user
> visible changes.

This is pretty reasonable feedback and I guess not a
surprise to me.  I was sort of throwing these together
at the end of a long day and didn't really distill them
down before sending them out.

I'll take another pass at all of them and will re-post.
Thanks.

					-Alex

> This is how I would have written the log in the "old" style:
> 
> xfsdump-3.0.6 (5 October 2011)
> 	- unconditionally add checksums to various dump headers in
> 	  xfsdump.
> 	- verify checksums if present in xfsrestore.
> 	- use the POSIX signal API instead of the legacy SysV API.
> 	- various internal cleanups and refactoring in xfsdump and
> 	  xfsrestore.
> 	- lift the limit of options in dialogs from 8 to 99.
> 	- various build system fixes, thanks to Ted Ts'o.
> 
> same applies to the other logs.



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

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

end of thread, other threads:[~2011-10-13 10:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 22:10 [PATCH] xfsdump: update summaries in preparation for release 3.0.6 Alex Elder
2011-10-05 22:34 ` Bill Kendall
2011-10-10 16:34 ` Christoph Hellwig
2011-10-13 10:43   ` Alex Elder

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