From: Eric Sandeen Date: Fri, 26 Apr 2019 21:50:48 +0000 (-0500) Subject: xfsprogs: Release v5.0.0-rc1 X-Git-Tag: v5.0.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ac79a58a20c45e9691dd386d52e5f29fc40c173;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.0.0-rc1 Update all the necessary files for a 5.0.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index bc338d582..2c8e7d40c 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ # # This file is used by configure to get version information # -PKG_MAJOR=4 -PKG_MINOR=20 -PKG_REVISION=0 +PKG_MAJOR=5 +PKG_MINOR=0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 5a4e55ad6..a54cb3cf6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.20.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.0.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 0c9830422..323539eeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ +xfsprogs (5.0.0-rc1-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Fri, 26 Apr 2019 16:18:28 -0500 + xfsprogs (4.20.0-1) unstable; urgency=low * New upstream release - -- Nathan Scott Fri, 22 Feb 2019 12:04:48 -0600 + -- Nathan Scott Fri, 22 Feb 2019 12:04:48 -0600 xfsprogs (4.20.0-rc1-1) unstable; urgency=low * New upstream pre-release - -- Nathan Scott Fri, 08 Feb 2019 12:17:15 -0600 + -- Nathan Scott Fri, 08 Feb 2019 12:17:15 -0600 xfsprogs (4.19.0-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 2ba66b0f3..e40bfe2be 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,7 +1,28 @@ -xfsprogs-4.20.0 (22 Feb 2018) +xfsprogs-5.0.0-rc1 (26 Apr 2019) + - mkfs: validate extent size hint parameters (Darrick Wong) + - xfs_repair: bump on-disk nlink when adding lost+found (Darrick Wong) + - xfs_repair: reinitialize root directory nlink correctly (Darrick Wong) + - xfs_repair: use lenient verifiers for half-fixed inodes (Darrick Wong) + - xfs_repair: acct for btree shrinks when fixing freelist (Darrick Wong) + - xfs_repair: better cli option parameter checking (Darrick Wong) + - xfs_repair: fix deadlock due to failed inode flushes (Dave Chinner) + - xfs_info: handle devices, mountpoints, and loop files (Darrick Wong) + - xfs_metadump: fix symlink handling (Darrick Wong) + - xfs_io: fix label parsing and validation (Darrick Wong) + - xfs_io: print attributes_mask in statx (Darrick Wong) + - xfs_scrub: fix Make targets which depend on builddefs (Darrick Wong) + - xfs_scrub: check label for misleading characters (Darrick Wong) + - xfs_scrub: parallelize based on storage not CPUS (Darrick Wong) + - xfs_scrub: activate timer only after system is up (Darrick Wong) + - libxfs: fix buffer & inode lifetimes (Darrick Wong) + - misc: fix strncpy length complaints from gcc (Darrick Wong) + - debian build & packaging fixes (Darrick Wong) + - Merge libxfs from kernel 5.0 + +xfsprogs-4.20.0 (22 Feb 2019) - No further changes -xfsprogs-4.20.0-rc1 (08 Feb 2018) +xfsprogs-4.20.0-rc1 (08 Feb 2019) - mkfs.xfs: null-terminate symlinks created via protofile (Eric Sandeen) - xfs_repair: allow '/' in attribute names (Eric Sandeen) - xfs_repair: skip block reservation when fixing freelist (Darrick Wong)