[cairo-commit]
cairo ChangeLog, 1.1026.2.25, 1.1026.2.26 NEWS, 1.27,
1.27.2.1 configure.in, 1.140.2.2, 1.140.2.3
Carl Worth
commit at pdx.freedesktop.org
Mon Oct 3 17:48:07 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv29259
Modified Files:
Tag: BRANCH_1_0
ChangeLog NEWS configure.in
Log Message:
2005-10-03 Carl Worth <cworth at cworth.org>
* configure.in: Increment CAIRO_VERSION to 1.0.2 and libtool
versioning to 4:3:2.
* NEWS: Add notes for the 1.0.2 release.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1026.2.25
retrieving revision 1.1026.2.26
diff -u -d -r1.1026.2.25 -r1.1026.2.26
--- ChangeLog 30 Sep 2005 03:03:15 -0000 1.1026.2.25
+++ ChangeLog 4 Oct 2005 00:48:04 -0000 1.1026.2.26
@@ -1,3 +1,10 @@
+2005-10-03 Carl Worth <cworth at cworth.org>
+
+ * configure.in: Increment CAIRO_VERSION to 1.0.2 and libtool
+ versioning to 4:3:2.
+
+ * NEWS: Add notes for the 1.0.2 release.
+
2005-09-30 Bertram Felgenhauer <int-e at gmx.de>
reviewed by: keithp
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo/NEWS,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- NEWS 24 Aug 2005 16:26:28 -0000 1.27
+++ NEWS 4 Oct 2005 00:48:04 -0000 1.27.2.1
@@ -1,3 +1,85 @@
+Release 1.0.2 (2005-10-03 Carl Worth <cworth at cworth.org>)
+=========================================================
+For each bug number XXXX below, see:
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=XXXX
+
+for more details.
+
+General bug fixes
+-----------------
+ * 4408 - Add support for dashing of stroked curves
+ (Carl Worth)
+
+ * 4409 - Fix dashing so that each dash is capped on both ends
+ (Carl Worth)
+
+ * 4414 - Prevent SIGILL failures (proper use of -mmmx and -msse flags)
+ (Sebastien Bacher, Billy Biggs)
+
+ * 4299 - Fix crashes with text display in multi-threaded program
+ (Alexey Shabalin, Carl Worth)
+
+ * 4401 - Do not use sincos function since it is buggy on some platforms)
+ (Tim Mooney, Carl Worth)
+
+ * 4245 - Fix several bugs in the test suite exposed by amd64 systems
+ (Seemant Kulleen, Carl Worth)
+
+ * 4321 - Add missing byteswapping on GetImage/PutImage
+ (Sjoerd Simons, Owen Taylor)
+
+ * 4220 - Make the check for rectangular trapezoids simpler and more accurate
+ (Richard Stellingwerff, Owen Taylor)
+
+ * 4260 - Add missing channel-order swapping for antialised fonts
+ (Barbie LeVile, Owen Taylor)
+
+ * 4283 - Fix compilation failure with aggressive inlining (gcc -O3)
+ (Marco Manfredini, Owen Taylor)
+
+ * 4208 - Fix some warnings from sparse
+ (Kjartan Maraas, Billy Biggs)
+
+ * 4269 - Fix to not crash when compiled with -fomit-frame-pointer
+ (Ronald Wahl, Owen Taylor)
+
+ * 4263 - Improve performance for vertical gradients
+ (Richard Stellingwerff, Owen Taylor)
+
+ * 4231
+ * 4298 - Accomodate gentoo and Mandriva versions in X server vendor string check
+ (Billy Biggs, Frederic Crozat, Owen Taylor)
+
+win32-specific fixes
+--------------------
+ * 4599 - Fix "missing wedges" on some stroked paths (win32)
+ (Tim Rowley, Jonathan Watt, Bertram Felgenhauer, Carl Worth, Keith Packard)
+
+ * 4612 - Fix disappearing text if first character out of surface (win32)
+ (Tim Rowley)
+
+ * 4602 - Fix shutdown of cairo from failing intermediate, size-0 bitmaps (win32)
+ Aka. the "white rectangles" bug from mozilla-svg testing
+ (Tim Rowley)
+
+ * Various portability improvements for win32
+ (Hans Breuer, Owen Taylor, Carl Worth)
+
+ * 4593 - Fix font sizes to match user expectations (win32)
+ (Tor Lillqvist, Owen Taylor)
+
+ * 3927 - Fix to report metrics of size 0 for glyph-not-available (win32)
+ (Hans Breuer, Owen Taylor, Tor Lillqvist)
+
+ * Add locking primitives for win32
+ (Hans Breuer)
+
+xlib-specific fixes
+-------------------
+ * Fix crash from size-0 pixmap due to empty clip region (xlib)
+ (Radek DoulÃk, Carl Worth)
+
Release 1.0.0 (2005-08-24 Carl Worth <cworth at cworth.org>)
=========================================================
Experimental backends
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.140.2.2
retrieving revision 1.140.2.3
diff -u -d -r1.140.2.2 -r1.140.2.3
--- configure.in 19 Sep 2005 02:56:32 -0000 1.140.2.2
+++ configure.in 4 Oct 2005 00:48:04 -0000 1.140.2.3
@@ -5,7 +5,7 @@
# An even micro number indicates a released version.
m4_define(cairo_version_major, 1)
m4_define(cairo_version_minor, 0)
-m4_define(cairo_version_micro, 1)
+m4_define(cairo_version_micro, 2)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -23,7 +23,7 @@
# Increment any time the source changes; set to
# 0 if you increment CURRENT
-LT_REVISION=2
+LT_REVISION=3
# Increment if any interfaces have been added; set to 0
# if any interfaces have been removed. removal has
More information about the cairo-commit
mailing list