[libsigc++2] 2.2.10



commit 6b07b4e87c91c05adb52b90695195b73462c542e
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jul 25 09:54:16 2011 +0200

    2.2.10

 ChangeLog    |    6 ++++--
 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 851dd97..e6baa0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.2.10:
+
 2011-07-21  Thomas Rydzynski  <qsorix rydznet pl>
 
 	Mention visit_each() in the documentation of sigc::adapts.
@@ -5,7 +7,7 @@
 	* sigc++/adaptors/macros/adaptor_trait.h.m4: Mention that a user-supplied
 	adaptor must be accompanied by a specialization of template function
 	visit_each(). Correct some minor errors in the example of a user-supplied
-	adaptor. Bug #486373.
+	adaptor. Bug #48637.
 
 2011-07-19  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
@@ -14,7 +16,7 @@
 	* tests/Makefile.am:
 	* tests/test_bind_refptr.cc: A version of this test is also in glibmm.
 	Note that this includes a copy/paste of RefPtr.
-	See Bug #564005#14
+	See Bug #564005#14 (Alexander Shaduri)
 
 2011-07-14  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
diff --git a/NEWS b/NEWS
index 5bf6680..f85610d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.2.10:
+
+* slot_rep: Avoid access to deleted object in notify(),
+	and test case.
+	(Kjell Ahlstedt ) Bug #564005 (Alexander Shaduri)
+* Mention visit_each() in the documentation of sigc::adapts.
+  (Thomas Rydzynski)
+	
 2.2.9:
 
 * trackable: Avoid calling the same callback function twice, fixing some
diff --git a/configure.ac b/configure.ac
index f779ae6..19a99cb 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.2.9],
+AC_INIT([libsigc++], [2.2.10],
         [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]