diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-10-27 13:53:55 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-10-27 13:53:55 -0700 |
commit | 3fd993a2b16ab75fa8d7afbd1da577c89f020463 (patch) | |
tree | 7696c4b45a6fb2063de1c729945e28ee0a000297 /NEWS | |
parent | d7371acfe5f54bc14c25c725448fb6401c526f6a (diff) |
WIP news and release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 |