summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2014-10-13 18:20:45 -0700
committerBryce Harrington <bryce@osg.samsung.com>2014-10-13 18:20:45 -0700
commit41561c527c72d20f6f09f898f6390a578cfd4095 (patch)
treedbca0d00a8e234b355c55a25f0d92dfce682953d
parentab2a7b61d59258b71e1c3256edf2f42ea6cc1eb2 (diff)
downloadcairo-41561c527c72d20f6f09f898f6390a578cfd4095.tar.gz
NEWS: Update with latest changes and finalize for release
-rw-r--r--NEWS24
1 files changed, 19 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 01e56de64..0e345b306 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Release 1.??.?? (??)
-====================
+Release 1.14.0 (2014-10-13 Bryce Harrington <bryce@osg.samsung.com>)
+====================================================================
Hard to believe it's been over a year since our last release, but it's
not for lack of activity. This release includes contributions of a wide
assortment of bug fixes, build system improvements, warnings cleanups,
@@ -32,9 +32,10 @@ Features
pixman is the same as BILINEAR. (This is subject to change in the
future).
- Note that other backends, in particular xlib/xcb, do not implement
- these filtering fixes yet, however other actions may cause them to use
- an image fallback which will cause these filters to be used.
+ xlib and xcb also use the image fallback for GOOD/BEST filters, but
+ note that other backends do not implement these filtering fixes yet,
+ however other actions may cause them to use an image fallback which
+ will cause these filters to be used.
Improve handling of device transformation and scaling, allowing Cairo
to now support scaling at a device level, permitting easier, more
@@ -175,6 +176,19 @@ Bug fixes
Fix compilation with Android bionic libc
+ Don't try to build util/sphinx on Windows
+
+ Fix loss of precision when emitting joins. This was caused by
+ discrepancies in line gradients when passing trapezoids around.
+
+ Fix loss of precision and associated rendering issues in
+ cairo-tor-scan-converter from projection onto sample grid.
+
+ Fix pixman oversampling of neighbouring edges within a cell by
+ eliminating self-intersections for the pixman traps compositor.
+
+ Fix multi-line string splitting in PDFs
+
Various cleanups and fixes to warnings, documentation, tests, and
build system. Improve error handling and return value checks.
Cleanup XFAIL tests and reference images. Cover recently added