Skip to content

Commit

Permalink
version: bump for cairo-1.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Apr 29, 2012
1 parent ed90616 commit dbc0efa
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
Release 1.12.2 (2012-04-29 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
After such a long gestation period for the release of Cairo 1.12, we
inevitably accumulated a few bugs that were flushed out by broadening the
test base. Thanks to everybody who tried the release, apologies to any one
unfortunate enough to encounter a bug and many thanks for reporting it. As
a result Adrian Johnson, Alexandros Frantzis, Andrea Canciani, Kalev
Lember, Maarten Bosman, Marcus Meissner, Nis Martensen and Uli Schlachter
have squashed many more bugs and improved the documentation. I would
strongly recommend everyone to upgrade to cairo-1.12.2.
-Chris

Bug fixes
---------

Allow applications to create 0x0 xlib surfaces, such as used by LibreOffice.
https://bugs.freedesktop.org/show_bug.cgi?id=49118

Trim composite extents for SOURCE/CLEAR operators to the mask.

Use fallback fonts in PDF for unhandled computed glyph widths
https://bugs.freedesktop.org/show_bug.cgi?id=48349

Handle snapshots of recording surfaces for analysing pattern extents.
Fixes a regression of reporting the PDF bounding box as being the page size.

Fix allocation size for PDF pattern ids.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=49089

Fix emission of rectilinear dashed segments, with and without scaling, and
application of degenerate line joins.

Clamp unbounded fixup polygons to the clip extents.

Prevent infinite loop due to rounding errors whilst incrementing along dashes.

Prevent overflow for inline a8 span filling.

Miscellaneous build fixes for Cygwin on Windows and Solaris.

Release 1.12.0 (2012-03-23 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
It's taken over 18 months, but the wait is finally over. A new cairo release!
Expand Down
2 changes: 1 addition & 1 deletion cairo-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 12
#define CAIRO_VERSION_MICRO 1
#define CAIRO_VERSION_MICRO 2

#endif

0 comments on commit dbc0efa

Please sign in to comment.