summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-09-20 02:35:20 -0700
committerKeith Packard <keithp@keithp.com>2016-09-21 11:48:22 +0300
commit7685ee0a329a481b0b3bff925e36dc8a302b2b4f (patch)
treebc5a63e94f673499e197dfdf6c37ec0246d7cddc
parent3f808b285158453f537d694bc27d72e10ee034a6 (diff)
Version 1.91.9
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
2 files changed, 10 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 777b924..4cc3dbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ dnl for licensing information.
AC_PREREQ(2.64)
AC_INIT([cairo-5c],
- [1.8],
+ [1.9],
[http://cairographics.org],
[cairo-5c])
diff --git a/debian/changelog b/debian/changelog
index d563d15..0fe9cd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+cairo-5c (1.9) unstable; urgency=low
+
+ * Add connect 3 demo application
+ * Protect repaint queue with mutex
+ * Update test images with current cairo
+ * Fix test suite execution.
+
+ -- Keith Packard <keithp@keithp.com> Tue, 20 Sep 2016 02:34:53 -0700
+
cairo-5c (1.8) unstable; urgency=low
* Skip infinite recursive box resize