summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8c44af8..1d0b92a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.99.11: (unstable)
+
+libsigc++-3.0 now requires C++17. Use of C++17:
+* Use std::apply to simplify implementation.
+* Use std::invoke to make implementation more generic.
+* Use constexpr if to simplify implementation.
+
+Build:
+* Require mm-common 0.9.12
+
2.99.10: (unstable)
* slot_base::set_parent(): Create a dummy slot_rep if necessary
diff --git a/configure.ac b/configure.ac
index 3077198..1af431d 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.99.10],
+AC_INIT([libsigc++], [2.99.11],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])