Skip to content

Commit d67be70

Browse files
Release 1.17.2
1 parent 6d93bdd commit d67be70

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

NEWS

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release 1.17.2 (2019-01-31 Bryce Harrington <[email protected]>)
2+
========================================================================
3+
This snapshot provides the new support for writing floating point
4+
formats as 16 bpc PNGs, with support for RGBA128F and RGB96F formats.
5+
This new feature increases Cairo's pixman version requirement to 0.36.0.
6+
7+
Beyond this are a range of bugfixes and some work on establishing CI for
8+
Cairo.
9+
10+
For a complete log of changes, please see
11+
12+
https://cairographics.org/releases/ChangeLog.1.17.2
13+
14+
API Changes
15+
-----------
16+
None
17+
18+
Dependency Changes
19+
------------------
20+
pixman 0.36.0
21+
22+
123
Release 1.16.0 (2018-10-19 Bryce Harrington <[email protected]>)
224
========================================================================
325
This new stable release incorporates a number of improvements made in
@@ -19,7 +41,6 @@ For a complete log of changes, please see
1941

2042
https://cairographics.org/releases/ChangeLog.1.16.0
2143

22-
2344
Features and Enhancements
2445
-------------------------
2546
* Add support for OpenGL ES 3.0 to the gl backend.
@@ -175,7 +196,7 @@ legitimate problems found and fixed.
175196

176197
For a complete log of changes, please see
177198

178-
https://cairographics.org/releases/ChangeLog.1.15.12
199+
https://cairographics.org/releases/ChangeLog.1.15.14
179200

180201
Features and Enhancements
181202
-------------------------

cairo-version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
#define CAIRO_VERSION_MAJOR 1
55
#define CAIRO_VERSION_MINOR 17
6-
#define CAIRO_VERSION_MICRO 1
6+
#define CAIRO_VERSION_MICRO 2
77

88
#endif

0 commit comments

Comments
 (0)