aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2017-08-18 18:00:23 -0500
committerEric Sandeen <sandeen@redhat.com>2017-08-18 18:00:23 -0500
commit9fdb6dfa5fdefc195b649ab9ae1895d02c3ae406 (patch)
tree9d47a2a9958eb3cc3e774a0ab19064ae3d713f5f
parentacd0dda671871389091773c244419a0e6d83916c (diff)
downloadxfsdump-dev-9fdb6dfa5fdefc195b649ab9ae1895d02c3ae406.tar.gz
xfsdump: Release v3.1.7v3.1.7
Update all the necessary files for a 3.1.7 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES4
4 files changed, 12 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 79a4ff31..7702c542 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=7-rc1
+PKG_REVISION=7
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index cca44c2b..9b703aae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsdump], [3.1.7-rc1])
+AC_INIT([xfsdump], [3.1.7])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index cf7d6009..7829d84d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.1.7) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 18 Aug 2017 17:49:02 -0500
+
xfsdump (3.1.6) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index 1a68cc57..9a3c25b8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,7 +1,11 @@
+xfsdump-3.1.7 (18 Aug 2017)
+ - No further changes
+
xfsdump-3.1.7-rc1 (13 Jul 2017)
- Fix race condition in multi-stream dump (Eryu Guan)
- Fix memory leak (Paulo Alcantara)
- Fix 32-bit build with newer xfsprogs (Eric Sandeen)
+ - Fix bind mount targets for xfsdump (Eric Sandeen)
xfsdump-3.1.6 (14 Oct 2015)
- fix build issues against xfsprogs 4.2.0 headers