public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 1/1] xfsdump: update summaries in preparation for release
  2012-03-19 20:42 [patch 0/1] xfsdump: update summaries for 3.0.7 release bpm
@ 2012-03-19 20:42 ` bpm
  2012-03-19 22:31   ` Christoph Hellwig
  0 siblings, 1 reply; 7+ messages in thread
From: bpm @ 2012-03-19 20:42 UTC (permalink / raw)
  To: xfs; +Cc: Christoph Hellwig, Nathan Scott

[-- Attachment #1: update-summaries-xfsdump --]
[-- Type: text/plain, Size: 1365 bytes --]

Signed-off-by: Ben Myers <bpm@sgi.com>
Index: xfsdump-dev/debian/changelog
===================================================================
--- xfsdump-dev.orig/debian/changelog
+++ xfsdump-dev/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.0.7) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 19 Mar 2012 15:07:12 +1100
+
 xfsdump (3.0.6) unstable; urgency=low
 
   * New upstream release
Index: xfsdump-dev/doc/CHANGES
===================================================================
--- xfsdump-dev.orig/doc/CHANGES
+++ xfsdump-dev/doc/CHANGES
@@ -1,3 +1,10 @@
+xfsdump-3.0.7 (19 March 2012)
+	- Fix metadata restore on split files.
+	- Add a -D option to skip a recursive scan of the filesystem
+	  when dumping.
+	- Fix a 1 byte overflow with empty lists, thanks to Mike Frysinger
+	- Enable multi-stream support on Linux using pthreads.
+
 xfsdump-3.0.6 (14 October 2011)
 	- Unconditionally add checksums to various dump headers in
 	  xfsdump.
Index: xfsdump-dev/VERSION
===================================================================
--- xfsdump-dev.orig/VERSION
+++ xfsdump-dev/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=0
-PKG_REVISION=6
+PKG_REVISION=7
 PKG_BUILD=1

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

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

* Re: [patch 1/1] xfsdump: update summaries in preparation for release
  2012-03-19 20:42 ` [patch 1/1] xfsdump: update summaries in preparation for release bpm
@ 2012-03-19 22:31   ` Christoph Hellwig
  2012-03-20 18:18     ` Ben Myers
  0 siblings, 1 reply; 7+ messages in thread
From: Christoph Hellwig @ 2012-03-19 22:31 UTC (permalink / raw)
  To: bpm; +Cc: Christoph Hellwig, Nathan Scott, xfs

Looks good, but I'd bump the version to 3.1.1, mostly due to the
multistream support that requires pthreads now.


Reviewed-by: Christoph Hellwig <hch@lst.de>

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

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

* Re: [patch 1/1] xfsdump: update summaries in preparation for release
  2012-03-19 22:31   ` Christoph Hellwig
@ 2012-03-20 18:18     ` Ben Myers
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Myers @ 2012-03-20 18:18 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Nathan Scott, xfs

On Mon, Mar 19, 2012 at 06:31:11PM -0400, Christoph Hellwig wrote:
> Looks good, but I'd bump the version to 3.1.1, mostly due to the
> multistream support that requires pthreads now.

Ok, that seems reasonable.  3.1.1 it is.

-Ben

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

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

* [patch 0/1] xfsdump: update summaries for 3.1.0 release
@ 2012-03-20 20:43 bpm
  2012-03-20 20:43 ` [patch 1/1] xfsdump: update summaries in preparation for release bpm
  0 siblings, 1 reply; 7+ messages in thread
From: bpm @ 2012-03-20 20:43 UTC (permalink / raw)
  To: xfs; +Cc: Christoph Hellwig, Nathan Scott, bpm

Hi,

	Here is an updated draft of the summaries for the upcoming xfsdump
	release.  Christoph suggested releasing to version 3.1.0... and I think
	that this seems reasonable given the multithreaded dump/restore feature
	from Bill.  I also added summaries for a few items I missed last time.

	Please take a look.

Thanks,
	Ben

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

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

* [patch 1/1] xfsdump: update summaries in preparation for release
  2012-03-20 20:43 [patch 0/1] xfsdump: update summaries for 3.1.0 release bpm
