summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-05-22 23:54:55 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-05-22 23:54:55 -0700
commitb99c20783f3d77077eef2af18960db1a68d0dffd (patch)
tree1eb6df5e6b3c23aa97fd12fa2ed3dc8c29c70afc
parent47e2f49ffc5c9300097ffb217074b0cac13f1e42 (diff)
Bump version to 1.1 and update docs.RENDERCHECK-1_1
-rw-r--r--AUTHORS1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index aba7a62..cf0203b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
Written in 2004 by Eric Anholt.
+Additional tests contributed by Lars Knoll.
diff --git a/NEWS b/NEWS
index dd3dfed..88fc526 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
+2006-05-22:
+ Version 1.1 released.
+ Adds tests for triangles, gradients, and repeating sources.
+ Fixes a major memory leak.
+ Allow run-time selection of the set of tests to be run.
+ Add a manpage.
+
2004-10-24:
Version 1.0.3 released.
- Allows building on systems without xrender.pc
+ Allows building on systems without xrender.pc.
2004-09-19:
Version 1.0.2 released.
diff --git a/configure.ac b/configure.ac
index 33e6b3e..5a12d87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([rendercheck],
- 1.0.3,
+ 1.1,
[anholt@FreeBSD.org],
rendercheck)