summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-11-28 15:05:01 -0800
committerEric Anholt <eric@anholt.net>2006-11-28 15:05:01 -0800
commit3b5b26e88dfdfc2f97cd1a239eae1865b25bbe5a (patch)
tree6d9f30e52c341e1ac86971779e821e980a2274b2
parent72cb2695ae1f78adef263eff779cc88541a41c87 (diff)
Bump version to 1.2 and update docs.rendercheck-1.2
-rw-r--r--NEWS6
-rw-r--r--README1
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
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@FreeBSD.org],
rendercheck)