summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-29 23:22:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-29 23:22:30 +0000
commita4d5fda9e688bb286c234821b132035a736c340e (patch)
tree0512097dd1a48144eebf8230e45e27bd7ace55fd /ChangeLogs
parent290a97afb2091eb0c5ea92356aa67adcf1b37a5c (diff)
downloadATCD-a4d5fda9e688bb286c234821b132035a736c340e.tar.gz
ChangeLogTag:Thu Mar 29 16:16:07 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-02a4
-rw-r--r--ChangeLogs/ChangeLog-03a4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index ea30c12fa77..a1c13fb4f21 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,5 +1,9 @@
Thu Mar 29 16:16:07 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+ * ace/Token.cpp (renew): A conditional expression used an && rather
+ and ||, which was causing problems with ACE_Token. Thanks to
+ Carsten Madsen <com@navicon.dk> for reporting this.
+
* ace/Message_Queue_T.cpp: If any of the various ACE_Message_Queue_Ex
enqueue*() methods fail then make sure to release the message
blocks! Thanks to Boris Kolpackov <bosk@ipmce.ru> for reporting
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index ea30c12fa77..a1c13fb4f21 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,5 +1,9 @@
Thu Mar 29 16:16:07 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+ * ace/Token.cpp (renew): A conditional expression used an && rather
+ and ||, which was causing problems with ACE_Token. Thanks to
+ Carsten Madsen <com@navicon.dk> for reporting this.
+
* ace/Message_Queue_T.cpp: If any of the various ACE_Message_Queue_Ex
enqueue*() methods fail then make sure to release the message
blocks! Thanks to Boris Kolpackov <bosk@ipmce.ru> for reporting