]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.1.0-rc1 v5.1.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Fri, 12 Jul 2019 01:16:43 +0000 (21:16 -0400)
committerEric Sandeen <sandeen@redhat.com>
Fri, 12 Jul 2019 01:16:43 +0000 (21:16 -0400)
Update all the necessary files for a 5.1.0-rc1 prerelease.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index f73e694d6911ae4c55b3b09641a078aa7daf6536..72aa3dcefa1df5dd63410bfe13512c7c2dd53242 100644 (file)
--- 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
index 0553e82a44164f0676f2fa73e2be70ecc0e0e18b..c6b92dc0c3da80210ec258f92f1f821890a7af5e 100644 (file)
@@ -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])
index 20bbda9682712034b2080742753bb7396f94b8fb..3d988eb12b9f0ab9f17a660f5b70198427697932 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.1.0-rc1-1) unstable; urgency=low
+
+  * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org>  Thu, 11 Jul 2019 20:53:37 -0400
+
 xfsprogs (5.1.0-rc0-1) unstable; urgency=low
 
   * New upstream pre-release
index 66e9c99b230ad379633c7317037ca117ab2252b6..d1da658105c88cab7e414e57545ba19e4f42ea53 100644 (file)
@@ -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