[libsigc++2] 2.4.1



commit 90c14798d2fb4b0e60e7b470f1050b3df302500f
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Sat Feb 28 09:55:00 2015 +0100

    2.4.1

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fc82559..3ff41b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.4.1 (stable):
+
+* A slot's functor is destroyed when an empty slot is assigned to the slot.
+  (Kjell Ahlstedt) Bug #738602 (James Lin)
+* test_disconnect_during_emit tests that the slot is really disconnected
+  during signal emission.
+  (Kjell Ahlstedt)
+
 2.4.0 (stable):
 
 Note: API/ABI is the same as in release 2.3.2. Compared to stable
diff --git a/configure.ac b/configure.ac
index 126944f..06b140e 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.4.0],
+AC_INIT([libsigc++], [2.4.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]