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

Chris Wilson ickle at kemper.freedesktop.org
Sun Nov 4 07:35:44 PST 2012


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

New commits:
commit 6ed1da67b5814c5ff062831f17621a585f81d704
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Nov 4 15:34:34 2012 +0000

    version: Post-release bump to 1.12.9

diff --git a/cairo-version.h b/cairo-version.h
index 8b05836..b8054f1 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 12
-#define CAIRO_VERSION_MICRO 8
+#define CAIRO_VERSION_MICRO 9
 
 #endif
commit cc162915a55cc67587677352bd9e389f16117853
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Nov 4 14:23:09 2012 +0000

    1.12.8 release

diff --git a/NEWS b/NEWS
index 77a0d0e..30ffd07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+Release 1.12.8 (2012-11-24 Chris Wilson <chris at chris-wilson.co.uk>)
+===================================================================
+Another couple of weeks and a few more bugs have been found and fixed,
+it is time to push the next point release. Many thanks to everyone who
+reported their issues and helped us track down the bugs and helped
+testing the fixes.
+
+Bug fixes
+---------
+
+  Expand the sanity checking for broken combinations of XSendEvent and
+  ShmCompletionEvent.
+
+  Notice that "The X.Org Foundation" sometimes also identifies itself
+  as "The Xorg Foundation".
+
+  Handle various ages of libXext and its Shm headers.
+
+  Fix the invalid clipping of the source drawable when using SHM
+  transport to upload images.
+  https://bugs.freedesktop.org/show_bug.cgi?id=56547
+
+  Handle all Type1 postscript operators for better font compatibility.
+  https://bugs.freedesktop.org/show_bug.cgi?id=56265
+
+  Fix a couple of memory leaks in Type1 font subsetting
+  https://bugs.freedesktop.org/show_bug.cgi?id=56566
+
+  Tighten the evaluation of the start/stop pen vertices, and catch a few
+  instances where we would use a fan instead of a bevel.
+  https://bugs.freedesktop.org/show_bug.cgi?id=56432
+
+  Fix assumption that geometric clipping always succeeds with the
+  span-compositor.
+  https://bugs.freedesktop.org/show_bug.cgi?id=56574
+
+  Fix call to spline intersection when evaluating whether a stoke is
+  visible.
+
+  Remember to copy inferior sources when using SHM to readback the
+  surface for use as a source.
+
 Release 1.12.6 (2012-10-22 Chris Wilson <chris at chris-wilson.co.uk>)
 ===================================================================
 Thanks to everyone who download cairo-1.12.4 and gave us their feedback.
diff --git a/cairo-version.h b/cairo-version.h
index c685909..8b05836 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 12
-#define CAIRO_VERSION_MICRO 7
+#define CAIRO_VERSION_MICRO 8
 
 #endif


More information about the cairo-commit mailing list