]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.13.0-rc1 v4.13.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Fri, 15 Sep 2017 19:03:32 +0000 (14:03 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 15 Sep 2017 19:03:32 +0000 (14:03 -0500)
Update all the necessary files for a 4.13.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 78833f01f1da765e0bb34db0c982fa44ffc24f64..407f9afd5a4b1601c9dc3b47b83aa5a5652167cb 100644 (file)
--- 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
index d5f072af3f39abe4875df44ffe10d767f8669151..4fd1e8546a4e99f967de58fff1fe81b36fc2bdd8 100644 (file)
@@ -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])
index 13a2b0b56c8ebeff3b3fc14221a362dff8dd24bd..eeaa0a446face5eded1aa9e4c0c999b956db4c0d 100644 (file)
@@ -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)