summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.