From f4d99d3f598b39e373544861725dd1afcfd4bb9a Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 18 Apr 2021 17:03:01 +0100 Subject: [PATCH 1/2] Docs updates. Since the previous commit is causing an RC2 build of 0.75 anyway, let's take the opportunity to bring in updates to the docs from main, so that the release will have the most up-to-date version available. This is a combined cherry-pick of: f6142ba29b9398d03ad56b5e2db03c5ec9fcba44 7c1bea59a3b49853808f96743a7464fb99ee1e2d f5d1d4ce4b1f54476d9603215345cd43f1e465c7 --- doc/faq.but | 10 ++++++++++ doc/pubkey.but | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/faq.but b/doc/faq.but index fcadaa0e..474b984a 100644 --- a/doc/faq.but +++ b/doc/faq.but @@ -1154,6 +1154,16 @@ inactive. And Pageant spends most of its time inactive. \H{faq-admin} Administrative questions +\S{faq-putty-org}{Question} Is \cw{putty.org} your website? + +No, it isn't. \cw{putty.org} is run by an opportunist who uses it to +advertise their own commercial SSH implementation to people looking +for our free one. We don't own that site, we can't control it, and we +don't advise anyone to use it in preference to our own site. + +The real PuTTY web site, run by the PuTTY team, has always been at +\W{https://www.chiark.greenend.org.uk/~sgtatham/putty/}\cw{https://www.chiark.greenend.org.uk/~sgtatham/putty/}. + \S{faq-domain}{Question} Would you like me to register you a nicer domain name? diff --git a/doc/pubkey.but b/doc/pubkey.but index cad6988b..f40c9526 100644 --- a/doc/pubkey.but +++ b/doc/pubkey.but @@ -380,7 +380,7 @@ doesn't support any of the following options to control that. All of the following options only affect keys saved with passphrases. They control how much work is required to decrypt the key (which -happens every type you type its passphrase). This allows you to trade +happens every time you type its passphrase). This allows you to trade off the cost of legitimate use of the key against the resistance of the encrypted key to password-guessing attacks. From c72200ff8851b0d95574b8a8a88a2780a243c66c Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 2 May 2021 08:11:24 +0100 Subject: [PATCH 2/2] Update version number for 0.75 release. --- Buildscr | 2 +- LATEST.VER | 2 +- doc/plink.but | 2 +- doc/pscp.but | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Buildscr b/Buildscr index a41fad3c..68a19072 100644 --- a/Buildscr +++ b/Buildscr @@ -35,7 +35,7 @@ module putty ifeq "$(RELEASE)" "" set Ndate $(!builddate) ifneq "$(Ndate)" "" in . do echo $(Ndate) | perl -pe 's/(....)(..)(..)/$$1-$$2-$$3/' > date ifneq "$(Ndate)" "" read Date date -set Epoch 17433 # update this at every release +set Epoch 17749 # update this at every release ifneq "$(Ndate)" "" in . do echo $(Ndate) | perl -ne 'use Time::Local; /(....)(..)(..)/ and print timegm(0,0,0,$$3,$$2-1,$$1) / 86400 - $(Epoch)' > days ifneq "$(Ndate)" "" read Days days diff --git a/LATEST.VER b/LATEST.VER index 3ea25f59..39c64a9f 100644 --- a/LATEST.VER +++ b/LATEST.VER @@ -1 +1 @@ -0.74 +0.75 diff --git a/doc/plink.but b/doc/plink.but index 4ca7c91b..fcfb5f68 100644 --- a/doc/plink.but +++ b/doc/plink.but @@ -41,7 +41,7 @@ use Plink: \c C:\>plink \c Plink: command-line connection utility -\c Release 0.74 +\c Release 0.75 \c Usage: plink [options] [user@]host [command] \c ("host" can also be a PuTTY saved session name) \c Options: diff --git a/doc/pscp.but b/doc/pscp.but index 381a5864..9d8daccd 100644 --- a/doc/pscp.but +++ b/doc/pscp.but @@ -39,7 +39,7 @@ use PSCP: \c C:\>pscp \c PuTTY Secure Copy client -\c Release 0.74 +\c Release 0.75 \c Usage: pscp [options] [user@]host:source target \c pscp [options] source [source...] [user@]host:target \c pscp [options] -ls [user@]host:filespec