From: Eric Sandeen Date: Fri, 22 Feb 2019 18:07:00 +0000 (-0600) Subject: xfsprogs: Release v4.20.0 X-Git-Tag: v4.20.0^0 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fxfsprogs-dev.git;a=commitdiff_plain;h=413a0f0d91a15b9eab0d8ea7a4ed773243f14f88 xfsprogs: Release v4.20.0 Update all the necessary files for a 4.20.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index ccc5e9a15..bc338d582 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=20 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 9c4dc6b6a..ccc6e2925 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.20.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.20.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 00bd87aaa..0c9830422 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.20.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 22 Feb 2019 12:04:48 -0600 + xfsprogs (4.20.0-rc1-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index cc3788e3f..2ba66b0f3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-4.20.0 (22 Feb 2018) + - No further changes + xfsprogs-4.20.0-rc1 (08 Feb 2018) - mkfs.xfs: null-terminate symlinks created via protofile (Eric Sandeen) - xfs_repair: allow '/' in attribute names (Eric Sandeen)