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.4 (stable)
2
+
3
+ Build:
4
+ * Meson build: Set default value of the 'warnings' option to 'min'
5
+ (Kjell Ahlstedt)
6
+ * NMake Makefiles: Several improvements
7
+ (Chun-Wei Fan) Pull request #58
8
+ * docs/reference/: Update for Doxygen >= 1.8.16
9
+ (Kjell Ahlstedt)
10
+
11
+ Documentation:
12
+ * docs/manual/libsigc_manual.xml: Update signal and slot syntax
13
+ (Kjell Ahlstedt) Issue #59 (Denis Washington)
14
+
15
+ The tarball for 2.10.4 has been created with 'meson dist'.
16
+ If you build with Autotools from the tarball, please read the relevant
17
+ part of README.
18
+
19
+
1
20
2.10.3 (stable)
2
21
3
22
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.3 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.10.4 ] ,
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.3 ' ,
4
+ version : ' 2.10.4 ' ,
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