From: Eric Sandeen Date: Fri, 19 Jul 2019 18:19:47 +0000 (-0500) Subject: xfsprogs: Release v5.1.0 X-Git-Tag: v5.1.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48507bd4510a78731506890901e4c53c4b13380d;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.1.0 Update all the necessary files for a 5.1.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 72aa3dcef..8e6f2969d 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=1 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index c6b92dc0c..c8116ae8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.1.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.1.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 3d988eb12..31c1f0b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.1.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 19 Jul 2019 12:38:19 -0500 + xfsprogs (5.1.0-rc1-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index d1da65810..8d0f5bc3f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.1.0 (19 Jul 2019) + - No further changes + xfsprogs-5.1.0-rc1 (11 Jul 2019) - mkfs: enable reflink by default (Darrick Wong) - mkfs: fix stripe unit handling (Allison Collins)