summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-07 22:20:23 +1000
committerDamien Miller <djm@mindrot.org>2000-06-07 22:20:23 +1000
commit14c12cb0004469e6a6b0e417d2705c80ca89ab34 (patch)
treef31e757315a648cd9c0f49ae0bc783314a2793dd /ChangeLog
parentd5bf307f7bd69d502bc03897a00a07df513418f7 (diff)
- (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
list of commands (by default). Removed verbose debugging (by default). - (djm) Increased command entropy estimates and default entropy collection timeout
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a928c8f2..8da1f822 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
20000606
+ - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
+ list of commands (by default). Removed verbose debugging (by default).
+ - (djm) Increased command entropy estimates and default entropy collection
+ timeout
- (djm) Remove duplicate headers from loginrec.c
- (djm) Don't add /usr/local/lib to library search path on Irix
- (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III