From: Eric Sandeen Date: Fri, 9 Aug 2019 19:05:31 +0000 (-0500) Subject: xfsprogs: Release v5.2.0 X-Git-Tag: v5.2.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2976bfe2fa957a2ccf7237aba09a1efb7e0dbe6e;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.2.0 Update all the necessary files for a 5.2.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 5be98116e..79b194e54 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=2 -PKG_REVISION=0-rc0 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 820fccdef..eed43caf6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.2.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.2.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 31c1f0b93..7ed73bd65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.2.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 09 Aug 2019 11:39:01 -0500 + xfsprogs (5.1.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 8d0f5bc3f..1939a727a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,9 @@ +xfsprogs-5.2.0 (09 Aug 2019) + - libxfs: cosmetic changes to trans.c to match kernel (Eric Sandeen) + +xfsprogs-5.2.0-rc0 (24 Jul 2019) + - libxfs changes merged from kernel 5.2 + xfsprogs-5.1.0 (19 Jul 2019) - No further changes