summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.