summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-02-22 15:52:14 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-02-22 15:52:14 +0000
commit330e48084fbf7e2f2ad2990b29457c91d42878e0 (patch)
treeb3b6b438c2ef227388961932ae705aa6d8a49368 /NEWS
parent38f5eef7f82d1fd312a3dc9dcbd1bf40815facd2 (diff)
downloadsigc++-330e48084fbf7e2f2ad2990b29457c91d42878e0.tar.gz
Increased versionlibsigc++-2.0.10
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a12c80d..0e08cea 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,17 @@ This version of libsigc++ needs GNU g++ 3.2 or higher to compile.
*** ChangeLog summary:
+2.0.10:
+
+* tests: Include <new> to avoid unresolved symbols on Tru64.
+ (Tim Mooney)
+* When signal handlers are connected made during an emit
+ of the same signal, prevent them from being called in the
+ same emit, to prevent infinite loops.
+ (Neal E. Coombes)
+* Performance improvement in a corner case.
+ (Neal E. Coombes).
+
2.0.9:
* sigc::bind() now works with the AIX and Tru64 compilers.