File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
21
2.10.6 (stable)
2
22
3
23
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.6 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.10.7 ] ,
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.6 ' ,
4
+ version : ' 2.10.7 ' ,
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