aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2017-07-20 10:57:14 -0500
committerEric Sandeen <sandeen@redhat.com>2017-07-20 10:57:14 -0500
commit0602fbe880e59c3aff13a081632b79532a40a328 (patch)
tree8deafa90cb4f12ee95d3752f8e6292b3d0c07fab
parent68f7f684faafc1ad71e3ebee366295f983d88962 (diff)
downloadxfsprogs-dev-0602fbe880e59c3aff13a081632b79532a40a328.tar.gz
xfsprogs: Release v4.12.0v4.12.0
Update all the necessary files for a 4.12.0 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES6
4 files changed, 14 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index a999ce4bd5..78833f01f1 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 aad481b418..d5f072af3f 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 12c1d8c5dd..bd4bdc0a46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (4.12.0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> 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 374b8d8b14..13a2b0b56c 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)