From: Eric Sandeen Date: Thu, 2 Dec 2021 22:02:13 +0000 (-0500) Subject: xfsprogs: Release v5.14.1 X-Git-Tag: v5.14.1^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e0de3669c37deee975002bb9c8d6771305bdeb2;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.14.1 Update all the necessary files for a 5.14.1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index d3d254d58..7778d7ffc 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=14 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 6adbee8c3..5b8e902e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.14.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.14.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 495c3693a..920380e8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.14.1-1) unstable; urgency=medium + + * New upstream release + + -- Nathan Scott Thu, 02 Dec 2021 15:26:38 -0500 + xfsprogs (5.14.0-1) unstable; urgency=medium * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 587a9bcce..31118f2ed 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-5.14.1 (02 Dec 2021) + - libxfs: fix atomic64_t for 32-bit architectures (Darrick J. Wong) + - libfrog: fix crc32c self test code on cross builds (Darrick J. Wong) + xfsprogs-5.14.0 (19 Nov 2021) - debian: Fix FTBFS (Boian Bonev) - debian: Pass --build and --host to configure (Bastian Germann)