From: Ben Myers Date: Wed, 12 Dec 2012 17:10:11 +0000 (-0600) Subject: xfstests: update version and changelog X-Git-Tag: v2022.05.01~3558 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ecdb4d617986d81eb90b78cf582222cbe9a91c19;p=users%2Fhch%2Fxfstests-dev.git xfstests: update version and changelog Update the version and changelog for xfstests-1.1.1 release. Signed-off-by: Ben Myers Reviewed-by: Nathan Scott Reviewed-by: Rich Johnston --- diff --git a/VERSION b/VERSION index 4ee5c22a8..7294a0022 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=1 PKG_MINOR=1 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 8e80a3829..bfae106b6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfstests], [1.1.0]) +AC_INIT([xfstests], [1.1.1]) AC_PREREQ(2.50) AC_CONFIG_SRCDIR([src/xfsctl.c]) AC_PACKAGE_GLOBALS(xfstests) diff --git a/doc/CHANGES b/doc/CHANGES index 84781a934..9608ecfdc 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfstests-1.1.1 (11 December 2012) + - Many bugfixes for existing tests. + - Tests 264-291 have been added to the suite. + xfstests-1.1.0 (14 October 2011) - This is the firsteversioned release recorded for the xfstests suite. Tests 240-263 have been added to the