Skip to content

Commit a2ea838

Browse files
committed
2.99.8
1 parent bd38451 commit a2ea838

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

NEWS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2.99.8: (unstable)
2+
3+
* signal_impl:
4+
- Use std::weak_ptr<signal_impl> in connected slots,
5+
to avoid a memory leak.
6+
(Kjell Ahlstedt) Bug #775871
7+
- clear(): Really avoid erasing the slots prematurely.
8+
(Kjell Ahlstedt)
9+
* slot_rep: Make destructor, destroy, and clone() virtual,
10+
instead of using function pointers that do the same thing.
11+
(Kjell Ahlstedt) Bug #777618
12+
13+
Build:
14+
* Visual Studio builds: Require Visual Studio 2017.
15+
(Chun-wei Fan)
16+
* Add tests/memleakcheck.sh, to run the tests under valgrind.
17+
(Kjell Ahlstedt) Bug #775871
18+
* Make --disable-benchmark work.
19+
(Christophe Lermytte) Bug #774732
20+
* Make silent builds really silent.
21+
(Kjell Ahlstedt) Bug #768797
22+
123
2.99.7: (unstable)
224

325
* connection, slot_base: Use an internal::weak_raw_ptr<> to simplify

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.99.7],
18+
AC_INIT([libsigc++], [2.99.8],
1919
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
2020
[libsigc++], [http://libsigc.sourceforge.net/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)