Update the version and changelog for xfstests.
Signed-off-by: Ben Myers <bpm@xxxxxxx>
---
VERSION | 2 +-
configure.ac | 2 +-
doc/CHANGES | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
Index: b/VERSION
===================================================================
--- a/VERSION 2012-10-31 13:44:44.931946786 -0500
+++ b/VERSION 2012-10-31 13:44:50.832006406 -0500
@@ -3,5 +3,5 @@
#
PKG_MAJOR=1
PKG_MINOR=1
-PKG_REVISION=0
+PKG_REVISION=1
PKG_BUILD=1
Index: b/configure.ac
===================================================================
--- a/configure.ac 2012-10-31 13:45:41.661946816 -0500
+++ b/configure.ac 2012-10-31 13:45:48.072005921 -0500
@@ -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)
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES 2012-10-31 13:45:16.061322021 -0500
+++ b/doc/CHANGES 2012-10-31 13:48:08.912026611 -0500
@@ -1,3 +1,7 @@
+xfstests-1.1.1 (31 October 2012)
+ - Many bugfixes for existing tests.
+ - Tests 264-289 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
|