summaryrefslogtreecommitdiff
path: root/ChangeLog-97a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-19 17:52:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-19 17:52:18 +0000
commit549c862cffbb517cf3916e1a3ffaf1fbac35cca7 (patch)
tree68628a1a8046cb12ac67b8c774bb22ac0e2ab58c /ChangeLog-97a
parent5ddd816a896ac4054648f483424e58960266616c (diff)
downloadATCD-549c862cffbb517cf3916e1a3ffaf1fbac35cca7.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r--ChangeLog-97a10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 4698ef0cf19..3dac21f914d 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,11 @@
+Mon May 19 12:45:21 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * Released version 4.2.
+
+ * examples/Threads/reader_writer.cpp: Changed the code so that we
+ don't try to treat thread ids as ints! Thanks to Chuck Gehr for
+ reporting this.
+
Sun May 18 21:57:54 1997 David L. Levine <levine@cs.wustl.edu>
* examples/Threads/tss2.cpp: added second parameter to
@@ -5,8 +13,6 @@ Sun May 18 21:57:54 1997 David L. Levine <levine@cs.wustl.edu>
Sun May 18 09:20:15 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * Released version 4.2.
-
* examples/Threads/TSS_Data.h: Added the second parameter for
ACE_SYNCH_MUTEX since Rich and Chris updated ACE_TSS_Singleton.