summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-08-07 12:39:29 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-08-07 12:39:29 +0200
commit583c638db7edb92081b35735de8d64ccb18f93f8 (patch)
tree31091145fc888d3e912994616ca0da52273300a9
parent4986e90562311e91b23a451bcc2cb9edd50fdaca (diff)
downloadsigc++-583c638db7edb92081b35735de8d64ccb18f93f8.tar.gz
2.99.92.99.9
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0322912..a2a15c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.99.9: (unstable)
+
+* signal_impl::clear(): Don't clear the slot list during signal emission,
+ to prevent a segfault. And add a test for this.
+ (Kjell Ahlstedt) Bug #784550 (Andrejs Hanins)
+* Remove signal_base::erase() and signal_impl::erase().
+ (Kjell Ahlstedt) Bug #784550
+* Various minor code cleanups.
+ (Murray Cumming)
+* Windows: Update the MS Visual Studio build.
+ (Chu-wei Fan)
+
2.99.8: (unstable)
* signal_impl:
diff --git a/configure.ac b/configure.ac
index cc91f77..ca5b786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.99.8],
+AC_INIT([libsigc++], [2.99.9],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])