aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9743e8d..b5fcddd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ VERSION 0.8.1cvs
2005-12-04 Vincent Richard <[email protected]>
+ * exception.{hpp|cpp}: fixed segfault in destructor when destroying
+ an exception chain with more than 2 elements (thanks to Bertrand
+ Benoit).
+
* posixChildProcess.cpp: fixed a bug in argument vector; last argument
was not NULL (thanks to Bertrand Benoit).