diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
18 | 20130423 | 22 | 20130423 |
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 |