summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2015-02-28 09:55:00 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2015-02-28 09:55:00 +0100
commit90c14798d2fb4b0e60e7b470f1050b3df302500f (patch)
tree54b3f3e71b825bdd54a945e346a4ecbdfddace97
parent246dd43a6a7f776099a1af8076502bc7a6338631 (diff)
downloadsigc++-libsigc-2-4.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
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])