[libsigc++2] 2.7.1



commit 611b26a78927212ce069b00cc3a18ea3aef5eaa0
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Tue Mar 1 08:45:38 2016 +0100

    2.7.1

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]