]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.17.0-rc1 v4.17.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Fri, 22 Jun 2018 19:15:45 +0000 (14:15 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 22 Jun 2018 19:15:45 +0000 (14:15 -0500)
Update all the necessary files for a 4.17.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 4fa587dc0d247789c6a5a72d6d2747ae3efb1029..5a9aa39867277fe7e5f7a842d159f104da62d9fb 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=16
-PKG_REVISION=1
+PKG_MINOR=17
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index 508eefede0735f21b10f3a78a94b6f863bb7b73c..6566f4bac7231751a7a43117976a654af6e4a7ba 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.16.1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.17.0-rc1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 2923ccd6ee5e6aeb2325b3bbc903f63ba23c296d..4c4e6b44d32174fb6caa2648a1267b19e3fa5ba4 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.17.0-rc1-1) unstable; urgency=low
+
+  * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 22 Jun 2018 13:51:30 -0500
+
 xfsprogs (4.16.1-1) unstable; urgency=low
 
   * New upstream release
index ddca84705525b5fd5dd5f44294318f1c8464834f..a21f6b4e28e3f1e63d9dfda1d638eb3d424281f8 100644 (file)
@@ -1,3 +1,16 @@
+xfsprogs-4.17.0-rc1 (22 Jun 2018)
+       - mkfs.xfs: only stat block devices during mkfs init (Eric Sandeen)
+       - xfs_repair: multiple fixes and improvements (Darrick Wong)
+       - xfs_repair: check and repair quota metadata (Eric Sandeen)
+       - xfs_repair: fix shortform root inode parent (Marco Benatto)
+       - xfs_db: don't ASSERT on unrecognized metadata (Carlos Maiolino)
+       - xfs_db: add superblock info command ala xfs_info (Darrick Wong)
+       - xfs_spaceman: add superblock info command ala xfs_info (Darrick Wong)
+       - xfs_info: call xfs_db for unmounted devices (Darrick Wong)
+       - xfs_io: add online label command (Eric Sandeen)
+       - xfs_io: add O_PATH and O_NOFOLLOW options (David Howells)
+       - xfs_io: recognize *iB units in copy_range (Goldwyn Rodrigues)
+
 xfsprogs-4.16.1 (30 Apr 2018)
        - fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen)