summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-07-18 10:38:20 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-07-18 10:38:20 +0200
commit4efb854bb4d0009f3d8d6ae2cf40a6186de90901 (patch)
tree09b9a7c6fbc356d45fcd9dc1833f66b2faa49dba
parent2c19cfbbb515120ee34fa97cc82eafb8a99ed1fb (diff)
downloadsigc++-4efb854bb4d0009f3d8d6ae2cf40a6186de90901.tar.gz
2.5.12.5.1
2.5.1
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3ff41b9..0118327 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.5.1 (unstable):
+
+* Use (and require) C++11
+ (Kjell Ahlstedt)
+* Using C++11 lambda functions to create sigc::slots:
+ Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
+ (Kjell Ahlstedt)
+* Remove the already-deprecated sigc::lambda (and sigc::group) API.
+ This is an API change but should not be an ABI change, so it should
+ only affect you when rebuilding applications, if you use this API.
+ (Murray Cumming, Kjell Ahlstedt)
+
+
2.4.1 (stable):
* A slot's functor is destroyed when an empty slot is assigned to the slot.
diff --git a/configure.ac b/configure.ac
index b94dc78..805d3ab 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.4.1],
+AC_INIT([libsigc++], [2.5.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])