public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsdump: update CHANGES file for release
@ 2011-03-30 20:22 Alex Elder
  2011-03-30 21:40 ` nathans
  2011-03-30 21:45 ` Bill Kendall
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Elder @ 2011-03-30 20:22 UTC (permalink / raw)
  To: xfs; +Cc: nathans

Update the CHANGES file in preparation for releasing xfsdump 3.0.5.

Signed-off-by: Alex Elder <aelder@sgi.com>

---
 debian/changelog |    6 ++++++
 doc/CHANGES      |   27 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

Index: b/debian/changelog
===================================================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.0.5) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 31 Mar 2011 07:30:00 +1100
+
 xfsdump (3.0.4) unstable; urgency=low
 
   * New bugfix release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,30 @@
+xfsdump-3.0.5 (30 March 2011)
+	- Release tags will now be digitally signed
+	- Quota files will now be dumped, regardless of the maxsize
+	  setting
+	- The new "-s sessid" flag allows inventory sessions to be
+	  pruned by their session ID.
+	- Fixed a bug in handling long dump filenames, and dropped
+	  (undocumented) support for encoding certain parameters
+	  within the dump filename
+	- NODECHK is now off by default, meaning xfsrestore will now
+	  support 16 times more directory entries (4 billion)
+	- nrh_t is now 64 bits wide, allowing xfsrestore to support
+	  dumps with up to 4 billion directory entries
+	- nix_t is no longer useful, and has been eliminated
+	- Memory use in xfsrestore is better managed now.  Segments
+	  of nodes are now power-of-2 sized, and allocated nodes are
+	  no longer needlessly zeroed and linked into the free list.
+	- Pathname resolution in xfsrestore has a number of
+	  performance improvements
+	- Better checking has been implemented for compatibility
+	  when resuming a cumulative restore
+	- Build system output has been cleaned up considerably
+	- Dead "namreg" code has been removed
+	- Build dependencies are now determined automatically
+	- Other miscellaneous build system improvements, as well bug
+	  fixes thanks to Mike Frysinger and Arkadiusz Miśkiewicz.
+
 xfsdump-3.0.4 (13 January 2010)
 	- Improve xfsinvutil man page and argument processing.
 	- Fix timestamp handling on 64-bit architectures in xfsinvutil.


_______________________________________________
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] xfsdump: update CHANGES file for release
  2011-03-30 20:22 [PATCH] xfsdump: update CHANGES file for release Alex Elder
@ 2011-03-30 21:40 ` nathans
  2011-03-30 21:45 ` Bill Kendall
  1 sibling, 0 replies; 3+ messages in thread
From: nathans @ 2011-03-30 21:40 UTC (permalink / raw)
  To: aelder; +Cc: xfs



----- Original Message -----
> Update the CHANGES file in preparation for releasing xfsdump 3.0.5.
> 
> Signed-off-by: Alex Elder <aelder@sgi.com>
> 

Looks good to me, thanks!

--
Nathan

_______________________________________________
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] xfsdump: update CHANGES file for release
  2011-03-30 20:22 [PATCH] xfsdump: update CHANGES file for release Alex Elder
  2011-03-30 21:40 ` nathans
@ 2011-03-30 21:45 ` Bill Kendall
  1 sibling, 0 replies; 3+ messages in thread
From: Bill Kendall @ 2011-03-30 21:45 UTC (permalink / raw)
  To: aelder; +Cc: xfs

On 03/30/2011 03:22 PM, Alex Elder wrote:
> Update the CHANGES file in preparation for releasing xfsdump 3.0.5.
>
> Signed-off-by: Alex Elder<aelder@sgi.com>

Looks good.

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

>
> ---
>   debian/changelog |    6 ++++++
>   doc/CHANGES      |   27 +++++++++++++++++++++++++++
>   2 files changed, 33 insertions(+)
>
> Index: b/debian/changelog
> ===================================================================
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,9 @@
> +xfsdump (3.0.5) unstable; urgency=low
> +
> +  * New upstream release
> +
> + -- Nathan Scott<nathans@debian.org>   Wed, 31 Mar 2011 07:30:00 +1100
> +
>   xfsdump (3.0.4) unstable; urgency=low
>
>     * New bugfix release
> Index: b/doc/CHANGES
> ===================================================================
> --- a/doc/CHANGES
> +++ b/doc/CHANGES
> @@ -1,3 +1,30 @@
> +xfsdump-3.0.5 (30 March 2011)
> +	- Release tags will now be digitally signed
> +	- Quota files will now be dumped, regardless of the maxsize
> +	  setting
> +	- The new "-s sessid" flag allows inventory sessions to be
> +	  pruned by their session ID.
> +	- Fixed a bug in handling long dump filenames, and dropped
> +	  (undocumented) support for encoding certain parameters
> +	  within the dump filename
> +	- NODECHK is now off by default, meaning xfsrestore will now
> +	  support 16 times more directory entries (4 billion)
> +	- nrh_t is now 64 bits wide, allowing xfsrestore to support
> +	  dumps with up to 4 billion directory entries
> +	- nix_t is no longer useful, and has been eliminated
> +	- Memory use in xfsrestore is better managed now.  Segments
> +	  of nodes are now power-of-2 sized, and allocated nodes are
> +	  no longer needlessly zeroed and linked into the free list.
> +	- Pathname resolution in xfsrestore has a number of
> +	  performance improvements
> +	- Better checking has been implemented for compatibility
> +	  when resuming a cumulative restore
> +	- Build system output has been cleaned up considerably
> +	- Dead "namreg" code has been removed
> +	- Build dependencies are now determined automatically
> +	- Other miscellaneous build system improvements, as well bug
> +	  fixes thanks to Mike Frysinger and Arkadiusz Miśkiewicz.
> +
>   xfsdump-3.0.4 (13 January 2010)
>   	- Improve xfsinvutil man page and argument processing.
>   	- Fix timestamp handling on 64-bit architectures in xfsinvutil.
>

_______________________________________________
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-03-30 21:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 20:22 [PATCH] xfsdump: update CHANGES file for release Alex Elder
2011-03-30 21:40 ` nathans
2011-03-30 21:45 ` Bill Kendall

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