diff options
author | Murray Cumming <murrayc@murrayc.com> | 2015-11-13 10:02:41 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2015-11-13 10:02:41 +0100 |
commit | d31a907d5ce83ed688519c96a299ebb21f44e12f (patch) | |
tree | 8100b8207c2f4addbe0ca84da1b76c1164a4e68a | |
parent | 8576b11ca0c4a6cbcc564149d832b22870415b0b (diff) | |
download | sigc++-libsigc-2-6.tar.gz |
2.6.22.6.2libsigc-2-6
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index ad14296..67f2191 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 <http://www.gnu.org/licenses/>. -AC_INIT([libsigc++], [2.6.1], +AC_INIT([libsigc++], [2.6.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B], [libsigc++], [http://libsigc.sourceforge.net/]) AC_PREREQ([2.59]) |