summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4279d956a..18cc5ebfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
120010117 120010117
2 - (djm) Only write random seed file at exit 2 - (djm) Only write random seed file at exit
3 - (djm) Make PAM support optional, enable with --with-pam
4 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
5 provides a crypt() of its own)
6 - (djm) Avoid a warning in bsd-bindresvport.c
7 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
8 can cause weird segfaults errors on Solaris
3 9
420010115 1020010115
5 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist. 11 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.