Skip to content

Commit e6470c8

Browse files
committed
2.99.12
1 parent 5bfdb29 commit e6470c8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2.99.12: (unstable)
2+
3+
* Avoid compiler warnings from function pointer conversions
4+
(Kjell Ahlstedt) Issue #1 (sharkcz)
5+
(Kjell Ahlstedt) Issue #8 (db0451)
6+
7+
Build:
8+
* Replace the Visual Studio project files with MSVC NMake project files
9+
Add MSVC_NMake/README.txt for Visual Studio builds
10+
(Chun-wei Fan) Pull request #7
11+
* cmake: Require C++17 support
12+
(Kjell Ahlstedt) Issue #9 (telkamp)
13+
14+
Documentation:
15+
* Update links in README, configure.ac, libsigcplusplus.doap
16+
(Seirra) Pull request #4
17+
(Kjell Ahlstedt)
18+
* README: Update compiler requirement
19+
(Kjell Ahlstedt) Issue #6 (Petr Ohlidal)
20+
121
2.99.11: (unstable)
222

323
libsigc++-3.0 now requires C++17. Use of C++17:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## You should have received a copy of the GNU Lesser General Public License
1616
## along with this library. If not, see <http://www.gnu.org/licenses/>.
1717

18-
AC_INIT([libsigc++], [2.99.11],
18+
AC_INIT([libsigc++], [2.99.12],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)