@ 2012-03-20 20:43 ` bpm
  2012-03-21 18:02   ` Christoph Hellwig
  2012-03-21 18:57   ` Nathan Scott
  0 siblings, 2 replies; 7+ messages in thread
From: bpm @ 2012-03-20 20:43 UTC (permalink / raw)
  To: xfs; +Cc: Christoph Hellwig, Nathan Scott, bpm

[-- Attachment #1: update-summaries-xfsdump-2 --]
[-- Type: text/plain, Size: 2127 bytes --]

Signed-off-by: Ben Myers <bpm@sgi.com>
---
 VERSION          |    4 ++--
 debian/changelog |    6 ++++++
 doc/CHANGES      |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 2 deletions(-)

Index: b/VERSION
===================================================================
--- a/VERSION	2012-03-20 15:05:19.306958556 -0500
+++ b/VERSION	2012-03-20 15:39:21.606353510 -0500
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=3
-PKG_MINOR=0
-PKG_REVISION=6
+PKG_MINOR=1
+PKG_REVISION=0
 PKG_BUILD=1
Index: b/debian/changelog
===================================================================
--- a/debian/changelog	2012-03-20 15:05:19.227119979 -0500
+++ b/debian/changelog	2012-03-20 15:39:52.546957236 -0500
@@ -1,3 +1,9 @@
+xfsdump (3.1.0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 19 Mar 2012 15:07:12 +1100
+
 xfsdump (3.0.6) unstable; urgency=low
 
   * New upstream release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES	2012-03-20 15:05:19.267069696 -0500
+++ b/doc/CHANGES	2012-03-20 15:38:58.486342973 -0500
@@ -1,3 +1,18 @@
+xfsdump-3.1.0 (20 March 2012)
+	- Fix metadata restore on split files.
+	- Add a -D option to skip a recursive scan of the filesystem
+	  when dumping.
+	- Fix a 1 byte overflow with empty lists, thanks to Mike Frysinger.
+	- Enable multi-stream support on Linux using pthreads.
+	- Fix handling of Ctrl-D in prompts.
+	- Obsolete SGI_XFSDUMP_SKIP_FILE extended attribute for excluding
+	  files from dump.
+	- Fix restoration of extended attributes on the root directory.
+	- Use the full 32-bit inode generation number instead of 12-bit
+	  generation number.  Bump the dump format version to 3.
+	- Do not create parent directories for orphaned files during
+	  list-only (-t option) restore.
+
 xfsdump-3.0.6 (14 October 2011)
 	- Unconditionally add checksums to various dump headers in
 	  xfsdump.

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

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

* Re: [patch 1/1] xfsdump: update summaries in preparation for release
  2012-03-20 20:43 ` [patch 1/1] xfsdump: update summaries in preparation for release bpm
@ 2012-03-21 18:02   ` Christoph Hellwig
  2012-03-21 18:57   ` Nathan Scott
  1 sibling, 0 replies; 7+ messages in thread
From: Christoph Hellwig @ 2012-03-21 18:02 UTC (permalink / raw)
  To: bpm; +Cc: Christoph Hellwig, Nathan Scott, xfs

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>

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

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

* Re: [patch 1/1] xfsdump: update summaries in preparation for release
  2012-03-20 20:43 ` [patch 1/1] xfsdump: update summaries in preparation for release bpm
  2012-03-21 18:02   ` Christoph Hellwig
@ 2012-03-21 18:57   ` Nathan Scott
  1 sibling, 0 replies; 7+ messages in thread
From: Nathan Scott @ 2012-03-21 18:57 UTC (permalink / raw)
  To: bpm; +Cc: Christoph Hellwig, xfs


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

On 21 March 2012 07:43, <bpm@sgi.com> wrote:

> Signed-off-by: Ben Myers <bpm@sgi.com>
> ---
>  VERSION          |    4 ++--
>  debian/changelog |    6 ++++++
>  doc/CHANGES      |   15 +++++++++++++++
>  3 files changed, 23 insertions(+), 2 deletions(-)
> ...


Looks good to me, thanks.

Reviewed-by: Nathan Scott <nathans@debian.org>

--
Nathan

[-- Attachment #1.2: Type: text/html, Size: 738 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] 7+ messages in thread

end of thread, other threads:[~2012-03-21 18:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 20:43 [patch 0/1] xfsdump: update summaries for 3.1.0 release bpm
2012-03-20 20:43 ` [patch 1/1] xfsdump: update summaries in preparation for release bpm
2012-03-21 18:02   ` Christoph Hellwig
2012-03-21 18:57   ` Nathan Scott
  -- strict thread matches above, loose matches on Subject: below --
2012-03-19 20:42 [patch 0/1] xfsdump: update summaries for 3.0.7 release bpm
2012-03-19 20:42 ` [patch 1/1] xfsdump: update summaries in preparation for release bpm
2012-03-19 22:31   ` Christoph Hellwig
2012-03-20 18:18     ` Ben Myers

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