rendercheck: 2 commits - configure.ac NEWS README

Eric Anholt anholt at kemper.freedesktop.org
Sat Feb 10 00:22:02 EET 2007


 NEWS         |    6 ++++++
 README       |    1 +
 configure.ac |    2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
diff-tree bf5275efbf45672ef8364c773cfa98ccd46ab967 (from parents)
Merge: 3b5b26e88dfdfc2f97cd1a239eae1865b25bbe5a 70d94216cc7b6ecd15cc628646516aef10972035
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Feb 9 14:10:24 2007 -0800

    Merge branch 'origin'

diff-tree 3b5b26e88dfdfc2f97cd1a239eae1865b25bbe5a (from 72cb2695ae1f78adef263eff779cc88541a41c87)
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Nov 28 15:05:01 2006 -0800

    Bump version to 1.2 and update docs.

diff --git a/NEWS b/NEWS
index 88fc526..d3b926a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2006-11-27:
+	Version 1.2 released
+	Adds test for bug #7366
+	Tests against more picture formats.
+	Allows testing against a subset of the operators and formats.
+
 2006-05-22:
 	Version 1.1 released.
 	Adds tests for triangles, gradients, and repeating sources.
diff --git a/README b/README
index 5e49fcd..f5af0b0 100644
--- a/README
+++ b/README
@@ -9,3 +9,4 @@ Tests currently include:
   repeating Pictures and 10x10 Pictures.
 - Linear gradients
 - Repeating sources/masks at POT and non-POT sizes
+- Some regression tests for bugs from freedesktop.org bugzilla.
diff --git a/configure.ac b/configure.ac
index 5a12d87..4b8db0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([rendercheck],
-        1.1,
+        1.2,
         [anholt at FreeBSD.org],
         rendercheck)
 



More information about the xorg-commit mailing list