aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Johnston <rjohnston@sgi.com>2013-05-08 12:46:07 -0500
committerRich Johnston <rjohnston@sgi.com>2013-05-08 12:46:07 -0500
commita55108557d5a3783c70df9e654797faadcf75dfa (patch)
treebca867e267f946746f50cdf02abae4b1f09b6764
parent71f940f36b24c4f3e080488080d0372adfcd718c (diff)
downloadxfsdump-dev-a55108557d5a3783c70df9e654797faadcf75dfa.tar.gz
xfsdump: Update version numbers and changelog.
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES11
4 files changed, 19 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 40f0361e..58a77e24 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=2
+PKG_REVISION=3
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index eecbed49..59f9564d 100644
--- 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])
diff --git a/debian/changelog b/debian/changelog
index 7d08af42..69b8fb7c 100644
--- 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> Wed, 08 May 2013 11:53:54 -0500
+
xfsdump (3.1.1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index 1a70c7eb..0aa753fd 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,14 @@
+xfsdump-3.1.3 (08 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.