simon-git: putty-website (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun May 15 15:13:01 BST 2022


TL;DR:
  8a129d8 Stop accidentally claiming puttytel.exe is in putty.zip.
  c748d37 Promote Windows pterm to appearing on the download page.

Repository:     https://git.tartarus.org/simon/putty-website.git
On the web:     https://git.tartarus.org/?p=simon/putty-website.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-05-15 15:13:01

commit 8a129d8409aa458c1fab32cefbd9d4b219995481
web diff https://git.tartarus.org/?p=simon/putty-website.git;a=commitdiff;h=8a129d8409aa458c1fab32cefbd9d4b219995481;hp=4617cb88dcc41a408b1b9259b80de4fc5d030b16
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun May 15 14:55:28 2022 +0100

    Stop accidentally claiming puttytel.exe is in putty.zip.
    
    The description of putty.zip was supposed to vary between "a .ZIP
    archive of all of the above" and "... all of the above except
    PuTTYtel", conditional on PuTTYtel actually existing in that release
    at all (otherwise there'd have been no point in mentioning that it was
    excluded from the zip file).
    
    But the test for PuTTYtel was done by checking for the key 'puttytel'
    in a Perl hash, in which the relevant key was actually 'puttytel.exe'.
    So it never passed.

 components/version.mi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c748d3777a58567538103560d2778ea2d17aa0c1
web diff https://git.tartarus.org/?p=simon/putty-website.git;a=commitdiff;h=c748d3777a58567538103560d2778ea2d17aa0c1;hp=8a129d8409aa458c1fab32cefbd9d4b219995481
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun May 15 15:08:25 2022 +0100

    Promote Windows pterm to appearing on the download page.
    
    I think it's had enough testing now to be reasonably worth advertising
    more widely than an obscure wishlist item. It's still not included in
    installers or zip files, but we can at least offer a link to it from
    the snapshot download page (and 0.77 when it's released).
    
    In particular, I was aware of two problems with it: one to do with it
    occasionally not closing at the end of a session, and one to do with
    wrapped text not pasting nicely (a physical line break is pasted when
    you wish it hadn't been). The first of those seems to be fixed
    now (commit ee987ce4cdc35578 in the PuTTY repo was one cause and I
    haven't had it happen since fixing that); the second is still present
    on Windows 10, but gone on Windows 11, proving that the problem is to
    do with the Windows side of ConPTY and not with this client.

 components/version.mi | 35 +++++++++++++++++++++++++++++------
 1 file changed, 29 insertions(+), 6 deletions(-)



More information about the tartarus-commits mailing list