[libsigc++2] 2.6.1



commit 25b2beb575f01b4f83e2a920ed735c7e8500e1f2
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Sep 27 15:41:25 2015 +0200

    2.6.1

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9847cff..e9a4051 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.6.1 (stable):
+
+* Add back deprecated adaptors/lambda API to avoid an unintented ABI break.
+  (Kjell Ahlstedt) Bug #755550 (Michael Biebl)
+* sigc::trackable: Move operations: Don't move the callback list
+  (Kjell Ahlstedt) Bug #755393 (Tom Schoonjans)
+
+
 2.6.0 (stable):
 
 * C++11: deduce_result_type: Simplify with C++11 variadic template.
diff --git a/configure.ac b/configure.ac
index b469b7d..d48d4f9 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.6.0],
+AC_INIT([libsigc++], [2.6.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]