[libsigc++2] 2.2.9



commit 616a6e5464f868f8de3a7fddf94236dc0002c652
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 8 11:45:41 2011 +0100

    2.2.9

 ChangeLog    |    2 ++
 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 3 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ffd0e60..dbf622c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.2.9:
+
 2011-02-22  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	trackable: Avoid calling the same callback function twice
diff --git a/NEWS b/NEWS
index 7f43098..5bf6680 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.2.9:
+
+* trackable: Avoid calling the same callback function twice, fixing some
+	memory corruption.
+	(Kjell Ahlstedt) Bug #589202
+* Minor documentation corrections.
+  (David King)
+* Fix the build with GCC 4.6
+	(Kalev Lember)
+* Windows build fixes for MSVC++ .Net 2005 and 2010
+  (Armin Burgmeier)
+
 2.2.8:
 
 Nothing interesting. Just a small change for library.gnome.org.
diff --git a/configure.ac b/configure.ac
index 287e86f..2c01966 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.8],
+AC_INIT([libsigc++], [2.2.9],
         [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]