From b43e7c6f3cf7855e16170a06d3a9c7234c60ca94 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 18 Mar 2022 18:12:43 +0000 Subject: [PATCH] Release Cairo 1.17.6 (snapshot) --- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ src/cairo-version.h | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3eeb1c389..a6b14d937 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +Release 1.17.6 (2022-03-18 Emmanuele Bassi ) +============================================================== + +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 ) ======================================================================== 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 -- 2.11.4.GIT