File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
2.6.1 (stable):
2
22
3
23
* Add back deprecated adaptors/lambda API to avoid an unintented ABI break.
Original file line number Diff line number Diff line change 15
15
# # You should have received a copy of the GNU Lesser General Public License
16
16
# # along with this library. If not, see <http://www.gnu.org/licenses/>.
17
17
18
- AC_INIT ( [ libsigc++] , [ 2.6.1 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.6.2 ] ,
19
19
[ http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B] ,
20
20
[ libsigc++] , [ http://libsigc.sourceforge.net/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments