summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-12 11:03:58 +1100
committerDamien Miller <djm@mindrot.org>2013-02-12 11:03:58 +1100
commit894926ebd8cc3d6651ad1a3a1269a60ef127cd44 (patch)
tree7f1c5c67c188c3eb38126035236b5e5e16048b97 /ChangeLog
parent78d22713c79da46b80eceec02411563be3c65e71 (diff)
- djm@cvs.openbsd.org 2013/02/10 23:35:24
[packet.c] record "Received disconnect" messages at ERROR rather than INFO priority, since they are abnormal and result in a non-zero ssh exit status; patch from Iain Morgan in bz#2057; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b803f7dc..6e1a85bcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,11 @@
44 append to moduli file when screening candidates rather than overwriting. 44 append to moduli file when screening candidates rather than overwriting.
45 allows resumption of interrupted screen; patch from Christophe Garault 45 allows resumption of interrupted screen; patch from Christophe Garault
46 in bz#1957; ok dtucker@ 46 in bz#1957; ok dtucker@
47 - djm@cvs.openbsd.org 2013/02/10 23:35:24
48 [packet.c]
49 record "Received disconnect" messages at ERROR rather than INFO priority,
50 since they are abnormal and result in a non-zero ssh exit status; patch
51 from Iain Morgan in bz#2057; ok dtucker@
47 52
4820130211 5320130211
49 - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old 54 - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old