aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Maiolino <cem@kernel.org>2023-01-13 19:06:37 +0100
committerCarlos Maiolino <cem@kernel.org>2023-01-13 19:06:37 +0100
commitfdf0366959f1d04f2aea93a3fac24c49b9d5e55f (patch)
tree1714b0b407d0f8a7978f521fbd4b0c4e2b9f36e1
parent96867d44fc522c941c684495eb017bad2b9e26d3 (diff)
downloadxfsprogs-dev-fdf0366959f1d04f2aea93a3fac24c49b9d5e55f.tar.gz
xfsprogs: Release v6.1.1
Update all the necessary files for a 6.1.1 release. Signed-off-by: Carlos Maiolino <cem@kernel.org>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES4
4 files changed, 12 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index fe33529292..654458c416 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=6
PKG_MINOR=1
-PKG_REVISION=0
+PKG_REVISION=1
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 20445a98d8..63cc18cc0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.1.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.1.1],[linux-xfs@vger.kernel.org])
AC_PREREQ([2.69])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index df1b1750b9..8e3d8c73d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (6.1.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 13 Jan 2023 19:03:00 +0100
+
xfsprogs (6.0.1-1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index cd16e15a79..40f2ae51d5 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,7 @@
+xfsprogs-6.1.1 (13 Jan 2023)
+ - scrub: fix warnings/errors due to missing include (Holger Hoffstatte)
+ - debian: Add missing pkg version to the changelog (Carlos Maiolino)
+
xfsprogs-6.1.0 (23 Dec 2022)
- libxfs: kernel sync
- libxfs: consume the xfs_warn mountpoint argument (Darrick J. Wong)