simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat Jul 25 11:59:47 BST 2015


TL;DR:
  b266d67 Merge tag '0.65'
  88b4db0 Add a commentary assertion in config dialog setup.
  9bea08a Post-0.65 release checklist updates.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-07-25 11:59:47

commit b266d671acee34f9305950bfd87054b3b7fcded6
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=b266d671acee34f9305950bfd87054b3b7fcded6;hp=9e20c81bc9c945565dd182854eeffa03b63f830a
Merge: 9e20c81 7cfe83f
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Jul 25 10:55:34 2015 +0100

    Merge tag '0.65'

commit 88b4db0c5006145ab082d5b6fe91e1109c088c5c
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=88b4db0c5006145ab082d5b6fe91e1109c088c5c;hp=b266d671acee34f9305950bfd87054b3b7fcded6
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Jul 25 11:07:38 2015 +0100

    Add a commentary assertion in config dialog setup.
    
    Coverity complained that some paths through the loop in the
    WM_INITDIALOG handler might leave firstpath==NULL. In fact this can't
    happen because the input data to that loop is largely static and we
    know what it looks like, but it doesn't seem unreasonable to add an
    assertion anyway, to keep static checkers happy and as an explanatory
    quasi-comment for humans.

 windows/windlg.c |    1 +
 1 file changed, 1 insertion(+)

commit 9bea08a298580c98889834cbaffe289301753989
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=9bea08a298580c98889834cbaffe289301753989;hp=88b4db0c5006145ab082d5b6fe91e1109c088c5c
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Jul 25 11:28:32 2015 +0100

    Post-0.65 release checklist updates.
    
    The -F option is no longer needed to bob in this situation; that
    hasn't been the directory I keep release announcements in for a long
    time; the Docs page needs adjusting for pre-release retirement as well
    as the Downloads page.

 CHECKLST.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list