[cairo-commit] 3 commits - cairo-version.h NEWS

Chris Wilson ickle at kemper.freedesktop.org
Mon Jul 26 05:16:08 PDT 2010


 NEWS            |   27 +++++++++++++++++++++++++++
 cairo-version.h |    2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)

New commits:
commit b6fd673d37e1c8962d15c0e0e59322a2002fc399
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Jul 26 13:15:38 2010 +0100

    version: 1.9.15 post-snapshot bump

diff --git a/cairo-version.h b/cairo-version.h
index 7d673de..3146336 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 9
-#define CAIRO_VERSION_MICRO 14
+#define CAIRO_VERSION_MICRO 15
 
 #endif
commit ed8c6f42540f03a62fd64ad83b7c397528092232
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Jul 26 12:53:44 2010 +0100

    version: 1.9.14 snapshot

diff --git a/cairo-version.h b/cairo-version.h
index 2ab71a0..7d673de 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 9
-#define CAIRO_VERSION_MICRO 13
+#define CAIRO_VERSION_MICRO 14
 
 #endif
commit 81094cf4622302ebaa9b3f328f5d2a56a1c07a64
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Jul 26 12:52:56 2010 +0100

    NEWS: 1.9.14

diff --git a/NEWS b/NEWS
index deb5528..183348a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Snapshot 1.9.14 (2010-07-26)
+============================
+
+  A quiet couple of weeks, hopefully Cairo is seeing widescale deployment and
+  we are being to see the results of the stabilisation effort. Clipping bugs
+  seems to have been the order of the last couple of weeks, with a couple
+  reported and duly fixed. Thank you Igor Nikitin and Karl Tomlinsion for
+  finding those regressions. At this point all that seems to remain to do is
+  to fix the outstanding regressions in the PDF backend...
+
+Bugs fixes
+----------
+
+    Clip doesn't work for text on the image backend
+    https://bugs.freedesktop.org/show_bug.cgi?id=29008
+
+    Add explicit dependency for cxx
+    https://bugs.freedesktop.org/show_bug.cgi?id=29114
+
+    Fix regressions in reporting clip extents
+    https://bugs.freedesktop.org/show_bug.cgi?id=29120
+    https://bugs.freedesktop.org/show_bug.cgi?id=29121
+    https://bugs.freedesktop.org/show_bug.cgi?id=29122
+    https://bugs.freedesktop.org/show_bug.cgi?id=29124
+    https://bugs.freedesktop.org/show_bug.cgi?id=29125
+
+
 Snapshot 1.9.12 (2010-07-12)
 ============================
 


More information about the cairo-commit mailing list