]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.9.0-rc1
authorEric Sandeen <sandeen@sandeen.net>
Tue, 13 Oct 2020 16:30:33 +0000 (12:30 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 13 Oct 2020 16:30:33 +0000 (12:30 -0400)
Update all the necessary files for a 5.9.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 60820545c472658356aa518b1ae927a47ffade8b..5f25fc4fa340d39733e524c2ab02e5be04b1157d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=9
-PKG_REVISION=0-rc0
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index 906e5d80bc865c4d0ee98cf272ac603214671bb3..4674673ed67c9dd0f81d2863d633cda7661a8ffa 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.9.0-rc0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.9.0-rc1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 688659e6af637fdba674c2e4f8a32830e911f93a..67e63ad62b5c1ec413ef0debcf32d5cc82eef2ac 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.9.0-rc1-1) unstable; urgency=low
+
+  * New upstream prerelease
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 13 Oct 2020 12:18:43 -0400
+
 xfsprogs (5.9.0-rc0-1) unstable; urgency=low
 
   * New upstream prerelease
index d912e72d1e745d2e9df1eaa49c5640e9754cd747..c670e21fa4a6f9372d40180773389c16d200413a 100644 (file)
@@ -1,3 +1,14 @@
+xfsprogs-5.9.0-rc1 (13 Oct 2020)
+       - mkfs.xfs: disallow creation of RT files from proto file (Darrick Wong)
+       - mkfs.xfs: fix ASSERT on small device with stripe geom (Pavel Reichl)
+       - xfs_repair: more fixes from fuzz-testing (Darrick Wong)
+       - libhandle: fix potential unterminated string problem (Darrick Wong)
+       - libhandle: libfrog: fix a potential null pointer deref (Darrick Wong)
+       - man: install all manpages that redirect to another page (Darrick Wong)
+       - man: fix ioctl_xfs_geometry manpage naming (Eric Sandeen)
+       - xfsprogs: various realtime related fixes (Darrick Wong)
+       - xfsprogs: ignore autofs mount table entries (Ian Kent)
+
 xfsprogs-5.9.0-rc0 (17 Sep 2020)
        - libxfs changes merged from kernel 5.9
        - libxfs: make buffers track the per-ag structures (Darrick Wong)