Skip to content

Commit 12ad173

Browse files
committed
2.99.11
1 parent 2ff7cbf commit 12ad173

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.99.11: (unstable)
2+
3+
libsigc++-3.0 now requires C++17. Use of C++17:
4+
* Use std::apply to simplify implementation.
5+
* Use std::invoke to make implementation more generic.
6+
* Use constexpr if to simplify implementation.
7+
8+
Build:
9+
* Require mm-common 0.9.12
10+
111
2.99.10: (unstable)
212

313
* slot_base::set_parent(): Create a dummy slot_rep if necessary

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.10],
18+
AC_INIT([libsigc++], [2.99.11],
1919
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
2020
[libsigc++], [http://libsigc.sourceforge.net/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)