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 d03a43527..94a23fb1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@
14 in to use it when we're using our own getopt. 14 in to use it when we're using our own getopt.
15 - (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the 15 - (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the
16 underlying libraries support them. 16 underlying libraries support them.
17 - (dtucker) [configure.ac] Add -Werror to the -Qunused-arguments test so
18 we don't get a warning on compilers that *don't* support it. Add
19 -Wno-unknown-warning-option. Move both to the start of the list for
20 maximum noise suppression. Tested with gcc 4.6.3, gcc 2.95.4 and clang 2.9.
17 21
1820130423 2220130423
19 - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support 23 - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support