From d31a907d5ce83ed688519c96a299ebb21f44e12f Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 13 Nov 2015 10:02:41 +0100 Subject: 2.6.2 --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e9a4051..c325d58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +2.6.2 (stable): + +* slot: Handle auto-disconnection when a slot contains a slot + (Kjell Ahlstedt) Bug #755003 (Ryan Beasley) +* slot and signal: Correct move constructors and move assignments. + (Kjell Ahlstedt) Bug #756484. +* trackable, slot_base, signal_base, connection: Add some noexcept specs + (Kjell Ahlstedt) Bug #756484. +* trackable, slot, signal: Remove noexcept from move operations. + (Kjell Ahlstedt) Bug #756484. +* slot and signal: Add missing move constructors and move assignments + (Kjell Ahlstedt) Bug #756484. +* signal_impl: =delete copy and move operations. + (Murray Cumming, Kjell Ahlstedt) Bug #756484 +* typed_slot_rep: =delete unimplemented copy and move operations. + (Murray Cumming, Kjell Ahlstedt) Bug #756484 +* slot_rep: =delete copy and move operations. + (Murray Cumming, Kjell Ahlstedt) Bug #756484 + + 2.6.1 (stable): * Add back deprecated adaptors/lambda API to avoid an unintented ABI break. -- cgit v1.2.1