[libsigcplusplus] 2.99.8



commit a2ea8385abc03bc86239ce43420fa074ef75fbfd
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Feb 14 08:16:04 2017 +0100

    2.99.8

 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f9d9d99..0322912 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.99.8: (unstable)
+
+* signal_impl:
+  - Use std::weak_ptr<signal_impl> in connected slots,
+  to avoid a memory leak.
+  (Kjell Ahlstedt) Bug #775871
+  - clear(): Really avoid erasing the slots prematurely.
+  (Kjell Ahlstedt)
+* slot_rep: Make destructor, destroy, and clone() virtual,
+  instead of using function pointers that do the same thing.
+  (Kjell Ahlstedt) Bug #777618
+
+Build:
+* Visual Studio builds: Require Visual Studio 2017.
+  (Chun-wei Fan)
+* Add tests/memleakcheck.sh, to run the tests under valgrind.
+  (Kjell Ahlstedt) Bug #775871
+* Make --disable-benchmark work.
+  (Christophe Lermytte) Bug #774732
+* Make silent builds really silent.
+  (Kjell Ahlstedt) Bug #768797
+
 2.99.7: (unstable)
 
 * connection, slot_base: Use an internal::weak_raw_ptr<> to simplify
diff --git a/configure.ac b/configure.ac
index 5cadb91..cc91f77 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.7],
+AC_INIT([libsigc++], [2.99.8],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
         [libsigc++], [http://libsigc.sourceforge.net/])
 AC_PREREQ([2.59])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]