summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-05 22:21:36 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-05 22:21:36 +0000
commitc6437b34d095b75ddba283f90c283b361ef1d0f6 (patch)
treeb1f4e3c87744809ebc8b436c835ef20ed59c09e3 /ChangeLog
parentef3a962e13a21fdd94fdbd0512a3073d27241e80 (diff)
downloadATCD-c6437b34d095b75ddba283f90c283b361ef1d0f6.tar.gz
ChangeLogTag:Mon Feb 5 16:19:20 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b84a06b90ca..e60a6269644 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Feb 5 16:19:20 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * examples/RMCast/Send_File/Receiver.cpp (init): Replaced
+ a hard-coded file permission of 0644 with
+ ACE_DEFAULT_FILE_PERMS. Thanks to Chris Kohlhoff
+ <chris@kohlhoff.com> for reporting this.
+
Mon Feb 5 13:00:17 2001 Krishnakumar B <kitty@cs.wustl.edu>
* tests/Thread_Mutex_Test.cpp: (reported_notsup)