]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Update version number for 0.68 release. 0.68
authorSimon Tatham <anakin@pobox.com>
Fri, 17 Feb 2017 19:39:58 +0000 (19:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 18 Feb 2017 17:09:38 +0000 (17:09 +0000)
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 07af4ed10 due to a branch management error and hastily
removed again in 29e8c24f9. This time it really does match reality.)

Buildscr
LATEST.VER
doc/plink.but
doc/pscp.but
windows/putty.iss

index cff7f8685700d03eed1a4b629f8171e6d6a79080..7ca4eb7f50b42a74a749c38fe3c44ca08d1c8cda 100644 (file)
--- 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 15860 # update this at every release
+set Epoch 16214 # 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
 
index 7e2a4fb1d7e627ea37cad890144affee37edb0a3..db1ed30c7a67a32b8cedad811bd19545f6df13b9 100644 (file)
@@ -1 +1 @@
-0.67
+0.68
index cecdcb03d8ac1fe5f07fdd767ed6631ff1bad647..351e13ea7dc6f83aba65dc4aa90ce7facdb78829 100644 (file)
@@ -41,7 +41,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c Plink: command-line connection utility
-\c Release 0.67
+\c Release 0.68
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
@@ -54,6 +54,8 @@ use Plink:
 \c   -P port   connect to specified port
 \c   -l user   connect with specified username
 \c   -batch    disable all interactive prompts
+\c   -proxycmd command
+\c             use 'command' as local proxy
 \c   -sercfg configuration-string (e.g. 19200,8,n,1,X)
 \c             Specify the serial configuration (serial only)
 \c The following options only apply to SSH connections:
@@ -83,6 +85,8 @@ use Plink:
 \c   -sshlog file
 \c   -sshrawlog file
 \c             log protocol details to a file
+\c   -shareexists
+\c             test whether a connection-sharing upstream exists
 
 Once this works, you are ready to use Plink.
 
index 2b197275b7567821efeb9a865611ff999310e677..27643a4681afb2126e7fcc57c2ac932f0e2bab1f 100644 (file)
@@ -39,7 +39,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.67
+\c Release 0.68
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
@@ -63,6 +63,8 @@ use PSCP:
 \c   -hostkey aa:bb:cc:...
 \c             manually specify a host key (may be repeated)
 \c   -batch    disable all interactive prompts
+\c   -proxycmd command
+\c             use 'command' as local proxy
 \c   -unsafe   allow server-side wildcards (DANGEROUS)
 \c   -sftp     force use of SFTP protocol
 \c   -scp      force use of SCP protocol
index 37b0ecdcd70fb4787331e84440da51b46e357443..5ecabb78aa47e2ad1e9d82b6275a6ad67fd18ec7 100644 (file)
 \r
 [Setup]\r
 AppName=PuTTY\r
-AppVerName=PuTTY version 0.67\r
-VersionInfoTextVersion=Release 0.67\r
-AppVersion=0.67\r
-VersionInfoVersion=0.67.0.0\r
+AppVerName=PuTTY version 0.68\r
+VersionInfoTextVersion=Release 0.68\r
+AppVersion=0.68\r
+VersionInfoVersion=0.68.0.0\r
 AppPublisher=Simon Tatham\r
 AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
 AppReadmeFile={app}\README.txt\r