summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-10-27 13:53:55 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-10-27 13:53:55 -0700
commit3fd993a2b16ab75fa8d7afbd1da577c89f020463 (patch)
tree7696c4b45a6fb2063de1c729945e28ee0a000297 /NEWS
parentd7371acfe5f54bc14c25c725448fb6401c526f6a (diff)
downloadcairo-3fd993a2b16ab75fa8d7afbd1da577c89f020463.tar.gz
WIP news and release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 12 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8c0b82c3c..2f1b775c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,15 @@
-Release Next (DATE Bryce Harrington <bryce@bryceharrington.org>)
+Release 1.14.4 (2015-10-27 Bryce Harrington <bryce@osg.samsung.com>)
========================================================================
-Documentation and tests
Features
--------
-Added a cairo API to set up Win32 surfaces for HDC with alpha channels.
+New cairo API routine to set up Win32 surfaces for HDC with alpha
+channels.
API Changes
-----------
-None
+* Add cairo_win32_surface_create_with_format() API to set up a Win32
+ psurface for an HDX with an alpha channel.
Dependency Changes
------------------
@@ -102,6 +103,13 @@ Bug Fixes
* Cleanup various compiler and run-time warnings, valgrind errors, test
misbehaviors, etc.
+Change Logs
+-----------
+For a detailed list of new changes in this release, see:
+
+ http://cairographics.org/releases/ChangeLog.1.14.4
+
+
Release 1.14.2 (2015-03-09 Bryce Harrington <bryce@osg.samsung.com>)
====================================================================
This release provides collected bug fixes, along with one feature