]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.16.0 v5.16.0
authorEric Sandeen <sandeen@sandeen.net>
Wed, 4 May 2022 19:06:31 +0000 (15:06 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 4 May 2022 19:06:31 +0000 (15:06 -0400)
Update all the necessary files for a 5.16.0 release.

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

diff --git a/VERSION b/VERSION
index 6ecb3482571a5ed99bbc71af48e0c9e9f4801f8b..de91209e5e10964dee6292df6ece8ad20bfede7c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=16
-PKG_REVISION=0-rc0
+PKG_REVISION=0
 PKG_BUILD=1
index 28399fdacb56379bd2c6b0c76f2d050d911f5f08..3e7563f907ff225fa6978da18272e401e3db8b49 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.16.0-rc0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.16.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 5670b085284a58eac1d3aefa1517ead13b96dbc8..af21bce1af5482fbfd68b040c7b99ded398fd4bf 100644 (file)
@@ -1,3 +1,12 @@
+xfsprogs (5.16.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+  [ Bastian Germann ]
+  * debian: Generate .gitcensus instead of .census (Closes: #999743)
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 04 May 2022 14:50:48 -0400
+
 xfsprogs (5.15.0-1) unstable; urgency=medium
 
   * New upstream release
@@ -7,7 +16,7 @@ xfsprogs (5.15.0-1) unstable; urgency=medium
 xfsprogs (5.14.2-1) unstable; urgency=medium
 
   * New upstream release
-    - Move rogue fallthrough macro out of linux.h (Closes: #1000974)
+  * Move rogue fallthrough macro out of linux.h (Closes: #1000974)
 
  -- Nathan Scott <nathans@debian.org>  Mon, 06 Dec 2021 14:26:57 -0500
 
index b2d259875702601db21123acffd4a405d0e17a5f..3833d45a9a795c949f3666291902c7ce83a491e8 100644 (file)
@@ -1,7 +1,11 @@
-xfsprogs-5.16.0-rc0 (28 Apr  2022)
+xfsprogs-5.16.0 (04 May 2022)
+       - libxfs: remove kernel stubs from xfs_shared.h (Eric Sandeen)
+       - debian: Generate .gitcensus instead of .census (Bastian Germann))
+
+xfsprogs-5.16.0-rc0 (28 Apr 2022)
        - libxfs changes merged from kernel 5.16
 
-xfsprogs-5.15.0 (06 Apr  2022)
+xfsprogs-5.15.0 (06 Apr 2022)
        - mkfs: increase the min log size to 64MB when possible (Eric Sandeen)
        - xfs_scrub: retry items that are ok except for XFAIL (Darrick J. Wong)
        - xfs_scrub: fix xfrog_scrub_metadata error reporting (Darrick J. Wong)