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 486ed9c5c..0969811ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,6 +76,12 @@
76 [misc.h poly1305.h ssh-pkcs11.c defines.h] 76 [misc.h poly1305.h ssh-pkcs11.c defines.h]
77 revert __bounded change; it causes way more problems for portable than 77 revert __bounded change; it causes way more problems for portable than
78 it solves; pointed out by dtucker@ 78 it solves; pointed out by dtucker@
79 - markus@cvs.openbsd.org 2014/05/03 17:20:34
80 [monitor.c packet.c packet.h]
81 unbreak compression, by re-init-ing the compression code in the
82 post-auth child. the new buffer code is more strict, and requires
83 buffer_init() while the old code was happy after a bzero();
84 originally from djm@
79 85
8020140430 8620140430
81 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 87 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already