xfsdump: Release v3.1.6

Update all the relevant files for a v3.1.6 release.

Signed-off-by: Dave Chinner <david@fromorbit.com>
diff --git a/VERSION b/VERSION
index 0c77245..913ca81 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=5
+PKG_REVISION=6
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 8a953db..7bb6f1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsdump], [3.1.5])
+AC_INIT([xfsdump], [3.1.6])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index ba6e505..cf7d600 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsdump (3.1.6) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Tue, 10 Nov 2015 16:16:03 +1100
+
 xfsdump (3.1.5) unstable; urgency=low
 
   * New upstream release (closes: #799201)
diff --git a/doc/CHANGES b/doc/CHANGES
index d00f70c..0de2fe1 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,8 @@
+xfsdump-3.1.6 (14 Oct 2015)
+	- fix build issues against xfsprogs 4.2.0 headers
+	- clean up worst of libhandle API abuse
+	- remove all unnecessary build dependencies on xfsprogs headers
+
 xfsdump-3.1.5 (14 Oct 2015)
 	- __psint_t no longer available (Nathan Scott)
 	- restore: fix 2GB directory dump limitation (Rich Johnston)