]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.5.0 v4.5.0
authorDave Chinner <david@fromorbit.com>
Tue, 15 Mar 2016 04:25:56 +0000 (15:25 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 15 Mar 2016 04:25:56 +0000 (15:25 +1100)
Update all the release files for a 4.5.0 release.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index c0e4d34fa60d6f1ab2a48f408be4cf4b1239f066..7cf74681f3ab887b6a37872ca41c2d520db43d38 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=5
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index 6d012ceaf59a9c5c5e548087c27f11947cf0b13e..d44438fab8b6a35f330eac4aac184e54157ff70e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.5.0-rc1])
+AC_INIT([xfsprogs], [4.5.0])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 2b99a2cfc6239d386a1256cff3913039e2bf690d..c74416c1e29b0bf96fe75050c3f99f7750579103 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.5.0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 15 Mar 2016 12:05:21 +1100
+
 xfsprogs (4.3.0) unstable; urgency=low
 
   * New upstream release
index f3216102f26634f37dfc36c93678531fe9a3a7ed..5db16a22bfa4f871f89c440de175edf0a458e81b 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs-4.5.0 (15 Mar 2015)
+       - xfs_io: prevent divide-by-zero on random IO (Dmitry Monakhov)
+       - xfs_db: dquot command documentation fixes (Eric Sandeen)
+       - xfs_quota: better command line parsing and documentation
+         (Zorro Lang)
+
 xfsprogs-4.5.0-rc1 (17 Feb 2015)
        - libxfs: update to match kernel 4.5-rc1 code base
        - xfs_io: add DAX inode flag support