File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
2.99.8: (unstable)
2
14
3
15
* signal_impl:
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.8 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.99.9 ] ,
19
19
[ http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B] ,
20
20
[ libsigc++] , [ http://libsigc.sourceforge.net/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments