diff options
author | Bryce Harrington <bryce@bryceharrington.org> | 2019-01-31 19:33:41 -0800 |
---|---|---|
committer | Bryce Harrington <bryce@bryceharrington.org> | 2019-01-31 19:33:41 -0800 |
commit | d67be70805fc422aacdb75fb14f6fa482db649c0 (patch) | |
tree | c746592606c64b17e9b825c1d476c9219cc0855e | |
parent | 6d93bddbd65a1a9723260f2b0406abae4dd63c7f (diff) |
Release 1.17.21.17.2
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | cairo-version.h | 2 |
2 files changed, 24 insertions, 3 deletions
@@ -1,3 +1,25 @@ +Release 1.17.2 (2019-01-31 Bryce Harrington <bryce@bryceharrington.org>) +======================================================================== +This snapshot provides the new support for writing floating point +formats as 16 bpc PNGs, with support for RGBA128F and RGB96F formats. +This new feature increases Cairo's pixman version requirement to 0.36.0. + +Beyond this are a range of bugfixes and some work on establishing CI for +Cairo. + +For a complete log of changes, please see + + https://cairographics.org/releases/ChangeLog.1.17.2 + +API Changes +----------- +None + +Dependency Changes +------------------ +pixman 0.36.0 + + Release 1.16.0 (2018-10-19 Bryce Harrington <bryce@bryceharrington.org>) ======================================================================== This new stable release incorporates a number of improvements made in @@ -19,7 +41,6 @@ For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.16.0 - Features and Enhancements ------------------------- * Add support for OpenGL ES 3.0 to the gl backend. @@ -175,7 +196,7 @@ legitimate problems found and fixed. For a complete log of changes, please see - https://cairographics.org/releases/ChangeLog.1.15.12 + https://cairographics.org/releases/ChangeLog.1.15.14 Features and Enhancements ------------------------- diff --git a/cairo-version.h b/cairo-version.h index d0bc86796..890ff5890 100644 --- a/cairo-version.h +++ b/cairo-version.h @@ -3,6 +3,6 @@ #define CAIRO_VERSION_MAJOR 1 #define CAIRO_VERSION_MINOR 17 -#define CAIRO_VERSION_MICRO 1 +#define CAIRO_VERSION_MICRO 2 #endif |