]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.11.0-rc0 v5.11.0-rc0
authorEric Sandeen <sandeen@sandeen.net>
Fri, 12 Feb 2021 22:22:31 +0000 (17:22 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 12 Feb 2021 22:22:31 +0000 (17:22 -0500)
Update all the necessary files for a 5.11.0-rc0 release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index ee8e3b624f590fb1a9e8a49da2140a0e57ebc78a..105a01d3cf46a331a47f62b28b43fd99976f1d4c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=5
-PKG_MINOR=10
-PKG_REVISION=0
+PKG_MINOR=11
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 4f980b42c7eebc795099d3bc04560255245ec37c..0937caefbab83a8efa4df82b3adbaefba90c7f79 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.10.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.11.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index a740d55198f22185537007262c4f225339dee722..f9de942f2f391e29b1693f134597550500ee8b18 100644 (file)
@@ -1,3 +1,7 @@
+xfsprogs-5.11.0-rc0 (12 Feb 2021)
+       - libxfs changes merged from kernel 5.10
+       - Debian packaging fixes (Bastian Germann)
+
 xfsprogs-5.10.0 (11 Dec 2020)
        - xfs_repair: remove old code for mountpoint inodes (Anthony Iliopoulos)