aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Maiolino <cem@kernel.org>2022-08-25 10:46:38 +0200
committerCarlos Maiolino <cem@kernel.org>2022-08-26 18:05:39 +0200
commit8b6bbcfdb705d8f10cfdd1a7e9485861b44e79f9 (patch)
tree6fdbcbfb2bbffaaa65da508337e42f8bcf26e919
parente8a2ce17e0c4816cbc84e8b3e8d30170d3a294cf (diff)
downloadxfsdump-dev-xfsdump-3_1_11.tar.gz
xfsdump: Release 3.1.11v3.1.11xfsdump-3_1_11
Update all the necessary files for a 3.1.11 release Signed-off-by: Carlos Maiolino <cem@kernel.org>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
-rw-r--r--doc/CHANGES6
4 files changed, 17 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 5fd834c4..4bff2ba5 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=10
+PKG_REVISION=11
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index f63e0cfb..8149176d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsdump], [3.1.10])
+AC_INIT([xfsdump], [3.1.11])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index 88af3726..3e9fc8f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xfsdump (3.1.11) unstable; urgency=low
+
+ * New upstream release
+ * Remove remaining slave words from documentation
+ * Remove DMAPI remaining code
+ * Fix FTBFS error
+
+ -- Nathan Scott <nathans@debian.org> Thu, 25 Aug 2022 10:44:06 +0200
+
xfsdump (3.1.10) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index e9c9239f..5c15eeb0 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,9 @@
+xfsdump-3-1.11 (25 Aug 2022)
+
+ - Remove remaining slave words from documentation
+ - Remove DMAPI remaining code
+ - Fix FTBFS error
+
xfsdump-3.1.10 (11 Feb 2022)
- Fix bind mount handling which was corrupting dumps
- Remove some dead code