From 594062f4ff9bcd4ae2c1a8e33b21df68d473affb Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Sun, 27 Sep 2020 12:32:09 +0200 Subject: 3.0.4 --- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 77e3d7d..fc2fdcd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +3.0.4 (stable) + +Build: +* Meson build: Set default value of the 'warnings' option to 'min' + (Kjell Ahlstedt) +* NMake Makefiles: Several improvements + (Chun-Wei Fan) Pull request #57 +* docs/reference/: Update for Doxygen >= 1.8.16 + (Kjell Ahlstedt) + +Documentation: +* docs/manual/libsigc_manual.xml: Update signal and slot syntax + (Kjell Ahlstedt) Issue #59 (Denis Washington) + +The tarball for 3.0.4 has been created with 'meson dist'. +If you build with Autotools from the tarball, please read the relevant +part of README.md. + + 3.0.3 (stable) Build: diff --git a/configure.ac b/configure.ac index d815d47..d34d4bf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([libsigc++], [3.0.3], +AC_INIT([libsigc++], [3.0.4], [https://github.com/libsigcplusplus/libsigcplusplus/issues/], [libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/]) AC_PREREQ([2.59]) diff --git a/meson.build b/meson.build index 2bbb307..07ec66e 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # This file is part of libsigc++. project('libsigc++', 'cpp', - version: '3.0.3', + version: '3.0.4', license: 'LGPLv2.1+', default_options: [ 'cpp_std=c++17', -- cgit v1.2.1