summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-20 14:25:53 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-20 14:25:53 +0200
commit1b47767cfac93c902d413874a6257d5934712ea8 (patch)
tree3ce92ec7664aaef08461413b442e2d49fc939969
parentf6abdbbe44467583ca9c76d61f4a7784c4582add (diff)
downloadsigc++-2.10.7.tar.gz
2.10.72.10.7
-rwxr-xr-x[-rw-r--r--]NEWS20
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f07a56a..3413e9e 100644..100755
--- 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 <http://www.gnu.org/licenses/>.
-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',