summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-09-23 22:13:03 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-09-23 22:13:03 +0200
commit94300f899dc5d295c5027d6c9d1c732846a06b1c (patch)
treef30cbff08a7803242edaf1900eb8b0751b739946 /NEWS
parent91e9495ecdef8cc314c695ab8f7db3dc5c0d6c73 (diff)
downloadsigc++-94300f899dc5d295c5027d6c9d1c732846a06b1c.tar.gz
2.2.112.2.11
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f85610d..475fa1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.2.11 (stable):
+
+* Fix comma operator in libsigc++ lambda expressions.
+ Andris Pavenis) Bug #342911
+* Added SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
+ This allows most uses of libsigc++'s lambda expressions to be
+ replaced by standard C++11 lambda expressions.
+ (Kjell Ahlstedt) Bug #672555.
+ Thanks to Chow Loong Jin, who posted similar code on libsigc-list.
+* Use std::size_t and std::ptrdiff_t instead
+ (Kjell Ahlstedt)
+* Fix 'make check' with gcc 4.7.
+ (Kjell Ahlstedt)
+* Enable test_lambda in 'make check'.
+ (Kjell Ahlstedt) Bug #669128.
+
+
2.2.10:
* slot_rep: Avoid access to deleted object in notify(),