]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.9.0 v4.9.0
authorEric Sandeen <sandeen@sandeen.net>
Thu, 5 Jan 2017 22:29:21 +0000 (16:29 -0600)
committerEric Sandeen <sandeen@redhat.com>
Thu, 5 Jan 2017 22:29:21 +0000 (16:29 -0600)
Update all the necessary files for a 4.9.0 release.

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

diff --git a/VERSION b/VERSION
index 57c50ad90e5b918f4595211ccf3baf9fbd4fc8b4..4fb1c9644967729d9ebdcc8d3efbfae236f9c230 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=9
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index ca03bb3317eb338c2b8d9f526d5c352538b0cc47..36b5b1ebedc09553a2979b79cd029c53a6ff69c9 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.9.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.9.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index bcbcdab94776692c2482496d151e82fc08747faa..05b509230a76ef5deb2fcdfedc827fd0ffe44ebb 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.9.0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Thu, 05 Jan 2017 16:05:55 -0600
+
 xfsprogs (4.8.0) unstable; urgency=low
 
   * New upstream release
index 9f09bacfb56337d4dd81fe2755fa1cb98e9ebe16..6b41029773dfb643405fbf84dbde148fe9a280b7 100644 (file)
@@ -1,4 +1,7 @@
-xfsprogs-4.9-rc1 (22 Dec 2016)
+xfsprogs-4.9.0 (5 Jan 2017)
+       - no changes from v4.9.0-rc1
+
+xfsprogs-4.9.0-rc1 (22 Dec 2016)
        - add reflink and dedupe support (Darrick Wong)
        - Convert from off64_t to off_t (Felix Janda)
        - xfs_io: add command line option to start an idle thread (Amir Goldstein)
@@ -7,17 +10,17 @@ xfsprogs-4.9-rc1 (22 Dec 2016)
        - xfs_repair: fix some potential null pointer deferences (Darrick Wong)
        - libxfs_apply: filtering fixes (Dave Chinner)
 
-xfsprogs-4.8-0 (17 Oct 2016)
+xfsprogs-4.8.0 (17 Oct 2016)
        - no changes from v4.8.0-rc3
 
-xfsprogs-4.8-0-rc3 (3 Oct 2016)
+xfsprogs-4.8.0-rc3 (3 Oct 2016)
        - xfs_io: clean up inode command (Eric Sandeen)
        - xfs_repair: fix phase 5 btree size overestimation (Darrick Wong)
        - xfs_repair: fix phase 5 AGFL rmap update (Darrick Wong)
        - libxfs: libxfs_iget() cleanup (Eric Sandeen)
        - libxcmd: fix count of XFS filesystems in path table (Eryu Guan)
 
-xfsprogs-4.8-0-rc2 (23 Sep 2016)
+xfsprogs-4.8.0-rc2 (23 Sep 2016)
        - xfs_copy: uuid handling fixes (Eric Sandeen)
        - xfs_repair: directory rebuild segfault fix (Eric Sandeen)
        - xfs_repair: report log dirtiness correctly (Eric Sandeen)
@@ -27,7 +30,7 @@ xfsprogs-4.8-0-rc2 (23 Sep 2016)
        - xfs_io: allow project quota operations on non-XFS (Eric Sandeen)
        - mkfs.xfs: man page calrification for ftype defaults (Eric Sandeen)
 
-xfsprogs-4.8-0-rc1 (9 Sep 2016)
+xfsprogs-4.8.0-rc1 (9 Sep 2016)
        - change contact emails to linux-xfs@vger.kernel.org
        - libxfs: kernel sync up to 4.8-rc1
        - Initial reverse mapping support (Darrick Wong)