]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Update version number for 0.66 release. 0.66
authorSimon Tatham <anakin@pobox.com>
Sat, 7 Nov 2015 09:08:21 +0000 (09:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 7 Nov 2015 09:53:03 +0000 (09:53 +0000)
Buildscr
LATEST.VER
doc/plink.but
doc/pscp.but
windows/putty.iss

index bc606ca43652a559fc44b083b279a93b42453167..466571bcb6325c1b45b2aaffa4f07367ad6b87e6 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 15641 # update this at every release
+set Epoch 15746 # 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 f429be0507119fa936a077548ea68a90d917b436..ceee7dd52a3617d328fe9bef31cf7e22a184b73e 100644 (file)
@@ -1 +1 @@
-0.65
+0.66
index c45312c56ae8d57cfcdb1f33091f0738b235e906..589d19ef193a7269047225b3c2e3df871fff7ad1 100644 (file)
@@ -41,7 +41,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c Plink: command-line connection utility
-\c Release 0.65
+\c Release 0.66
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
@@ -80,6 +80,8 @@ use Plink:
 \c   -N        don't start a shell/command (SSH-2 only)
 \c   -nc host:port
 \c             open tunnel in place of session (SSH-2 only)
+\c   -shareexists
+\c             test whether a connection-sharing upstream exists
 
 Once this works, you are ready to use Plink.
 
index 01b4aacd20532513d685daf0cddb9729df1fa8fb..89ca90b53e3f3489729a4547335c0d2f434adcc3 100644 (file)
@@ -39,7 +39,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.65
+\c Release 0.66
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
index cb84e1ac25c5c625f8ca0063991768a17f4a8ccc..67c92d0fe8acaa2a24dddf2e3911b879d3e527c4 100644 (file)
 \r
 [Setup]\r
 AppName=PuTTY\r
-AppVerName=PuTTY version 0.65\r
-VersionInfoTextVersion=Release 0.65\r
-AppVersion=0.65\r
-VersionInfoVersion=0.65.0.0\r
+AppVerName=PuTTY version 0.66\r
+VersionInfoTextVersion=Release 0.66\r
+AppVersion=0.66\r
+VersionInfoVersion=0.66.0.0\r
 AppPublisher=Simon Tatham\r
 AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
 AppReadmeFile={app}\README.txt\r