From: Eric Sandeen Date: Thu, 20 Jul 2017 15:57:14 +0000 (-0500) Subject: xfsprogs: Release v4.12.0 X-Git-Tag: v4.12.0^0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0602fbe880e59c3aff13a081632b79532a40a328;p=users%2Fhch%2Fxfsprogs.git xfsprogs: Release v4.12.0 Update all the necessary files for a 4.12.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index a999ce4bd..78833f01f 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=12 -PKG_REVISION=0-rc2 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index aad481b41..d5f072af3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.12.0-rc2], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.12.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 12c1d8c5d..bd4bdc0a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.12.0) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Thu, 20 Jul 2017 10:54:03 -0500 + xfsprogs (4.11.0) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 374b8d8b1..13a2b0b56 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,9 @@ +xfsprogs-4.12.0 (20 Jul 2017) + - mkfs.xfs: allow specification of 0 stripe width & unit (Eric Sandeen) + - xfs_db: redirect printfs when metadumping to stdout (Darrick Wong) + - libxfs: propagate transaction block reservations (Darrick Wong) + - xfs_db: properly set inode type (Eric Sandeen) + xfsprogs-4.12.0-rc2 (13 Jul 2017) - mkfs.xfs: minimum log size calculation fixes (Darrick Wong)