public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* xfsdump: update version numbers and changelog
@ 2013-03-19 21:06 Ben Myers
  2013-03-19 21:10 ` Ben Myers
  2013-03-19 21:19 ` [PATCH v2] " Ben Myers
  0 siblings, 2 replies; 3+ messages in thread
From: Ben Myers @ 2013-03-19 21:06 UTC (permalink / raw)
  To: xfs

Update version numbers and changelog.

Signed-off-by: Ben Myers <bpm@sgi.com>

---

Hi Folks,

I have placed a pre-release tarball here:

ftp://oss.sgi.com/projects/xfs/cmd_tars/pre-release/xfsdump-pre-3.1.3-2.tar.gz

Please take a peek and pipe up if you have issues.  Hopefully we can make it
official later this week.

Thanks,
	Ben

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

Index: b/VERSION
===================================================================
--- a/VERSION	2013-02-14 10:54:46.231976798 -0600
+++ b/VERSION	2013-03-19 14:19:12.252027318 -0500
@@ -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	2013-02-14 10:54:46.241946565 -0600
+++ b/configure.ac	2013-03-19 14:19:12.282005653 -0500
@@ -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	2013-03-19 14:19:25.481380914 -0500
+++ b/debian/changelog	2013-03-19 14:21:23.251380965 -0500
@@ -1,3 +1,9 @@
+xfsdump (3.1.3) unstable; urgency=low
+
+  * New updatream 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	2013-02-14 10:54:46.251945754 -0600
+++ b/doc/CHANGES	2013-03-19 14:19:12.341381012 -0500
@@ -1,3 +1,11 @@
+xfsdump-3.1.3 (1 February 2013)
+	- Fix a segfault in xfsrestore when a path name is too long,
+	  thanks to Nigel Tamplin.
+	- Fix a backward compatability 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.
+
 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] 3+ messages in thread

* Re: xfsdump: update version numbers and changelog
  2013-03-19 21:06 xfsdump: update version numbers and changelog Ben Myers
@ 2013-03-19 21:10 ` Ben Myers
  2013-03-19 21:19 ` [PATCH v2] " Ben Myers
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Myers @ 2013-03-19 21:10 UTC (permalink / raw)
  To: xfs, Nathan Scott

Hi Nathan,

On Tue, Mar 19, 2013 at 04:06:19PM -0500, Ben Myers wrote:
> Update version numbers and changelog.

I'm sorry I didn't cc you on the first email.  Your name is in here so I should
have.  D'oh.

Regards,
	Ben

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

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

* [PATCH v2] xfsdump: update version numbers and changelog
  2013-03-19 21:06 xfsdump: update version numbers and changelog Ben Myers
  2013-03-19 21:10 ` Ben Myers
@ 2013-03-19 21:19 ` Ben Myers
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Myers @ 2013-03-19 21:19 UTC (permalink / raw)
  To: xfs, Nathan Scott

Update version numbers and changelog.

Signed-off-by: Ben Myers <bpm@sgi.com>

---

v2: fix spelling errors reported by Nathan.  my goodness!

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

Index: b/VERSION
===================================================================
--- a/VERSION	2013-03-19 16:13:27.111340607 -0500
+++ b/VERSION	2013-03-19 16:13:29.601946961 -0500
@@ -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	2013-03-19 16:13:27.111340607 -0500
+++ b/configure.ac	2013-03-19 16:13:29.621985659 -0500
@@ -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	2013-03-19 16:13:27.111340607 -0500
+++ b/debian/changelog	2013-03-19 16:13:48.731360668 -0500
@@ -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	2013-03-19 16:13:27.111340607 -0500
+++ b/doc/CHANGES	2013-03-19 16:15:04.501497321 -0500
@@ -1,3 +1,11 @@
+xfsdump-3.1.3 (1 February 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.
+
 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] 3+ messages in thread

end of thread, other threads:[~2013-03-19 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 21:06 xfsdump: update version numbers and changelog Ben Myers
2013-03-19 21:10 ` Ben Myers
2013-03-19 21:19 ` [PATCH v2] " Ben Myers

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