Skip to content

Commit df5857a

Browse files
committed
2.10.1
1 parent 705d457 commit df5857a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
2.10.0 (stable):
226

327
* Build: Fix silent builds.

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.10.0],
18+
AC_INIT([libsigc++], [2.10.1],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)