File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
23
2.99.7: (unstable)
2
24
3
25
* connection, slot_base: Use an internal::weak_raw_ptr<> to simplify
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.99.7 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.99.8 ] ,
19
19
[ http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B] ,
20
20
[ libsigc++] , [ http://libsigc.sourceforge.net/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments