summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2015-03-10 04:45:18 -0700
committerBryce Harrington <b.harrington@samsung.com>2015-03-10 10:55:55 -0700
commitc45e323555356da0b509c3bb380ccb08b4dea9db (patch)
treeae6e6d7381b5f61aeb17586efd96bffed334f38a /NEWS
parent79dbe1bad8089aa3e0b9a9a63443a74cd9e22f32 (diff)
downloadcairo-c45e323555356da0b509c3bb380ccb08b4dea9db.tar.gz
NEWS: Finish filling in changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 59e195b38..d4f93ef3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,19 @@
Release 1.14.2 (2014-03-09 Bryce Harrington <bryce@osg.samsung.com>)
====================================================================
+This release provides collected bug fixes, along with one feature
+enhancement for the xcb backend, and a small performance improvement for
+fonts.
+The running theme of the bug fixes is platform-specific issues, both
+build and run-time. Platforms with fixes include Sparc, AIX, Windows
+(mingw), and Windows (MSVC8). Memory leaks, valgrind issues, and PDF
+issues round out our list.
Features
--------
-None
+ * Improve xcb's handling of per-screen subpixel ordering. If no
+ Xft.rgba property is specified, default to the screen's subpixel
+ order.
API Changes
-----------
@@ -42,7 +51,21 @@ Bug Fixes
* Fix valgrind error by releasing pattern created by
cairo_pattern_create_rgb().
* Fix valgrind errors when running cairo-test-suite.
-
+ * Fix memory leak in recording surface replays
+ (fdo bug #87898)
+ * Fix destruction of fonts in api-special-cases test.
+ (fdo bug #87567)
+ * Fix duplicated surface push on similar-image, preventing trivial GTK3
+ program traces from being replayable, with an error message about
+ invalid values for the size of the input.
+ (fdo bug #73580)
+ * Fix crash when win32 surface's image size does not cover the entire
+ surface.
+ (fdo bug #53121)
+ * Fix crash due to obsolete CGFontGetGlyphPath call
+ (fdo bug #84324)
+ * Fix several build issues on AIX
+ (fdo bugs #89338, #89340, #89356, #89354)
* Fix various documentation warnings and errors
Release 1.14.0 (2014-10-13 Bryce Harrington <bryce@osg.samsung.com>)