summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index c87f1f64fb1..00d2da38f9b 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,5 +1,10 @@
Wed Dec 31 14:56:06 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+ * examples/Reactor/Dgram/: Enhanced the examples to make sure they
+ close() the dgram endpoint when the object is removed from the
+ Reactor. Thanks to Evgeny Beskrovny
+ <evgeny_beskrovny@icomverse.com> for reporting this.
+
* ace/Obstack.cpp: Fixed a stupid bug in the ACE_Obstack
constructor. Thanks to David Levine for reporting this.