File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
27
2.10.8 (stable)
2
28
3
29
Build:
Original file line number Diff line number Diff line change 15
15
# # You should have received a copy of the GNU Lesser General Public License
16
16
# # along with this library. If not, see <http://www.gnu.org/licenses/>.
17
17
18
- AC_INIT ( [ libsigc++] , [ 2.10.8 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.12.0 ] ,
19
19
[ https://github.com/libsigcplusplus/libsigcplusplus/issues/] ,
20
20
[ libsigc++] , [ https://libsigcplusplus.github.io/libsigcplusplus/] )
21
21
AC_PREREQ ( [ 2.59] )
Original file line number Diff line number Diff line change 1
1
# This file is part of libsigc++.
2
2
3
3
project (' libsigc++' , ' cpp' ,
4
- version : ' 2.10.8 ' ,
4
+ version : ' 2.12.0 ' ,
5
5
license : ' LGPLv2.1+' ,
6
6
default_options : [
7
7
' cpp_std=c++11' ,
You can’t perform that action at this time.
0 commit comments