From 2dbf726101e87a18b9dd7b3144e76cf28ea55d15 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Sun, 22 Dec 2019 15:46:30 +0100 Subject: 3.0.1 --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cf581e8..93d51cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +3.0.1 (stable) + +* Build: + - Add meson build, alongside the existing autotools and CMake builds. + (Kjell Ahlstedt, Chun-Wei Fan) + - CMake: Fix the MSVC build, enable warnings, and disable unnecessary + warnings, with MVSC. + (Stuart Dootson) +* connection: Allow copying of empty connections. + (Aigrind) +* sigc++/adaptors/bind.h: Make bind_functor::bound_ public. + (Used by sigc::visitor::do_visit_each(). + (Kjell Ahlstedt) Bug #26 +* test_limit_reference: Avoid virtual-move-assign warning + (seen with g++ 9.2) + (Murray Cumming) +* signal: slot_iterator_buf: Remove unused T_result default type + (Murray Cumming) +* tests: Slight cleanups + (Murray Cumming) +* Remove unused #ifdefed code. + (Murray Cumming) + + 3.0.0 (stable) This is the first stable release of sigc++-3.0, installable in diff --git a/configure.ac b/configure.ac index d88205f..8a65509 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.0], +AC_INIT([libsigc++], [3.0.1], [https://github.com/libsigcplusplus/libsigcplusplus/issues/], [libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/]) AC_PREREQ([2.59]) -- cgit v1.2.1