[libsigcplusplus/libsigc++-2-10] 2.9.1



commit 030488b6cac7dd3d0b37b8173e0370aa8496a7c3
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Mar 16 13:53:20 2016 +0100

    2.9.1

 NEWS         |   11 ++++++++++-
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 987541b..e5da7cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
+2.9.1 (unstable):
 
-2.8.0 (stable)
+* slot: Allow sigc::slot<R(Args...)> syntax, like std::function,
+  deprecating the sigc::slot<R, Args...> syntax.
+  (Murray Cumming, Kjell Ahlstedt) Bug #763393
+* signal: Allow sigc::signal<R(Args...)> syntax, like std::function,
+  deprecating the sigc::signal<R, Args...> syntax.
+  (Murray Cumming, Kjell Ahlstedt) Bug #763393
+
+
+2.8.0 (stable):
 
 * Documentation: Mention use with CMake.
 
diff --git a/configure.ac b/configure.ac
index 4ca1da9..15a6c32 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.8.0],
+AC_INIT([libsigc++], [2.9.1],
         [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]