From 1b47767cfac93c902d413874a6257d5934712ea8 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Thu, 20 May 2021 14:25:53 +0200 Subject: 2.10.7 --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) mode change 100644 => 100755 NEWS diff --git a/NEWS b/NEWS old mode 100644 new mode 100755 index f07a56a..3413e9e --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +2.10.7 (stable) + +Meson build: +* Make it possible to use sigc++ as a subproject + (Kjell Ahlstedt) +* Fix dependency on files generated from .h.m4 files + (Kjell Ahlstedt) +* No implicit_include_directories + (Kjell Ahlstedt) +* Make quiet installations possible + (Kjell Ahlstedt) +* Fix build as subproject without building documentation + (Kjell Ahlstedt) Issue #71 (Xavier Claessens) + +Documentation: +* Links to *.gnome.org refer to sigc++-2.0 and gtkmm-3.0 versions + instead of latest versions + (Kjell Ahlstedt) + + 2.10.6 (stable) Build: diff --git a/configure.ac b/configure.ac index 166e37e..d1760ac 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([libsigc++], [2.10.6], +AC_INIT([libsigc++], [2.10.7], [https://github.com/libsigcplusplus/libsigcplusplus/issues/], [libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/]) AC_PREREQ([2.59]) diff --git a/meson.build b/meson.build index 6fcfe84..1ba9899 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # This file is part of libsigc++. project('libsigc++', 'cpp', - version: '2.10.6', + version: '2.10.7', license: 'LGPLv2.1+', default_options: [ 'cpp_std=c++11', -- cgit v1.2.1