]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.19.0-rc1 v5.19.0-rc1
authorEric Sandeen <sandeen@sandeen.net>
Fri, 5 Aug 2022 22:13:21 +0000 (17:13 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 5 Aug 2022 22:13:21 +0000 (17:13 -0500)
Update all the necessary files for a 5.19.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 5991f79f63c69f1b5955294cf6c6ba22b9c8168b..8d6252130ca18ede8a19db55969a7648fdff59d5 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=19
-PKG_REVISION=0-rc0
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index a43fce622b998788b9a7a871bf884f6f3536e717..6c13eff1e5e883e86313f2ce724e96ef25ddc2f7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[5.19.0-rc0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[5.19.0-rc1],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index bfc3e3c85877b4aa13e4ab880284df3db0bece78..9f6028e7c7907f146635926377869f41ea6ff307 100644 (file)
@@ -1,3 +1,29 @@
+xfsprogs-5.19.0-rc1 (05 Aug 2022)
+       - libxfs: last bit of kernel sync
+       - libxfs: Fix MAP_SYNC build failure on MIPS/musl (Darrick J. Wong)
+       - mkfs: stop allowing tiny filesystems (Darrick J. Wong)
+       - mkfs: complain about impossible log size constraints (Darrick J. Wong)
+       - mkfs: ignore stripe geometry for small filesystems (Darrick J. Wong)
+       - mkfs: update manpage of bigtime and inobtcount (Zhang Boyang)
+       - mkfs: document large extent count in --help screen (Darrick J. Wong)
+       - mkfs: fix segfault with incorrect options (Darrick J. Wong)
+       - xfs_repair: Support upgrade to large extent counters (Chandan Babu R)
+       - xfs_repair: check geometry before upgrades (Darrick J. Wong)
+       - xfs_repair: ignore empty xattr leaf blocks (Darrick J. Wong)
+       - xfs_repair: check rt summary/bitmap vs observations (Darrick J. Wong)
+       - xfs_repair: check free rt extent count (Darrick J. Wong)
+       - xfs_repair: detect/fix changed fields w/ nrext64 (Darrick J. Wong)
+       - xfs_repair: clear DIFLAG2_NREXT64 w/o fs support (Darrick J. Wong) 
+       - xfs_repair: ignore log_incompat inconsistencies (Darrick J. Wong)s
+       - xfs_repair: rewrite secondary supers w/ needsrepair (Darrick J. Wong)
+       - xfs_db: id the minlogsize transaction reservation (Darrick J. Wong)
+
+xfsprogs-5.19.0-rc0 (22 Jun 2022)
+       - libxfs changes merged from kernels 5.18 and 5.19-rc
+       - mkfs: option to create with large extent counters (Chandan Babu R)
+       - xfs_info: Report NREXT64 feature status (Chandan Babu R)
+       - xfs_logprint: Log item printing for ATTRI & ATTRD (Allison Henderson)
+
 xfsprogs-5.18.0 (03 Jun 2022)
        - xfsprogs: more autoconf modernisation (Darrick J. Wong)