Skip to content

Commit 1b47767

Browse files
committed
2.10.7
1 parent f6abdbb commit 1b47767

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

NEWS

100644100755
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2.10.7 (stable)
2+
3+
Meson build:
4+
* Make it possible to use sigc++ as a subproject
5+
(Kjell Ahlstedt)
6+
* Fix dependency on files generated from .h.m4 files
7+
(Kjell Ahlstedt)
8+
* No implicit_include_directories
9+
(Kjell Ahlstedt)
10+
* Make quiet installations possible
11+
(Kjell Ahlstedt)
12+
* Fix build as subproject without building documentation
13+
(Kjell Ahlstedt) Issue #71 (Xavier Claessens)
14+
15+
Documentation:
16+
* Links to *.gnome.org refer to sigc++-2.0 and gtkmm-3.0 versions
17+
instead of latest versions
18+
(Kjell Ahlstedt)
19+
20+
121
2.10.6 (stable)
222

323
Build:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## You should have received a copy of the GNU Lesser General Public License
1616
## along with this library. If not, see <http://www.gnu.org/licenses/>.
1717

18-
AC_INIT([libsigc++], [2.10.6],
18+
AC_INIT([libsigc++], [2.10.7],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is part of libsigc++.
22

33
project('libsigc++', 'cpp',
4-
version: '2.10.6',
4+
version: '2.10.7',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'cpp_std=c++11',

0 commit comments

Comments
 (0)