Skip to content

Commit d31a907

Browse files
committed
2.6.2
1 parent 8576b11 commit d31a907

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2.6.2 (stable):
2+
3+
* slot: Handle auto-disconnection when a slot contains a slot
4+
(Kjell Ahlstedt) Bug #755003 (Ryan Beasley)
5+
* slot and signal: Correct move constructors and move assignments.
6+
(Kjell Ahlstedt) Bug #756484.
7+
* trackable, slot_base, signal_base, connection: Add some noexcept specs
8+
(Kjell Ahlstedt) Bug #756484.
9+
* trackable, slot, signal: Remove noexcept from move operations.
10+
(Kjell Ahlstedt) Bug #756484.
11+
* slot and signal: Add missing move constructors and move assignments
12+
(Kjell Ahlstedt) Bug #756484.
13+
* signal_impl: =delete copy and move operations.
14+
(Murray Cumming, Kjell Ahlstedt) Bug #756484
15+
* typed_slot_rep: =delete unimplemented copy and move operations.
16+
(Murray Cumming, Kjell Ahlstedt) Bug #756484
17+
* slot_rep: =delete copy and move operations.
18+
(Murray Cumming, Kjell Ahlstedt) Bug #756484
19+
20+
121
2.6.1 (stable):
222

323
* Add back deprecated adaptors/lambda API to avoid an unintented ABI break.

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.6.1],
18+
AC_INIT([libsigc++], [2.6.2],
1919
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
2020
[libsigc++], [http://libsigc.sourceforge.net/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)