summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-06-12 18:25:07 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-06-12 18:25:07 +0200
commitb8c604ce24182b1c6014714b3909136997328921 (patch)
tree23fc8eb93cefcfa78dd22632992034c3be7778c8
parentec1b7ca2494dfafe3098d1665a09a2dd0dc65f5e (diff)
downloadsigc++-b8c604ce24182b1c6014714b3909136997328921.tar.gz
2.99.132.99.13
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb621c7..7b21c6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+2.99.13: (unstable)
+
+* Replace the deprecated std::result_of with std::invoke_result
+ (Kjell Ahlstedt) Issue #19
+
+Build:
+* CMake: Supply SIGC_BUILD and use CMAKE_CXX_STANDARD
+ (Jeff Trull) Issue #23, pull request #24
+
+Documentation:
+* Remove some obsolete documentation
+ (Murray Cumming) Issue #12 (Jeremy Bicha)
+* Rename README to README.md and update it
+ (Murray Cumming) Issue #18 (Traumschule)
+ (Jürg Billeter) Pull request #20
+* Reference docs generated by Doxygen 1.8.11.
+ Hopefully it will show up at
+ https://developer.gnome.org/libsigc++/unstable/
+
+Tests:
+* Add some necessary #include directives
+ (Lennard Berger) Pull Request #15
+
+
2.99.12: (unstable)
* Avoid compiler warnings from function pointer conversions
diff --git a/configure.ac b/configure.ac
index 78eea52..eaec676 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.12],
+AC_INIT([libsigc++], [2.99.13],
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])