xfsdump: Release v3.1.9
Update all the necessary files for a 3.1.9 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
diff --git a/VERSION b/VERSION
index 6e8dcc2..b587cab 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=8
+PKG_REVISION=9
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 73dedd7..15cb2fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsdump], [3.1.8])
+AC_INIT([xfsdump], [3.1.9])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index 368e287..82cd76b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,26 +1,32 @@
+xfsdump (3.1.9) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 31 Jan 2020 11:30:58 -0600
+
xfsdump (3.1.8) unstable; urgency=low
* New upstream release
- -- Nathan Scott <nathans@debian.org> Thu, 21 Sep 2017 16:09:50 -0500
+ -- Nathan Scott <nathans@debian.org> Thu, 21 Sep 2017 16:09:50 -0500
xfsdump (3.1.7) unstable; urgency=low
* New upstream release
- -- Nathan Scott <nathans@debian.org> Fri, 18 Aug 2017 17:49:02 -0500
+ -- Nathan Scott <nathans@debian.org> Fri, 18 Aug 2017 17:49:02 -0500
xfsdump (3.1.6) unstable; urgency=low
* New upstream release
- -- Nathan Scott <nathans@debian.org> Tue, 10 Nov 2015 16:16:03 +1100
+ -- 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)
- -- Nathan Scott <nathans@debian.org> Wed, 14 Oct 2015 12:53:24 +1100
+ -- Nathan Scott <nathans@debian.org> Wed, 14 Oct 2015 12:53:24 +1100
xfsdump (3.1.4) unstable; urgency=low
@@ -28,13 +34,13 @@
* Add a watch file (closes: #748482)
* Update configure files during build (closes: #746531)
- -- Nathan Scott <nathans@debian.org> Wed, 16 Jul 2014 13:26:02 +1000
+ -- Nathan Scott <nathans@debian.org> Wed, 16 Jul 2014 13:26:02 +1000
xfsdump (3.1.3) unstable; urgency=low
* New upstream release
- -- Nathan Scott <nathans@debian.org> Wed, 08 May 2013 11:53:54 -0500
+ -- Nathan Scott <nathans@debian.org> Wed, 08 May 2013 11:53:54 -0500
xfsdump (3.1.1) unstable; urgency=low
diff --git a/doc/CHANGES b/doc/CHANGES
index 0c78223..caa9733 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,8 @@
+xfsdump-3.1.9 (31 Jan 2020)
+ - Fix build due to removed typedefs in xfsprogs (Darrick Wong)
+ - Support fallocate in xfs_restore (Darrick Wong)
+ - Many cosmetic cleanups (Jan Tulak)
+
xfsdump-3.1.8 (21 Sep 2017)
- Build fixes for musl libc (Felix Janda)