Skip to content

Commit 3354f1d

Browse files
committed
2.99.7
1 parent 6b5c871 commit 3354f1d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
2.99.6 (unstable):
214

315
* signal: Remove slots() and the container that it returns,

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.6],
18+
AC_INIT([libsigc++], [2.99.7],
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)