]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Include 'build info' in all --version text and About boxes.
authorSimon Tatham <anakin@pobox.com>
Sat, 21 Jan 2017 14:55:53 +0000 (14:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 21 Jan 2017 14:55:53 +0000 (14:55 +0000)
commit7e14730b83d2504a454ad5dfbfb4b4f8700f4dc5
tree75c91822bb7c1b9c4c027eaa32ab4102e46ab5ad
parent960ad594a313a91314a3984fc142bdfd11d136f5
Include 'build info' in all --version text and About boxes.

This shows the build platform (32- vs 64-bit in particular, and also
whether Unix GTK builds were compiled with or without the X11 pieces),
what compiler was used to build the binary, and any interesting build
options that might have been set on the make command line (especially,
but not limited to, the security-damaging ones like NO_SECURITY or
UNPROTECT). This will probably be useful all over the place, but in
particular it should allow the different Windows binaries to be told
apart!

Commits 21101c739 and 2eb952ca3 laid the groundwork for this, by
allowing the various About boxes to contain free text and also
ensuring they could be copied and pasted easily as part of a bug
report.
18 files changed:
cmdgen.c
misc.c
misc.h
pscp.c
psftp.c
unix/gtkdlg.c
unix/gtkmain.c
unix/unix.h
unix/uxpgnt.c
unix/uxplink.c
windows/pageant.rc
windows/puttygen.rc
windows/win_res.rc2
windows/windlg.c
windows/winpgen.c
windows/winpgnt.c
windows/winplink.c
windows/winstuff.h