public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* xfsdump: Release 3.1.3
@ 2013-05-01 19:52 rjohnston
  2013-05-01 22:47 ` Nathan Scott
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rjohnston @ 2013-05-01 19:52 UTC (permalink / raw)
  To: xfs; +Cc: nathans

[-- Attachment #1: v3-xfsdump-update-version-numbers-and-changelog.patch --]
[-- Type: text/plain, Size: 2090 bytes --]

Update version numbers and changelog.

Signed-off-by: Rich Johnston <rjohnston@sgi.com>

---
v3: Updated doc/CHANGES since v2
v2: fix spelling errors reported by Nathan.  my goodness!

 VERSION          |    2 +-
 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 doc/CHANGES      |   11 +++++++++++
 4 files changed, 19 insertions(+), 2 deletions(-)

Index: b/VERSION
===================================================================
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=2
+PKG_REVISION=3
 PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsdump], [3.1.2])
+AC_INIT([xfsdump], [3.1.3])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
Index: b/debian/changelog
===================================================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.1.3) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 19 Mar 2013 14:20:01 +1100
+
 xfsdump (3.1.1) unstable; urgency=low
 
   * New upstream release
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,14 @@
+xfsdump-3.1.3 (1 May 2013)
+	- Fix a segfault in xfsrestore when a path name is too long,
+	  thanks to Nigel Tamplin.
+	- Fix a backward compatibility problem.  Dumps created with
+	  version 3.1.2 where extended attributes are in use failed
+	  to restore with v3.1.0 due to file header checksum errors.
+	  Thanks to Fugazzi for reporting.
+	- Refactored release scripts to conform to using git archive.
+	- Changed the build process so that 'make deb' uses the same
+	  process of creating a source tree as the release script.
+
 xfsdump-3.1.2 (13 December 2012)
 	- Update release script to create a source tarball.
 


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

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

* Re: xfsdump: Release 3.1.3
  2013-05-01 19:52 xfsdump: Release 3.1.3 rjohnston
@ 2013-05-01 22:47 ` Nathan Scott
  2013-05-08 13:02 ` Rich Johnston
  2013-05-08 14:43 ` Eric Sandeen
  2 siblings, 0 replies; 4+ messages in thread
From: Nathan Scott @ 2013-05-01 22:47 UTC (permalink / raw)
  To: rjohnston; +Cc: xfs

Hi Rich,

----- Original Message -----
> Update version numbers and changelog.
> 
> + -- Nathan Scott <nathans@debian.org>  Tue, 19 Mar 2013 14:20:01 +1100

Not sure if the release script updates the date here - if not, output
from "date -R" would be appropriate.

No need to CC me btw, I'm on the list.

thanks.

--
Nathan

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

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

* Re: xfsdump: Release 3.1.3
  2013-05-01 19:52 xfsdump: Release 3.1.3 rjohnston
  2013-05-01 22:47 ` Nathan Scott
@ 2013-05-08 13:02 ` Rich Johnston
  2013-05-08 14:43 ` Eric Sandeen
  2 siblings, 0 replies; 4+ messages in thread
From: Rich Johnston @ 2013-05-08 13:02 UTC (permalink / raw)
  To: Rich Johnston; +Cc: xfs

Hi Folks,

I would like to commit this patch today.  Will someone please review this!

I will update the dates for debian/changelog and doc/CHANGES.

Thanks
--Rich

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

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

* Re: xfsdump: Release 3.1.3
  2013-05-01 19:52 xfsdump: Release 3.1.3 rjohnston
  2013-05-01 22:47 ` Nathan Scott
  2013-05-08 13:02 ` Rich Johnston
@ 2013-05-08 14:43 ` Eric Sandeen
  2 siblings, 0 replies; 4+ messages in thread
From: Eric Sandeen @ 2013-05-08 14:43 UTC (permalink / raw)
  To: rjohnston; +Cc: xfs

On 5/1/13 2:52 PM, rjohnston@sgi.com wrote:
> Update version numbers and changelog.
> 
> Signed-off-by: Rich Johnston <rjohnston@sgi.com>

Fine by me.  TBH internal sgi review would be fine too
on release process stuff like this, the deadline for feedback
has passed, so, with proper date/time updates,

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> ---
> v3: Updated doc/CHANGES since v2
> v2: fix spelling errors reported by Nathan.  my goodness!
> 
>  VERSION          |    2 +-
>  configure.ac     |    2 +-
>  debian/changelog |    6 ++++++
>  doc/CHANGES      |   11 +++++++++++
>  4 files changed, 19 insertions(+), 2 deletions(-)
> 
> Index: b/VERSION
> ===================================================================
> --- a/VERSION
> +++ b/VERSION
> @@ -3,5 +3,5 @@
>  #
>  PKG_MAJOR=3
>  PKG_MINOR=1
> -PKG_REVISION=2
> +PKG_REVISION=3
>  PKG_BUILD=1
> Index: b/configure.ac
> ===================================================================
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,4 +1,4 @@
> -AC_INIT([xfsdump], [3.1.2])
> +AC_INIT([xfsdump], [3.1.3])
>  AC_PREREQ(2.50)
>  AC_CONFIG_AUX_DIR([.])
>  AC_CONFIG_MACRO_DIR([m4])
> Index: b/debian/changelog
> ===================================================================
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,9 @@
> +xfsdump (3.1.3) unstable; urgency=low
> +
> +  * New upstream release
> +
> + -- Nathan Scott <nathans@debian.org>  Tue, 19 Mar 2013 14:20:01 +1100
> +
>  xfsdump (3.1.1) unstable; urgency=low
>  
>    * New upstream release
> Index: b/doc/CHANGES
> ===================================================================
> --- a/doc/CHANGES
> +++ b/doc/CHANGES
> @@ -1,3 +1,14 @@
> +xfsdump-3.1.3 (1 May 2013)
> +	- Fix a segfault in xfsrestore when a path name is too long,
> +	  thanks to Nigel Tamplin.
> +	- Fix a backward compatibility problem.  Dumps created with
> +	  version 3.1.2 where extended attributes are in use failed
> +	  to restore with v3.1.0 due to file header checksum errors.
> +	  Thanks to Fugazzi for reporting.
> +	- Refactored release scripts to conform to using git archive.
> +	- Changed the build process so that 'make deb' uses the same
> +	  process of creating a source tree as the release script.
> +
>  xfsdump-3.1.2 (13 December 2012)
>  	- Update release script to create a source tarball.
>  
> 
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
> 

_______________________________________________
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:[~2013-05-08 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01 19:52 xfsdump: Release 3.1.3 rjohnston
2013-05-01 22:47 ` Nathan Scott
2013-05-08 13:02 ` Rich Johnston
2013-05-08 14:43 ` Eric Sandeen

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