summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45389e49d..fc9e4e855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@
15 set stderr to /dev/null for subsystems rather than just closing it. 15 set stderr to /dev/null for subsystems rather than just closing it.
16 avoids hangs if a subsystem or shell initialisation writes to stderr. 16 avoids hangs if a subsystem or shell initialisation writes to stderr.
17 bz#1750; ok markus@ 17 bz#1750; ok markus@
18 - djm@cvs.openbsd.org 2010/04/23 22:48:31
19 [ssh-keygen.c]
20 refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS,
21 since we would refuse to use them anyway. bz#1516; ok dtucker@
18 22
1920100423 2320100423
20 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir 24 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir