summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2016-03-01 08:45:38 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2016-03-01 08:45:38 +0100
commit611b26a78927212ce069b00cc3a18ea3aef5eaa0 (patch)
tree11661f290a96c885cd256cf0f7a141457fe74a16
parentca4bdb2abb95180b3e64f2375de115a0b21b9eda (diff)
downloadsigc++-2.7.1.tar.gz
2.7.12.7.1
-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])