Skip to content

Commit 230257f

Browse files
committed
2.10.4
1 parent 6c07676 commit 230257f

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.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+
120
2.10.3 (stable)
221

322
Build:

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

0 commit comments

Comments
 (0)