summaryrefslogtreecommitdiff
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
parent91e9495ecdef8cc314c695ab8f7db3dc5c0d6c73 (diff)
downloadsigc++-2.2.11.tar.gz
2.2.112.2.11
-rw-r--r--ChangeLog2
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
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])