summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-04-06 21:29:02 +0000
committerSteve Huston <shuston@riverace.com>2006-04-06 21:29:02 +0000
commitd230102f99703a99fa7a468538eec7fe2eee81b5 (patch)
treeea9f624447de1cd2db7c2c084b9c0c46009e9776
parentd3624bb2115581bb1411c44bdcd6d601f86d0fcd (diff)
downloadATCD-d230102f99703a99fa7a468538eec7fe2eee81b5.tar.gz
ChangeLogTag:Thu Apr 6 21:11:24 UTC 2006 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog2
-rw-r--r--NEWS6
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e809d466b5f..56e69b0a694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Thu Apr 6 21:11:24 UTC 2006 Steve Huston <shuston@riverace.com>
up the new file fails, reset the corresponding
ACE_SSL_Data_File member to allow retries to proceed.
+ * NEWS: Added user-visible items for 5.5.1.
+
Thu Apr 6 19:15:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Thread.cpp:
diff --git a/NEWS b/NEWS
index bbc4eced69c..f01562db0a3 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,12 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5 and ACE-5.5.1
. Added support for the --enable-xt-reactor configure option to the
autoconf build infrastructure to build the ACE_XtReactor library.
+. Fixed a bug that would cause timer IDs from ACE_Timer_Heap to be
+ improperly duplicated under certain conditions (Bugzilla #2447).
+
+. Fixed ACE_SSL_Context::private_key(), context(), and dh_params() methods
+ to allow retrying a file load after a failed call.
+
USER VISIBLE CHANGES BETWEEN ACE-5.4.10 and ACE-5.5
====================================================