simon-git: putty (pre-0.77): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Jan 29 18:42:32 GMT 2022
TL;DR:
397f3bd2 Add more _MSC_VER translations.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: pre-0.77
Committer: Simon Tatham <anakin at pobox.com>
Date: 2022-01-29 18:42:32
commit 397f3bd2b3b30f3226e0c3c126559667f84d060c
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=397f3bd2b3b30f3226e0c3c126559667f84d060c;hp=b7a9cdd6ee059a27821ae2e193c5881ec4d215da
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Jan 29 18:34:53 2022 +0000
Add more _MSC_VER translations.
Visual Studio 2022 is out, and 2019 has added a couple more version
numbers while I wasn't looking.
Also, the main web page that lists the version number mappings now
documents the wrinkle where you sometimes have to disambiguate via
_MSC_FULL_VER (and indeed has added another such case for 16.11), so I
no longer have to link to some unofficial blog post in the comment
explaining that.
(*Also*, if _MSC_FULL_VER is worth checking, then it's worth putting
in the build info!)
utils/buildinfo.c | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
More information about the tartarus-commits
mailing list