From: Dave Chinner Date: Tue, 15 Mar 2016 04:25:56 +0000 (+1100) Subject: xfsprogs: Release v4.5.0 X-Git-Tag: v4.5.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53cefc406eb1047ce9dc85906a0117f8da9f44ca;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.5.0 Update all the release files for a 4.5.0 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index c0e4d34fa..7cf74681f 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=5 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 6d012ceaf..d44438fab 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 2b99a2cfc..c74416c1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.5.0) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Tue, 15 Mar 2016 12:05:21 +1100 + xfsprogs (4.3.0) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index f3216102f..5db16a22b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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