File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.99.13: (unstable)
2
+
3
+ * Replace the deprecated std::result_of with std::invoke_result
4
+ (Kjell Ahlstedt) Issue #19
5
+
6
+ Build:
7
+ * CMake: Supply SIGC_BUILD and use CMAKE_CXX_STANDARD
8
+ (Jeff Trull) Issue #23, pull request #24
9
+
10
+ Documentation:
11
+ * Remove some obsolete documentation
12
+ (Murray Cumming) Issue #12 (Jeremy Bicha)
13
+ * Rename README to README.md and update it
14
+ (Murray Cumming) Issue #18 (Traumschule)
15
+ (Jürg Billeter) Pull request #20
16
+ * Reference docs generated by Doxygen 1.8.11.
17
+ Hopefully it will show up at
18
+ https://developer.gnome.org/libsigc++/unstable/
19
+
20
+ Tests:
21
+ * Add some necessary #include directives
22
+ (Lennard Berger) Pull Request #15
23
+
24
+
1
25
2.99.12: (unstable)
2
26
3
27
* Avoid compiler warnings from function pointer conversions
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.12 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.99.13 ] ,
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