summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c325d58..13518a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.7.1 (unstable):
+
+* signal: Add a moving connect() method, taking an rvalue reference
+ to a slot.
+ (Kjell Ahlstedt) Bug #756484
+* can_deduce_result_type_with_decltype: Rename the check() methods to
+ checksize(). check() is a preprocessor macro in Mac OS X.
+ (Kjell Ahlstedt) Bug #759315 (David Otto)
+* Temporarily undefine the nil macro, if it's defined.
+ nil is a preprocessor macro in Objective-C++ and Mac OS X.
+ (Kjell Ahlstedt) Bug #695235
+* Correct the mem_functor<> declarations.
+ Murray Cumming
+
2.6.2 (stable):
* slot: Handle auto-disconnection when a slot contains a slot
diff --git a/configure.ac b/configure.ac
index 6e497a4..fe859e2 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.2],
+AC_INIT([libsigc++], [2.7.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])