summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
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])