summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1d0b92a..bb621c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.99.12: (unstable)
+
+* Avoid compiler warnings from function pointer conversions
+ (Kjell Ahlstedt) Issue #1 (sharkcz)
+ (Kjell Ahlstedt) Issue #8 (db0451)
+
+Build:
+* Replace the Visual Studio project files with MSVC NMake project files
+ Add MSVC_NMake/README.txt for Visual Studio builds
+ (Chun-wei Fan) Pull request #7
+* cmake: Require C++17 support
+ (Kjell Ahlstedt) Issue #9 (telkamp)
+
+Documentation:
+* Update links in README, configure.ac, libsigcplusplus.doap
+ (Seirra) Pull request #4
+ (Kjell Ahlstedt)
+* README: Update compiler requirement
+ (Kjell Ahlstedt) Issue #6 (Petr Ohlidal)
+
2.99.11: (unstable)
libsigc++-3.0 now requires C++17. Use of C++17:
diff --git a/configure.ac b/configure.ac
index e5d2e50..03ac9ca 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.11],
+AC_INIT([libsigc++], [2.99.12],
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])