File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.10.1: (stable)
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
+ * slot_base::set_parent(): Create a dummy slot_rep if necessary
7
+ (Kjell Ahlstedt) Bug #167714 (Gerald Britton)
8
+ * Avoid compiler warnings from function pointer conversions
9
+ (Kjell Ahlstedt) Issue #1 (sharkcz)
10
+ (Kjell Ahlstedt) Issue #8 (db0451)
11
+
12
+ Build:
13
+ * Make --disable-benchmark work.
14
+ (Christophe Lermytte) Bug #774732
15
+ * Replace the Visual Studio project files with MSVC NMake project files
16
+ Add MSVC_NMake/README.txt for Visual Studio builds
17
+ (Chun-wei Fan) Pull request #11
18
+
19
+ Documentation:
20
+ * signal_base: Warn against deletion during emission
21
+ (Kjell Ahlstedt) Bug #167714 (Gerald Britton)
22
+ * Update links in README, configure.ac, libsigcplusplus.doap
23
+ (Kjell Ahlstedt)
24
+
1
25
2.10.0 (stable):
2
26
3
27
* Build: Fix silent builds.
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.10.0 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.10.1 ] ,
19
19
[ https://github.com/libsigcplusplus/libsigcplusplus/issues/] ,
20
20
[ libsigc++] , [ https://libsigcplusplus.github.io/libsigcplusplus/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments