Skip to content

Commit 611b26a

Browse files
author
Kjell Ahlstedt
committed
2.7.1
1 parent ca4bdb2 commit 611b26a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
2.6.2 (stable):
216

317
* slot: Handle auto-disconnection when a slot contains a slot

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.2],
18+
AC_INIT([libsigc++], [2.7.1],
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)