Skip to content

Commit b8c604c

Browse files
committed
2.99.13
1 parent ec1b7ca commit b8c604c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
2.99.12: (unstable)
226

327
* Avoid compiler warnings from function pointer conversions

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.12],
18+
AC_INIT([libsigc++], [2.99.13],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)