xfsdump: Release v3.1.7
Update all the necessary files for a 3.1.7 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
diff --git a/VERSION b/VERSION
index 79a4ff3..7702c54 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 cca44c2..9b703aa 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 cf7d600..7829d84 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 1a68cc5..9a3c25b 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