summaryrefslogtreecommitdiff
path: root/ChangeLog-97b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-21 01:19:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-21 01:19:18 +0000
commitc844d52fe766ab3604f23cc2c465738ce30f7d09 (patch)
tree7b936687c4ed1d5d842fcc5253732da0418d4611 /ChangeLog-97b
parentdb5d6aef7b96f088fc09cc16d4fa81c850182882 (diff)
downloadATCD-c844d52fe766ab3604f23cc2c465738ce30f7d09.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r--ChangeLog-97b16
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 153605d6044..34525616b1f 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -1,3 +1,14 @@
+Thu Nov 20 17:53:35 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+
+ * examples/Shared_Malloc/test_multiple_mallocs.cpp (main): Make
+ sure make sure that the semaphores created by the program are
+ released as well as the storage files deleted. Thanks to Tom
+ Arbuckle <arbuckle@uran.informatik.uni-bonn.de> for reporting
+ this.
+
+ * ace: Added a new version of config-osf1-3.2.h. Thanks to Dani
+ Flexer <danif@ivory-sw.com> for updating this.
+
Thu Nov 20 18:22:24 1997 Steve Huston <shuston@riverace.com>
* ace/README
@@ -22,11 +33,6 @@ Thu Nov 20 18:22:24 1997 Steve Huston <shuston@riverace.com>
* examples/IPC_SAP/TLI_SAP/CPP-client.cpp: Changed 'char *host' to
'const char *host' so it can be initialized from a const char string.
-Thu Nov 20 17:53:35 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
-
- * ace: Added a new version of config-osf1-3.2.h. Thanks to Dani
- Flexer <danif@ivory-sw.com> for updating this.
-
Thu Nov 20 14:19:57 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
* tests/Priority_Reactor_Test.h: