summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 092333cd6..ebe80e5cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,15 @@
5 declarations that stopped being included when we stopped including 5 declarations that stopped being included when we stopped including
6 <windows.h> from openbsd-compat/bsd-cygwin_util.h. Patch from vinschen at 6 <windows.h> from openbsd-compat/bsd-cygwin_util.h. Patch from vinschen at
7 redhat.com. 7 redhat.com.
8 - (dtucker) [configure.ac] On Cygwin the getopt variables (like optargs,
9 optind) are defined in getopt.h already. Unfortunately they are defined as
10 "declspec(dllimport)" for historical reasons, because the GNU linker didn't
11 allow auto-import on PE/COFF targets way back when. The problem is the
12 dllexport attributes collide with the definitions in the various source
13 files in OpenSSH, which obviousy define the variables without
14 declspec(dllimport). The least intrusive way to get rid of these warnings
15 is to disable warnings for GCC compiler attributes when building on Cygwin.
16 Patch from vinschen at redhat.com.
8 17
920140117 1820140117
10 - (dtucker) [aclocal.m4 configure.ac] Add some additional compiler/toolchain 19 - (dtucker) [aclocal.m4 configure.ac] Add some additional compiler/toolchain