File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.7.1 (unstable):
2
+
3
+ * signal: Add a moving connect() method, taking an rvalue reference
4
+ to a slot.
5
+ (Kjell Ahlstedt) Bug #756484
6
+ * can_deduce_result_type_with_decltype: Rename the check() methods to
7
+ checksize(). check() is a preprocessor macro in Mac OS X.
8
+ (Kjell Ahlstedt) Bug #759315 (David Otto)
9
+ * Temporarily undefine the nil macro, if it's defined.
10
+ nil is a preprocessor macro in Objective-C++ and Mac OS X.
11
+ (Kjell Ahlstedt) Bug #695235
12
+ * Correct the mem_functor<> declarations.
13
+ Murray Cumming
14
+
1
15
2.6.2 (stable):
2
16
3
17
* slot: Handle auto-disconnection when a slot contains a slot
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.2 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.7.1 ] ,
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