summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-02-02 19:17:40 +1100
committerDamien Miller <djm@mindrot.org>2000-02-02 19:17:40 +1100
commit6552758baeaeaf241a0a6c67e2e0a035d31bdf79 (patch)
tree3290eacfcd01570b523dedda250dd87a4b67c553 /ChangeLog
parent9e53f35a6a5dd60fe134ec82d1ac0b1da3787446 (diff)
- Fix lastlog code for directory based lastlogs. Fix from Josh Durham
<jmd@aoe.vt.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fe35ba7..50f2461f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20000202
+ - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
+ <jmd@aoe.vt.edu>
+
20000201
- Use socket pairs by default (instead of pipes). Prevents race condition
on several (buggy) OSs. Report and fix from tridge@linuxcare.com