simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Jul 8 09:35:31 BST 2017
TL;DR:
7470e3b Stop release.pl --setver failing if Makefile exists.
0e2955f Add a --no-ftp mode to the release.pl download checks.
309c3df Add -share -noshare command line option to plink to share SSL connections.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2017-07-08 09:35:31
commit 7470e3bdaffc64260c0f786908682128b58c38c7
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7470e3bdaffc64260c0f786908682128b58c38c7;hp=3cd10509a51edf5a21cdc80aabf7e6a934522d47
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Jul 8 09:20:55 2017 +0100
Stop release.pl --setver failing if Makefile exists.
This should have been part of commit ea0ab1c82; it's part of the
general revamp that we regenerate the autoconf files ourselves in a
clean directory - so we don't depend on them being present, but we
also don't depend on them being _absent_ either.
But when I made that commit my immediate priority was to get --setver
to work from a completely clean checkout, not from one already
littered with cruft, so I didn't check quite as carefully that my
changes fixed the problem in the latter case too :-)
release.pl | 1 -
1 file changed, 1 deletion(-)
commit 0e2955ffbff083212d2a8a0d7fd829716f283081
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=0e2955ffbff083212d2a8a0d7fd829716f283081;hp=7470e3bdaffc64260c0f786908682128b58c38c7
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Jul 8 09:23:51 2017 +0100
Add a --no-ftp mode to the release.pl download checks.
chiark's ftp server sometimes randomly refuses downloads. In the case
where this happens at postcheck time, this isn't really
release-blocking (all the files have been test-downloaded by precheck
already, so the main aim at this stage is to check that the 'latest'
symlink points to the right place, and even one or two successful
downloads are good enough to confirm that in practice). So now I can
add --no-ftp to the postcheck command line if that makes my life
easier.
release.pl | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
commit 309c3dfd95505f1bf1e4b4d488a5f03f0cf24b3b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=309c3dfd95505f1bf1e4b4d488a5f03f0cf24b3b;hp=0e2955ffbff083212d2a8a0d7fd829716f283081
Author: Ion GaztaƱaga <igaztanaga at gmail.com>
Date: Thu Jul 6 10:18:27 2017 +0200
Add -share -noshare command line option to plink to share SSL connections.
cmdline.c | 13 ++++++++++++-
doc/man-pl.but | 9 +++++++++
doc/plink.but | 24 ++++++++++++++++++++++++
unix/uxplink.c | 2 ++
windows/winplink.c | 2 ++
5 files changed, 49 insertions(+), 1 deletion(-)
More information about the tartarus-commits
mailing list