aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2017-09-15 14:03:32 -0500
committerEric Sandeen <sandeen@redhat.com>2017-09-15 14:03:32 -0500
commit211bdc7cdf803289d17fd7105ef65dcd264921be (patch)
tree173217315cbe9da246a47b270980e1c4ffa43e0b
parent67ea25fe9d663f69b550b39ce86b074534ae7c85 (diff)
downloadxfsprogs-dev-211bdc7cdf803289d17fd7105ef65dcd264921be.tar.gz
xfsprogs: Release v4.13.0-rc1v4.13.0-rc1
Update all the necessary files for a 4.13.0-rc1 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION4
-rw-r--r--configure.ac2
-rw-r--r--doc/CHANGES15
3 files changed, 18 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 78833f01f1..407f9afd5a 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=4
-PKG_MINOR=12
-PKG_REVISION=0
+PKG_MINOR=13
+PKG_REVISION=0-rc1
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index d5f072af3f..4fd1e8546a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.12.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.13.0-rc1], [linux-xfs@vger.kernel.org])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/CHANGES b/doc/CHANGES
index 13a2b0b56c..eeaa0a446f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,18 @@
+xfsprogs-4.13.0-rc1 (15 Sep 2017)
+ - mkfs.xfs: document forgotten flags (Darrick Wong)
+ - mkfs.xfs: don't stagger AG on single disk (Donald Douwsma)
+ - xfs_repair: various threading fixes (Jeff Mahoney)
+ - xfs_repair: validate symlink target length (Darrick Wong)
+ - xfs_repair: fix error exit status with -v flag (Masatake YAMATO)
+ - xfs_fsr: Fix uninitalized varable use aftger timeout (Jeff Mahoney)
+ - xfs_io: fix fiemap -n documentation to match reality (Nikolay Borisov)
+ - xfs_io: Allow lsattr & lsproj on foreign filesystems (Ross Zwisler)
+ - xfs_io: Print filesystem statfs flags in statfs output (Carlos Maiolino)
+ - xfs_io: add seek consistency checks (Andreas Gruenbacher)
+ - xfs_db: Fix metadump redirection (Darrick Wong)
+ - xfs_db: Add fuzz command (Darrick Wong)
+ - xfsprogs: Fix multiple compiler warnings (Darrick Wong)
+
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)