aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2015-11-10 16:18:32 +1100
committerDave Chinner <david@fromorbit.com>2015-11-10 16:18:32 +1100
commitf2a518ac4d4d5c904d50b8cf89a6e709721a7e4f (patch)
tree47e16cf8d54d810bbf8e82da914247c5f48993a0
parent65c91e1ccc3f9b3d1d358adc1341d5884d929e92 (diff)
downloadxfsdump-dev-f2a518ac4d4d5c904d50b8cf89a6e709721a7e4f.tar.gz
xfsdump: Release v3.1.6v3.1.6
Update all the relevant files for a v3.1.6 release. Signed-off-by: Dave Chinner <david@fromorbit.com>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES5
4 files changed, 13 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 0c772459..913ca813 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 8a953db0..7bb6f1d5 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 ba6e505c..cf7d6009 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 d00f70ce..0de2fe1e 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)