From: Eric Sandeen Date: Fri, 12 Jul 2019 01:16:43 +0000 (-0400) Subject: xfsprogs: Release v5.1.0-rc1 X-Git-Tag: v5.1.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5de3c760fb3e9a1ddb07beabad99e2ab8b18cf1;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.1.0-rc1 Update all the necessary files for a 5.1.0-rc1 prerelease. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index f73e694d6..72aa3dcef 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=1 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 0553e82a4..c6b92dc0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.1.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.1.0-rc1], [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 20bbda968..3d988eb12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.1.0-rc1-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Thu, 11 Jul 2019 20:53:37 -0400 + xfsprogs (5.1.0-rc0-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index 66e9c99b2..d1da65810 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,18 @@ +xfsprogs-5.1.0-rc1 (11 Jul 2019) + - mkfs: enable reflink by default (Darrick Wong) + - mkfs: fix stripe unit handling (Allison Collins) + - mkfs: remove useless log options in usage() (Yang Xu) + - mkfs: validate start and end of aligned logs (Darrick Wong) + - xfs_quota: fix built-in help for project setup (Eric Sandeen) + - xfs_io: allow passing an open file to copy_range (Amir Goldstein) + - xfs_info: limit findmnt to mounted xfs filesystems (Amir Goldstein) + - man: break out several ioctl man pages (Darrick Wong) + - man: Fix an inconsistency in the mkfs man page (Alvin Zheng) + - xfs_scrub: fix background-mode sleep throttling (Darrick Wong) + - libxfs: sync up xfs_trans_inode.c with the kernel (Eric Sandeen) + - libfrog: fix bitmap return values (Darrick Wong) + - libfrog: don't set negative errno in conversion f'ns (Darrick Wong) + xfsprogs-5.1.0-rc0 (07 May 2019) - libxfs changes merged from kernel 5.1