Skip to content

Commit 88fdb3a

Browse files
committed
2.10.3
1 parent ac4440f commit 88fdb3a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
2.10.2: (stable)
221

322
This release is identical to 2.10.1, except for:

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

0 commit comments

Comments
 (0)