summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-08 11:45:41 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-08 11:45:41 +0100
commit616a6e5464f868f8de3a7fddf94236dc0002c652 (patch)
tree076b5ea938cce877070efed87dbfdb8fe8f53444
parent18d3559c84c27549b312e2100d9918ec540bda2b (diff)
downloadsigc++-616a6e5464f868f8de3a7fddf94236dc0002c652.tar.gz
2.2.92.2.9
-rw-r--r--ChangeLog2
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
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])