From: Eric Sandeen Date: Fri, 5 May 2017 18:25:49 +0000 (-0500) Subject: xfsprogs: Release v4.11.0 X-Git-Tag: v4.12.0-rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e116c5c4511bbc2d98579817232258d57a1f1777;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.11.0 Update all the necessary files for a 4.11.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 0c402b953..6f99e1bc2 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=11 -PKG_REVISION=0-rc2 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 61c0e565c..aa102e460 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.11.0-rc2], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.11.0], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index e54a058db..12c1d8c5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.11.0) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 05 May 2017 13:22:41 -0500 + xfsprogs (4.10.0) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 7ef70aa93..6eabed7e5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-4.11.0 (5 May 2017) + - xfs_io: man page fixups (Zorro Lang) + xfsprogs-4.11.0-rc2 (2 May 2017) - xfs_db: add btree dumping command (Darrick Wong) - mkfs.xfs: change bare -m rmapbt,reflink to enable (Eric Sandeen)