summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-30 16:21:42 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-30 16:21:42 +0100
commitdf5857af447d473d5c843c4383fa8b7982c6242a (patch)
treeec3ac37076c8cc260cb93e6ed93f4fe574d58d90
parent705d4574c9211760d61750eebcf5a0f30d79e6d6 (diff)
downloadsigc++-df5857af447d473d5c843c4383fa8b7982c6242a.tar.gz
2.10.12.10.1
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b5552d8..736f774 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+2.10.1: (stable)
+
+* 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)
+* slot_base::set_parent(): Create a dummy slot_rep if necessary
+ (Kjell Ahlstedt) Bug #167714 (Gerald Britton)
+* Avoid compiler warnings from function pointer conversions
+ (Kjell Ahlstedt) Issue #1 (sharkcz)
+ (Kjell Ahlstedt) Issue #8 (db0451)
+
+Build:
+* Make --disable-benchmark work.
+ (Christophe Lermytte) Bug #774732
+* Replace the Visual Studio project files with MSVC NMake project files
+ Add MSVC_NMake/README.txt for Visual Studio builds
+ (Chun-wei Fan) Pull request #11
+
+Documentation:
+* signal_base: Warn against deletion during emission
+ (Kjell Ahlstedt) Bug #167714 (Gerald Britton)
+* Update links in README, configure.ac, libsigcplusplus.doap
+ (Kjell Ahlstedt)
+
2.10.0 (stable):
* Build: Fix silent builds.
diff --git a/configure.ac b/configure.ac
index 7651f8f..d5af1ec 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.10.0],
+AC_INIT([libsigc++], [2.10.1],
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])