summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72c53f706..7372ad237 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,8 +27,11 @@
27 - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile 27 - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile
28 warnings. 28 warnings.
29 - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform 29 - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
30 and pass in TEST_ENV. Unknown options cause stderr to get polluted 30 and pass in TEST_ENV. use stderr to get polluted
31 and the stderr-data test to fail. 31 and the stderr-data test to fail.
32 - (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation:
33 rather than testing and generating each key, call ssh-keygen -A.
34 Patch from vinschen at redhat.com.
32 35
3320131107 3620131107
34 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5) 37 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)