summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-04-09 21:05:52 +1000
committerDamien Miller <djm@mindrot.org>2003-04-09 21:05:52 +1000
commita0898b850538c127980454000c3759fadf15df12 (patch)
treeeac4a93e1e5a2b7701060e19d051f57ffe695210 /ChangeLog
parent996acd2476d9d34b18bb4f99012ea0927458f418 (diff)
- itojun@cvs.openbsd.org 2003/04/08 20:21:29
[*.c *.h] rename log() into logit() to avoid name conflict. markus ok, from netbsd - (djm) XXX - Performed locally using: "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h" - (djm) Fix up missing include for packet.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d94ea480..0fd7bc916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,18 @@
19 - markus@cvs.openbsd.org 2003/04/07 08:29:57 19 - markus@cvs.openbsd.org 2003/04/07 08:29:57
20 [monitor_wrap.c] 20 [monitor_wrap.c]
21 typo: get correct counters; introduced during rekeying change. 21 typo: get correct counters; introduced during rekeying change.
22 - millert@cvs.openbsd.org 2003/04/07 21:58:05
23 [progressmeter.c]
24 The UCB copyright here is incorrect. This code did not originate
25 at UCB, it was written by Luke Mewburn. Updated the copyright at
26 the author's request. markus@ OK
27 - itojun@cvs.openbsd.org 2003/04/08 20:21:29
28 [*.c *.h]
29 rename log() into logit() to avoid name conflict. markus ok, from
30 netbsd
31 - (djm) XXX - Performed locally using:
32 "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
33 - (djm) Fix up missing include for packet.c
22 34
2320030402 3520030402
24 - (bal) if IP_TOS is not found or broken don't try to compile in 36 - (bal) if IP_TOS is not found or broken don't try to compile in
@@ -1321,4 +1333,4 @@
1321 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1333 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1322 ok provos@ 1334 ok provos@
1323 1335
1324$Id: ChangeLog,v 1.2655 2003/04/09 10:51:24 djm Exp $ 1336$Id: ChangeLog,v 1.2656 2003/04/09 11:05:52 djm Exp $