File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
2.99.11: (unstable)
2
22
3
23
libsigc++-3.0 now requires C++17. Use of C++17:
Original file line number Diff line number Diff line change 15
15
# # You should have received a copy of the GNU Lesser General Public License
16
16
# # along with this library. If not, see <http://www.gnu.org/licenses/>.
17
17
18
- AC_INIT ( [ libsigc++] , [ 2.99.11 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.99.12 ] ,
19
19
[ https://github.com/libsigcplusplus/libsigcplusplus/issues/] ,
20
20
[ libsigc++] , [ https://libsigcplusplus.github.io/libsigcplusplus/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments