summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-06-27 09:05:42 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-06-27 09:05:42 +0200
commit3354f1dbe17e0d442ad662856a8fae6d151f6df0 (patch)
tree04ccdc21438553a0d20513b62a7c0e42566ace98
parent6b5c871a378c1d57309800271b9b0e9010bda084 (diff)
downloadsigc++-3354f1dbe17e0d442ad662856a8fae6d151f6df0.tar.gz
2.99.7
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a7f8c48..f9d9d99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.99.7: (unstable)
+
+* connection, slot_base: Use an internal::weak_raw_ptr<> to simplify
+ the code.
+ (Murray Cumming)
+* signal_base: Do not derive from trackable.
+ (Murray Cumming
+* slot_rep: Pass a slot_rep*, not notifiable*, to destroy().
+ (Murray Cumming)
+* signal_impl: Do not derive from notifiable.
+ (Murray Cumming)
+
2.99.6 (unstable):
* signal: Remove slots() and the container that it returns,
diff --git a/configure.ac b/configure.ac
index 98143e4..8a794af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.99.6],
+AC_INIT([libsigc++], [2.99.7],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])