From 3b5b26e88dfdfc2f97cd1a239eae1865b25bbe5a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 28 Nov 2006 15:05:01 -0800 Subject: Bump version to 1.2 and update docs. --- NEWS | 6 ++++++ README | 1 + configure.ac | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3