Skip to content

Commit 6bef4e0

Browse files
committed
2.12.1
1 parent 8378aca commit 6bef4e0

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

NEWS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2.12.1 (stable)
2+
3+
Documentation:
4+
* slot, signal: Describe the slot<void(int)> syntax more
5+
(Kjell Ahlstedt) Issue #86 (Daniel Boles)
6+
* connection: Improve the class documentation
7+
(Kjell Ahlstedt) Issue #88 (Daniel Boles)
8+
* Improve Visual Studio build documentation
9+
(Chun-wei Fan) Pull request #94
10+
* Remove AUTHORS and add general information to README.md
11+
(Kjell Ahlstedt) Issue gtkmm#140
12+
13+
Build:
14+
* Meson: Don't copy files with configure_file()
15+
(Kjell Ahlstedt)
16+
* Meson: Fix the evaluation of is_git_build on Windows
17+
(Kjell Ahlstedt) Issue gtkmm#131 (William Roy)
18+
* Visual Studio: Support static builds
19+
Issue #90 (Swat-SomeBug)
20+
(Chun-wei Fan) Pull request #92
21+
22+
123
2.12.0 (stable)
224

325
* Add track_object(), deprecate track_obj()

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

0 commit comments

Comments
 (0)