File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2.10.3 (stable)
2
+
3
+ Build:
4
+ * Add Meson build, alongside the existing Autotools build.
5
+ (Kjell Ahlstedt, Chun-Wei Fan) Pull request #47, #50
6
+ * Improve MSVC builds on Windows
7
+ (Chun-Wei Fan) Pull request #50
8
+ * meson.build: Check if .git is a directory or file
9
+ (Kjell Ahlstedt) Merge request pangomm!8 (Ting-Wei Lan)
10
+ * docs/reference/meson.build: Check if perl is found
11
+ (Kjell Ahlstedt) Issue #53 (Rasmus Thomsen)
12
+ * README: Describe building with Meson and Autotools
13
+ (Kjell Ahlstedt)
14
+
15
+ Tests:
16
+ * Make test_track_obj.cc compile with clang++
17
+ (Kjell Ahlstedt)
18
+
19
+
1
20
2.10.2: (stable)
2
21
3
22
This release is identical to 2.10.1, except for:
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.2 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.10.3 ] ,
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.2 ' ,
4
+ version : ' 2.10.3 ' ,
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