summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-06-09 13:06:48 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-06-09 13:06:48 +0000
commit254974bf98da9d9d1a09fdcac6d4925f6fc1d181 (patch)
tree507c8faa7d49e5bce6f369f649159635ec069ef6
parent12e214d795594adf0088fc8a518c54e539203ef3 (diff)
downloadsigc++-254974bf98da9d9d1a09fdcac6d4925f6fc1d181.tar.gz
Increased versionlibsigc++-2.0.13
-rw-r--r--ChangeLog2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 23244d0..5c600aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.0.13:
+
2005-06-07 Murray Cumming <murrayc@murrayc.com>
* tests/test_compatibility.cc: Specify the actual class when
diff --git a/NEWS b/NEWS
index 7ed8dc4..67404dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+2.0.13:
+
+* signal_emit::emit(): Ensure the correct order of
+ destruction of the member variables, to avoid a leak.
+ (Andreas Ames, bug #306249)
+* Allow recursive signal emission again.
+ (Neal E. Coombes, bug #303896)
+* SUN Forte CC 5.5 build fixes:
+ - test_compatibility minor fix.
+ - visit_each() template specializations:
+ Mention the bool I_derives_trackable template type,
+ (Friedemann Kleint, bug #305647)
+ - Check for the non-standard SUN reverse_iterator,
+ and use alternative code if necessary.
+ (Murray Cumming)
+
2.0.12:
* Fixes crashes when using virtual inheritance, particularly
diff --git a/configure.ac b/configure.ac
index 1448dcb..5e56367 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], [12])
+pushdef([FP_MICRO_VERSION], [13])
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.