File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.99.7: (unstable)
2
+
3
+ * connection, slot_base: Use an internal::weak_raw_ptr<> to simplify
4
+ the code.
5
+ (Murray Cumming)
6
+ * signal_base: Do not derive from trackable.
7
+ (Murray Cumming
8
+ * slot_rep: Pass a slot_rep*, not notifiable*, to destroy().
9
+ (Murray Cumming)
10
+ * signal_impl: Do not derive from notifiable.
11
+ (Murray Cumming)
12
+
1
13
2.99.6 (unstable):
2
14
3
15
* signal: Remove slots() and the container that it returns,
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.6 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.99.7 ] ,
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