From: Eric Sandeen Date: Wed, 21 Aug 2019 15:45:11 +0000 (-0400) Subject: xfsprogs: Release v5.2.1 X-Git-Tag: v5.2.1^0 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fxfsprogs-dev.git;a=commitdiff_plain;h=53c77ac77eb84de47dccf6e974e53f7e7ceea979 xfsprogs: Release v5.2.1 Update all the necessary files for a 5.2.1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 79b194e54..4ef119b5e 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=2 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index eed43caf6..4b7e4c8d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.2.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.2.1], [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 7ed73bd65..018956882 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.2.1-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Wed, 21 Aug 2019 10:42:23 -0500 + xfsprogs (5.2.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 1939a727a..e3d116730 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.2.1 (21 Aug 2019) + - fix geometry calls for kernels older than 5.2 (Eric Sandeen) + xfsprogs-5.2.0 (09 Aug 2019) - libxfs: cosmetic changes to trans.c to match kernel (Eric Sandeen)