From: Eric Sandeen Date: Fri, 11 Dec 2020 22:19:43 +0000 (-0500) Subject: xfsprogs: Release v5.10.0 X-Git-Tag: v5.10.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25d27711a3c2e13eb63dc51ed346f536a6d9c690;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.10.0 Update all the necessary files for a 5.10.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 993d7dc12..ee8e3b624 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=10 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 28e414c62..4f980b42c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.10.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.10.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 9755f0acb..5d46f0a31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +xfsprogs (5.10.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 11 Dec 2020 17:16:52 -0500 + xfsprogs (5.10.0-rc1-1) unstable; urgency=low * New upstream prerelease - -- Nathan Scott Fri Dec 4 17:19:10 UTC 2020 + -- Nathan Scott Fri, 04 Dec 2020 12:19:10 -0500 xfsprogs (5.10.0-rc0-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 427ab914b..a740d5519 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.10.0 (11 Dec 2020) + - xfs_repair: remove old code for mountpoint inodes (Anthony Iliopoulos) + xfsprogs-5.10.0-rc1 (04 Dec 2020) - xfsprogs: Add inode btree counter feature (Darrick Wong) - xfsprogs: Add bigtime feature for Y2038 (Darrick Wong)