Skip to content

Commit 583c638

Browse files
committed
2.99.9
1 parent 4986e90 commit 583c638

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.99.9: (unstable)
2+
3+
* signal_impl::clear(): Don't clear the slot list during signal emission,
4+
to prevent a segfault. And add a test for this.
5+
(Kjell Ahlstedt) Bug #784550 (Andrejs Hanins)
6+
* Remove signal_base::erase() and signal_impl::erase().
7+
(Kjell Ahlstedt) Bug #784550
8+
* Various minor code cleanups.
9+
(Murray Cumming)
10+
* Windows: Update the MS Visual Studio build.
11+
(Chu-wei Fan)
12+
113
2.99.8: (unstable)
214

315
* signal_impl:

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.8],
18+
AC_INIT([libsigc++], [2.99.9],
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)