From 61286896d11ed961add217ff4a209d10d9efb700 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Thu, 20 May 2021 15:56:55 +0200 Subject: 1.16.1 --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) mode change 100644 => 100755 NEWS diff --git a/NEWS b/NEWS old mode 100644 new mode 100755 index 7ea0fa8..c802e67 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +1.16.1 (stable): + +Cairo: +* Surface::Type: Deprecate WIN32, add WIN32_SURFACE + (Kjell Ahlstedt) Issue #26, merge request !14 + +Build: +* cairommconfig.h.*: Don't dllimport on MinGW + (Chun-wei Fan) Merge reqest !16 + (Chun-wei Fan) Issue gtkmm#90 (Lukas K.) +* Meson build: Make it possible to use cairomm as a subproject + (Kjell Ahlstedt) +* Meson build: No implicit_include_directories + (Kjell Ahlstedt) +* MSVC build: exception.h: Export Cairo::logic_error selectively + (Chun-wei Fan) Merge request !17 + + 1.16.0 (stable): This is the first stable release in the cairomm-1.16 ABI series. diff --git a/configure.ac b/configure.ac index d6c1fab..d224409 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([cairomm], [1.16.0], +AC_INIT([cairomm], [1.16.1], [https://gitlab.freedesktop.org/cairo/cairomm/-/issues], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) -- cgit v1.2.3