diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-12-09 12:41:13 -0800 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-12-09 12:41:13 -0800 |
commit | 9d3191da6fae7dfd914c3516d6ba369c9ba1a576 (patch) | |
tree | 40315eb0da3b4a726999ba7f032bbed6b2a36c1a | |
parent | 3372181a17c196af0644abe1b9c63a4b57815c9a (diff) |
Release 1.14.61.14.6
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | cairo-version.h | 2 |
2 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,34 @@ +Release 1.14.6 (2015-12-09 Bryce Harrington <bryce@osg.samsung.com>) +======================================================================== +Simple bugfix release to fix one Windows issue. + +For a complete log of changes since 1.14.4, please see: + + http://cairographics.org/releases/ChangeLog.1.14.6 + +Features +-------- +None + +API Changes +----------- +None + +Dependency Changes +------------------ +None + +Performance Optimizations +------------------------- +None + +Bug Fixes +--------- +* Fix failure on Windows due to reference of the function + cairo_win32_surface_create_with_format(), which isn't included in the + 1.14.4 release. (Bug #92771) + + Release 1.14.4 (2015-10-28 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== Just in time for Halloween we see another bug-fix release for Cairo. diff --git a/cairo-version.h b/cairo-version.h index 55f7e5bec..4c1de000c 100644 --- a/cairo-version.h +++ b/cairo-version.h @@ -3,6 +3,6 @@ #define CAIRO_VERSION_MAJOR 1 #define CAIRO_VERSION_MINOR 14 -#define CAIRO_VERSION_MICRO 5 +#define CAIRO_VERSION_MICRO 6 #endif |