diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2022-03-18 18:12:43 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2022-03-18 18:40:07 +0000 |
commit | b43e7c6f3cf7855e16170a06d3a9c7234c60ca94 (patch) | |
tree | 67a835427a3fa1c130175a6e77b4732fb7ecaec5 | |
parent | 8344dc1136dbf018d1237ba60420e3ea18909c75 (diff) |
Release Cairo 1.17.6 (snapshot)1.17.6
-rw-r--r-- | NEWS | 40 | ||||
-rw-r--r-- | src/cairo-version.h | 2 |
2 files changed, 41 insertions, 1 deletions
@@ -1,3 +1,43 @@ +Release 1.17.6 (2022-03-18 Emmanuele Bassi <ebassi@gnome.org>) +============================================================== + +I spy with my little eye… a Cairo snapshot! + +First of all, many, many thanks to everyone who contributed to Cairo +during this development cycle. A special thank you goes to: + +- Adrian Johnson +- Uli Schlachter + +for their tireless efforts in ensuring that the lights are still on +in the Cairo project. + +This snapshot sees the removal of the following backends and platform +support: + +- Qt4 +- BeOS +- OS/2 +- DirectFB +- DRM +- Cogl +- OpenVG + +Thanks to all past contributors for their work on them. If you were using +any of these backends then you will need to stick to Cairo 1.16. + +To offset the removal of the backends above, Adrian Johnson landed the +DWrite font rendering backend on Windows. + +There have been multiple improvements in the Quartz backend, courtesy of +John Ralls. + +Tim-Philipp Müller has kept the Meson build in top shape. + +This snapshot is going to be the **last** release of Cairo with the +Autotools build system. The Meson build has seen many improvements and +it is considerably easier to maintain and faster to build. + Release 1.17.4 (2020-11-27 Bryce Harrington <bryce@bryceharrington.org>) ======================================================================== diff --git a/src/cairo-version.h b/src/cairo-version.h index 0eb1b7579..9e8ec3595 100644 --- a/src/cairo-version.h +++ b/src/cairo-version.h @@ -3,6 +3,6 @@ #define CAIRO_VERSION_MAJOR 1 #define CAIRO_VERSION_MINOR 17 -#define CAIRO_VERSION_MICRO 5 +#define CAIRO_VERSION_MICRO 6 #endif |