aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2017-01-05 16:29:21 -0600
committerEric Sandeen <sandeen@redhat.com>2017-01-05 16:29:21 -0600
commit95d851859a1b5359a6dcd745efdc485a878cbf9d (patch)
treebc05590bf683189f7e980faf29cab599f2b07295
parent3ad9120a50b7b478091e0063bd17c90a0e8dcf5a (diff)
downloadxfsprogs-dev-95d851859a1b5359a6dcd745efdc485a878cbf9d.tar.gz
xfsprogs: Release v4.9.0v4.9.0
Update all the necessary files for a 4.9.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/CHANGES13
4 files changed, 16 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index 57c50ad90e..4fb1c96449 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=4
PKG_MINOR=9
-PKG_REVISION=0-rc1
+PKG_REVISION=0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index ca03bb3317..36b5b1ebed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index bcbcdab947..05b509230a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/CHANGES b/doc/CHANGES
index 9f09bacfb5..6b41029773 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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)