File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
23
2.12.0 (stable)
2
24
3
25
* Add track_object(), deprecate track_obj()
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.12.0 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.12.1 ] ,
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.12.0 ' ,
4
+ version : ' 2.12.1 ' ,
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