xfsprogs: Release v6.1.1
Update all the necessary files for a 6.1.1 release.
Signed-off-by: Carlos Maiolino <cem@kernel.org>
diff --git a/VERSION b/VERSION
index fe33529..654458c 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 20445a9..63cc18c 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 df1b175..8e3d8c7 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 cd16e15..40f2ae5 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)