]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.10.0 v5.10.0
authorEric Sandeen <sandeen@sandeen.net>
Fri, 11 Dec 2020 22:19:43 +0000 (17:19 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 11 Dec 2020 22:19:43 +0000 (17:19 -0500)
Update all the necessary files for a 5.10.0 release.

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

diff --git a/VERSION b/VERSION
index 993d7dc1263b50e85897e604017c2b42422244ff..ee8e3b624f590fb1a9e8a49da2140a0e57ebc78a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=10
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index 28e414c62d4dac79fa2ac84b4356ee51233997b2..4f980b42c7eebc795099d3bc04560255245ec37c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.10.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.10.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 9755f0acbdaf92d423f2b2d8c3efeabf6bc38c99..5d46f0a31027076c72fb4e3d12fed9dd495e959a 100644 (file)
@@ -1,8 +1,14 @@
+xfsprogs (5.10.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 11 Dec 2020 17:16:52 -0500
+
 xfsprogs (5.10.0-rc1-1) unstable; urgency=low
 
   * New upstream prerelease
 
- -- Nathan Scott <nathans@debian.org>  Fri Dec  4 17:19:10 UTC 2020
+ -- Nathan Scott <nathans@debian.org>  Fri, 04 Dec 2020 12:19:10 -0500
 
 xfsprogs (5.10.0-rc0-1) unstable; urgency=low
 
index 427ab914b28c9ed8f94a36f63d261c150f97a965..a740d55198f22185537007262c4f225339dee722 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.10.0 (11 Dec 2020)
+       - xfs_repair: remove old code for mountpoint inodes (Anthony Iliopoulos)
+
 xfsprogs-5.10.0-rc1 (04 Dec 2020)
        - xfsprogs: Add inode btree counter feature (Darrick Wong)
        - xfsprogs: Add bigtime feature for Y2038 (Darrick Wong)