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

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Jul 3 11:52:03 BST 2021


TL;DR:
  838eef8 bugs2html: introduce new <gitcommit> pseudo-HTML tag.
  1f127d8 Write up the bad effect of delayed window resize.
  52ef0a6 Use the new <gitcommit> tag in previous bug entries.

Repository:     https://git.tartarus.org/simon/putty-wishlist.git
On the web:     https://git.tartarus.org/?p=simon/putty-wishlist.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-07-03 11:52:03

commit 838eef8ffeb369d1caad45ef3ed4542d288c08b2
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=838eef8ffeb369d1caad45ef3ed4542d288c08b2;hp=2416275ceda7ef5c4abb35742996911612f90f91
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Jul 3 11:28:58 2021 +0100

    bugs2html: introduce new <gitcommit> pseudo-HTML tag.
    
    Along with the existing <bug> and <cve>, this allows you to refer to a
    commit in PuTTY's git repository by its hash, and will auto-construct
    a hyperlink into our gitweb.
    
    Just like the other two tags, you can use it in a self-closing mode
    (<gitcommit hash="foo"/>) and it will automatically generate link text
    corresponding to the commit hash, or you can put link text of your own
    choice in between the opening and closing tags.
    
    This doesn't need any special new machinery, because we were already
    constructing gitweb links of this kind for the Absent-in, Present-in
    and Fixed-in headers, so all it took was to plumb the same URL
    template through to the code that processes the HTML body.

 control/bugs2html.py | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit 1f127d823e548ac9761a588d1121e8cf568e3fbc
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=1f127d823e548ac9761a588d1121e8cf568e3fbc;hp=838eef8ffeb369d1caad45ef3ed4542d288c08b2
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Jul 3 11:31:13 2021 +0100

    Write up the bad effect of delayed window resize.
    
    Several people have reported this one since 0.75. It's too complicated
    to fix for 0.76, but we can at least acknowledge that we're aware of it.

 data/resize-delay | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)

commit 52ef0a67b38ea8e062f3fbec9be7ad013b70e831
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=52ef0a67b38ea8e062f3fbec9be7ad013b70e831;hp=1f127d823e548ac9761a588d1121e8cf568e3fbc
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Jul 3 11:50:19 2021 +0100

    Use the new <gitcommit> tag in previous bug entries.
    
    An ad-hoc grep or two finds a bunch of things that were easy to
    rewrite as instances of the new tag.
    
    This has not completely removed all hardwired references to our gitweb
    in the bug database. There are still half a dozen references to
    specific _files_ within the git repo, rather than whole commits.

 data/ssh-rportfwd-addr-mismatch  | 3 +--
 data/ssh2-cisco-pw-pad           | 2 +-
 data/ssh2.0.11-keyderive-nonbug  | 2 +-
 data/vista-update-breaks-config  | 2 +-
 data/vuln-indirect-dll-hijack    | 6 +++---
 data/win-jumplist-trouble        | 2 +-
 data/win-pageant-max-connections | 4 ++--
 data/win10-jumplists             | 2 +-
 data/win64-binaries              | 2 +-
 9 files changed, 12 insertions(+), 13 deletions(-)



More information about the tartarus-commits mailing list