From: Eric Sandeen Date: Fri, 12 Mar 2021 20:05:13 +0000 (-0500) Subject: xfsprogs: Release v5.11.0 X-Git-Tag: v5.11.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a97792a88b93ef882194342a7fe40c77c6c83146;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.11.0 Update all the necessary files for a 5.11.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index d69f991ca..d80070c71 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=11 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 754f21d82..11be7d514 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.11.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.11.0], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 8738ab904..a65e5d637 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.11.0-1) unstable; urgency=medium + + * New upstream release + + -- Nathan Scott Fri, 12 Mar 2021 14:08:29 -0500 + xfsprogs (5.11.0-rc0-1) experimental; urgency=medium [ Steve Langasek ] diff --git a/doc/CHANGES b/doc/CHANGES index fb1119005..e0ec056ff 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-5.11.0 (12 Mar 2021) + - xfs_admin: don't hide xfs_repair output when upgrading (Darrick Wong) + - man: document attr2, ikeep option deprecation in xfs.5 (Pavel Reichl) + xfsprogs-5.11.0-rc1 (23 Feb 2021) - mkfs: make use of xfs_validate_stripe_geometry() (Gao Xiang) - mkfs: fix wrong inobtcount usage error output (Zorro Lang)