Skip to content

Commit 9ae2883

Browse files
committed
2.12.0
1 parent 9ccf75f commit 9ae2883

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

NEWS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2.12.0 (stable)
2+
3+
* Add track_object(), deprecate track_obj()
4+
(Kjell Ahlstedt) Issue #78 (LordVolumeForm)
5+
6+
Examples, tests:
7+
* examples/member_method: Make on_print() non-virtual
8+
(Kjell Ahlstedt)
9+
* test_limit_reference.cc: Don't use auto where a slot is required
10+
(Kjell Ahlstedt) Issue #44 (Murray Cumming)
11+
12+
Build:
13+
* Meson: Avoid configuration warnings
14+
(Kjell Ahlstedt)
15+
* Meson, MSVC: Compensate for the lack of msvc_recommended_pragmas.h
16+
(Chun-wei Fan)
17+
* Fix build with -Dbuild-deprecated-api=false
18+
(Kjell Ahlstedt) Issue #82 (bbhtt)
19+
* Meson: Detect if we build from a git subtree
20+
(William Roy) Merge request gtkmm!72
21+
* Meson: Simplify lookup of python command
22+
(wael444) Pull request #83
23+
* Meson: Add build_tests option
24+
(Fabrice Fontaine) Pull request #84
25+
26+
127
2.10.8 (stable)
228

329
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.8],
18+
AC_INIT([libsigc++], [2.12.0],
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.8',
4+
version: '2.12.0',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'cpp_std=c++11',

0 commit comments

Comments
 (0)