Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 23fbc4f

Browse files
committed
Update version number for 0.68 release.
This commit also updates the dumps of Plink's and PSCP's help output, adding the -proxycmd option to both and the -shareexists option to Plink. (Or rather, _re_-adding the latter, since it was introduced in error by commit 07af4ed due to a branch management error and hastily removed again in 29e8c24. This time it really does match reality.)
1 parent 1c1419b commit 23fbc4f

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

Buildscr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module putty
3535
ifeq "$(RELEASE)" "" set Ndate $(!builddate)
3636
ifneq "$(Ndate)" "" in . do echo $(Ndate) | perl -pe 's/(....)(..)(..)/$$1-$$2-$$3/' > date
3737
ifneq "$(Ndate)" "" read Date date
38-
set Epoch 15860 # update this at every release
38+
set Epoch 16214 # update this at every release
3939
ifneq "$(Ndate)" "" in . do echo $(Ndate) | perl -ne 'use Time::Local; /(....)(..)(..)/ and print timegm(0,0,0,$$3,$$2-1,$$1) / 86400 - $(Epoch)' > days
4040
ifneq "$(Ndate)" "" read Days days
4141

LATEST.VER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.67
1+
0.68

doc/plink.but

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use Plink:
4141

4242
\c Z:\sysosd>plink
4343
\c Plink: command-line connection utility
44-
\c Release 0.67
44+
\c Release 0.68
4545
\c Usage: plink [options] [user@]host [command]
4646
\c ("host" can also be a PuTTY saved session name)
4747
\c Options:
@@ -54,6 +54,8 @@ use Plink:
5454
\c -P port connect to specified port
5555
\c -l user connect with specified username
5656
\c -batch disable all interactive prompts
57+
\c -proxycmd command
58+
\c use 'command' as local proxy
5759
\c -sercfg configuration-string (e.g. 19200,8,n,1,X)
5860
\c Specify the serial configuration (serial only)
5961
\c The following options only apply to SSH connections:
@@ -83,6 +85,8 @@ use Plink:
8385
\c -sshlog file
8486
\c -sshrawlog file
8587
\c log protocol details to a file
88+
\c -shareexists
89+
\c test whether a connection-sharing upstream exists
8690

8791
Once this works, you are ready to use Plink.
8892

doc/pscp.but

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use PSCP:
3939

4040
\c Z:\owendadmin>pscp
4141
\c PuTTY Secure Copy client
42-
\c Release 0.67
42+
\c Release 0.68
4343
\c Usage: pscp [options] [user@]host:source target
4444
\c pscp [options] source [source...] [user@]host:target
4545
\c pscp [options] -ls [user@]host:filespec
@@ -63,6 +63,8 @@ use PSCP:
6363
\c -hostkey aa:bb:cc:...
6464
\c manually specify a host key (may be repeated)
6565
\c -batch disable all interactive prompts
66+
\c -proxycmd command
67+
\c use 'command' as local proxy
6668
\c -unsafe allow server-side wildcards (DANGEROUS)
6769
\c -sftp force use of SFTP protocol
6870
\c -scp force use of SCP protocol

windows/putty.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
[Setup]
1616
AppName=PuTTY
17-
AppVerName=PuTTY version 0.67
18-
VersionInfoTextVersion=Release 0.67
19-
AppVersion=0.67
20-
VersionInfoVersion=0.67.0.0
17+
AppVerName=PuTTY version 0.68
18+
VersionInfoTextVersion=Release 0.68
19+
AppVersion=0.68
20+
VersionInfoVersion=0.68.0.0
2121
AppPublisher=Simon Tatham
2222
AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/
2323
AppReadmeFile={app}\README.txt

0 commit comments

Comments
 (0)