]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.20.0-rc1 v4.20.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Fri, 8 Feb 2019 19:28:49 +0000 (13:28 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 8 Feb 2019 19:28:49 +0000 (13:28 -0600)
Update all the necessary files for a 4.20.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 100299ca20fe5cf3c450cf21b0e837ec78ac8d87..ccc5e9a15a8024f68b1c831401a8fd39e4e8b880 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=4
-PKG_MINOR=19
-PKG_REVISION=0
+PKG_MINOR=20
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index b462766b05751711aed7c7d5dfbd5ed7630322a2..9c4dc6b6a1fc15ad3cf4a0dbea14c2973769921b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.19.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.20.0-rc1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 3d37b68b0d3f729d8193a7b0d74710a4cca1143c..00bd87aaa0d3c338ee5d0adc3951f44ec53cfa07 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.20.0-rc1-1) unstable; urgency=low
+
+  * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 08 Feb 2019 12:17:15 -0600
+
 xfsprogs (4.19.0-1) unstable; urgency=low
 
   * New upstream release
index 934800958e6a654070edcc79d0b52178b0328615..cc3788e3f83b56b6fe0ab8a4d00c08ed000a4c69 100644 (file)
@@ -1,3 +1,24 @@
+xfsprogs-4.20.0-rc1 (08 Feb 2018)
+       - 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)
+       - xfs_repair: rebuild dir when nonroot blocks corrupt (Darrick Wong)
+       - xfs_repair: int nonleaf finobt blocks with proper magic (Brian Foster)
+       - xfs_repair: fix off by one error rebuilding high keys (Darrick Wong)
+       - xfs_io: allow open file permissions to be changed (Dave Chinner)
+       - xfs_io: open pipes in non-blocking mode (Dave Chinner)
+       - xfs_metadump: multiple stale data zeroing fixes (Stefan Ring)
+       - xfs_quota: allow reg files w/o prjinherit flag (Achilles Gaikwad)
+       - xfs_db: properly decode finobt record w/ sparse inodes (Darrick Wong)
+       - xfs_db: fix frag command to work w/ sparse inodes (Eric Sandeen)
+       - xfs_scrub: move all executables to /usr/sbin (Darrick Wong)
+       - xfs_scrub: handle totally empty inode chunks (Darrick Wong)
+       - xfs.5 manpage: Remove barrier related options (Eric Sandeen)
+       - xfs_io.8 manpage: rearrange command listings by section (Darrick Wong)
+       - Remove generated scrub files under make clean (Eric Sandeen)
+       - Skip scrub manpage install if not configured (Eric Sandeen)
+       - Merge libxfs from kernel 4.20
+
 xfsprogs-4.19.0 (09 Nov 2018)
        - Fix up debian subdir build w.r.t. CHECK_CMD (Darrick Wong)
 
@@ -188,7 +209,6 @@ xfsprogs-4.11.0-rc1 (4 Apr 2017)
 
 xfsprogs-4.10.0 (6 Feb 2017)
        - build: fix __bitwise definitions vs kernel headers (Darrick Wong)
-
 xfsprogs-4.10.0-rc1 (15 Feb 2017)
        - build: fix cross-compile (Gwendal Grignou)
        - remove old Irix support (Christoph Hellwig)