[libsigc++2] 2.2.11
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsigc++2] 2.2.11
- Date: Sun, 23 Sep 2012 20:13:12 +0000 (UTC)
commit 94300f899dc5d295c5027d6c9d1c732846a06b1c
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Sep 23 22:13:03 2012 +0200
2.2.11
ChangeLog | 2 ++
NEWS | 17 +++++++++++++++++
configure.ac | 2 +-
3 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5458b90..f92b923 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.2.11:
+
2012-09-20 Andris Pavenis <andris pavenis iki fi>
Fix comma operator in lambda expressions.
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(),
diff --git a/configure.ac b/configure.ac
index f37d667..24d0a05 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.2.10],
+AC_INIT([libsigc++], [2.2.11],
[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]