summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-05-10 14:15:57 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-05-10 14:15:57 +0000
commitb0356abd5383451080286cd75b135858d38be653 (patch)
tree8ce32628d94fb432b1a00984caf3327a03aa2e0d
parente7b49f57d78bffbe7b2ebda7e2cc697404b3d452 (diff)
downloadsigc++-libsigc++-2.0.12.tar.gz
Increased versionlibsigc++-2.0.12
-rw-r--r--ChangeLog2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e10058b..2fb0b4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.0.12:
+
2005-05-06 Régis Duchesne <hpreg@vmware.com>
* sigc++/macros/limit_reference.h.m4 (added):
diff --git a/NEWS b/NEWS
index 37136a2..7ed8dc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.0.12:
+
+* Fixes crashes when using virtual inheritance, particularly
+ with bound by-reference parameters, caused by casting
+ from derived to base when the derived destructor has run.
+ (Régis Duchesne)
+ This might affect non-g++ compilers, so do tell us about
+ any problems.
+
2.0.11:
* Build fixes for SUN Forte, Tru64
diff --git a/configure.ac b/configure.ac
index d9c7491..e8d9348 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ dnl
dnl thus make format_package-0.0.1.tar.gz
pushdef([FP_MAJOR_VERSION], [2])
pushdef([FP_MINOR_VERSION], [0])
-pushdef([FP_MICRO_VERSION], [11])
+pushdef([FP_MICRO_VERSION], [12])
pushdef([FP_EXTRA_VERSION], [])
pushdef([FP_VERSION], FP_MAJOR_VERSION.FP_MINOR_VERSION.FP_MICRO_VERSION[]FP_EXTRA_VERSION)
# package name, version, support contact, tarball name.