[cairo-commit] 4 commits - configure.in NEWS

Carl Worth cworth at kemper.freedesktop.org
Thu Dec 14 21:11:44 PST 2006


 NEWS         |   21 +++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)

New commits:
diff-tree fa618df6e216f9418d4769ba01cd305f3f12a113 (from parents)
Merge: 2b946cba0e2e0bc1ddfda2aad87f1e482568c1b1 81a620fb66a1eb341fefaad26c9d452e494890cb
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Dec 14 21:10:21 2006 -0800

    Merge branch 'master' of git.cairographics.org:/git/cairo into cairo

diff-tree 2b946cba0e2e0bc1ddfda2aad87f1e482568c1b1 (from 129b55f5fcc4c2ae5b63ac6eb73fce8a708e4874)
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Dec 14 21:09:45 2006 -0800

    Bump cairo version to 1.3.9 after making 1.3.8 snapshot

diff --git a/configure.in b/configure.in
index 88c9d37..a94fc28 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl An odd micro number indicates in-pro
 dnl An even micro number indicates a released version.
 m4_define(cairo_version_major, 1)
 m4_define(cairo_version_minor, 3)
-m4_define(cairo_version_micro, 8)
+m4_define(cairo_version_micro, 9)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,
diff-tree 129b55f5fcc4c2ae5b63ac6eb73fce8a708e4874 (from 8fa86e897091ad8ce4c286896df56d44892040ee)
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Dec 14 20:44:25 2006 -0800

    Increment cairo version to 1.3.8 (and libtool versioning to 12:2:10)

diff --git a/configure.in b/configure.in
index 4b1bd3d..88c9d37 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl An odd micro number indicates in-pro
 dnl An even micro number indicates a released version.
 m4_define(cairo_version_major, 1)
 m4_define(cairo_version_minor, 3)
-m4_define(cairo_version_micro, 7)
+m4_define(cairo_version_micro, 8)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -26,7 +26,7 @@ LT_CURRENT=12
 
 # Increment any time the source changes; set to
 # 0 if you increment CURRENT
-LT_REVISION=1
+LT_REVISION=2
 
 # Increment if any interfaces have been added; set to 0
 # if any interfaces have been removed. removal has
diff-tree 8fa86e897091ad8ce4c286896df56d44892040ee (from 8b31038b9fb7f8fc3eb2729c3d14de5c0b130873)
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Dec 14 20:43:31 2006 -0800

    NEWS: Add notes for cairo 1.3.8 snapshot

diff --git a/NEWS b/NEWS
index 812a0b5..8410cf7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Snapshot 1.3.8 (2006-12-14 Carl Worth <cworth at cworth.org>)
+==========================================================
+This is the fourth development snapshot in the 1.3 series. It comes
+just slightly more than one week after the 1.3.6 snapshot.
+
+After the bug fixes in 1.3.6, we're back to our original program of
+weekly snapshots, each one faster than the one from the week
+before. Cairo 1.3.8 brings a 2x improvement in the speed of rendering
+linear gradients (thanks to David Turner), and a significant reduction
+in X traffic when rendering text (thanks to Xan Lopez and Behdad
+Esfahbod), making cairo behave very much like Xft does.
+
+A few other things in the 1.3.8 snapshot worth noting include a more
+forgiving image comparator in the test suite, (using the "perceptual
+diff" metric and GPL implementation by Hector Yee[*]), a bug fix for
+broken linking on x86_64 (thanks to M Joonas Pihlaja) and an even
+better implementation of _cairo_lround, (not faster, but supporting a
+more complete input range), from Daniel Amelang.
+
+[*] http://pdiff.sourceforge.net/
+
 Snapshot 1.3.6 (2006-12-06 Carl Worth <cworth at cworth.org>)
 ==========================================================
 This is the third development snapshot in the 1.3 series. It comes two


More information about the cairo-commit mailing list