summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-09-21 21:16:00 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-09-21 21:16:00 +0200
commitd9aea78124604316fd2c6749f15f9bc98c6b5cf0 (patch)
tree358ca85ffd27fe0fabb4879779b37faa75c96b3b
parent960f48920ea86d9dab2c84344992c19b55895f20 (diff)
downloadsigc++-d9aea78124604316fd2c6749f15f9bc98c6b5cf0.tar.gz
2.6.02.6.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8a44c0d..9847cff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.6.0 (stable):
+
+* C++11: deduce_result_type: Simplify with C++11 variadic template.
+ (Murray Cumming, Marcin Kolny) Bug #753612
+* Fix the build with MSVC.
+ (Chun-wei Fan) Bug #754082
+* Update the website.
+ (Kjell Ahlstedt)
+
+
2.5.4 (unstable):
* slot_base::operator=(const &): Copy the blocked too,
diff --git a/configure.ac b/configure.ac
index ae12338..b469b7d 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.5.4],
+AC_INIT([libsigc++], [2.6.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])