]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Bump version numbers. (Forgot to do this _before_ dropping the 0.57
authorSimon Tatham <anakin@pobox.com>
Sun, 20 Feb 2005 10:51:02 +0000 (10:51 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 20 Feb 2005 10:51:02 +0000 (10:51 +0000)
tag, but that's OK because SVN doesn't distinguish tags from
branches anyway...)

[originally from svn r5361]

LATEST.VER
doc/plink.but
doc/pscp.but
mac/version.r
putty.iss

index 87279097c85e186a6a65096d905261a39c722ffd..96ca76993ee96dc79d5cdf529b0e8bf85f83003c 100644 (file)
@@ -1 +1 @@
-0.56
+0.57
index a8db3511b3ed7b911430fb0761ae609c6addb08f..65d04a5a802ef1fade62cf9ae898b9792f481725 100644 (file)
@@ -1,4 +1,4 @@
-\versionid $Id: plink.but,v 1.25.2.2 2004/10/24 13:50:09 jacob Exp $
+\versionid $Id$
 
 \C{plink} Using the command-line connection tool Plink
 
@@ -43,7 +43,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Release 0.56
+\c Release 0.57
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
index c245cbdff7a98b6e5e7c7d3ea6ef15842ee0c403..a07e630676d7a648eb825b519f4916b46eed95fc 100644 (file)
@@ -1,4 +1,4 @@
-\versionid $Id: pscp.but,v 1.29.2.1 2004/10/24 13:50:09 jacob Exp $
+\versionid $Id$
 
 \#FIXME: Need examples
 
@@ -41,7 +41,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.56
+\c Release 0.57
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
index b0d34a90bf0f3e0008873f0d84e4612e088d5922..76be582f0b521159981d8a7c792151c87305aa29 100644 (file)
@@ -2,7 +2,7 @@
  * Current PuTTY version number.  Minor is in BCD
  */
 #define VERSION_MAJOR 0x00
-#define VERSION_MINOR 0x56
+#define VERSION_MINOR 0x57
 
 resource 'vers' (1, purgeable) {
 #ifdef RELEASE
index c59eb16be3f6b774cc7424f88764ae7e78430c5b..257edd63d3e071fe82d2c7653490e778c4fd12e5 100644 (file)
--- a/putty.iss
+++ b/putty.iss
@@ -1,62 +1,62 @@
-; -*- no -*-\r
-; putty.iss\r
-;\r
-; -- Inno Setup installer script for PuTTY and its related tools.\r
-;\r
-; TODO for future releases:\r
-;\r
-;  - It would be neighbourly to set up an [UninstallRun] entry that ran\r
-;    some close cousin of `putty -cleanup', only it should prompt first\r
-;    in case the user wants to keep stuff. And make the `leave it alone'\r
-;    button the DEFAULT. And perhaps warn that on NT-style systems not\r
-;    everything will be caught by this.\r
-;\r
-;  - The Quick Launch bar is an interesting thought. Certainly a fair\r
-;    number of people actually _believe_ my silly joke about how PuTTY\r
-;    is the only thing that makes Windows usable, so perhaps they'd like\r
-;    that. Unchecked by default, though, I think.\r
-;     * does this need to be conditional on the Windows version?\r
-\r
-[Setup]\r
-AppName=PuTTY\r
-AppVerName=PuTTY version 0.56\r
-DefaultDirName={pf}\PuTTY\r
-DefaultGroupName=PuTTY\r
-UninstallDisplayIcon={app}\putty.exe\r
-ChangesAssociations=yes\r
-Compression=zip/9\r
-\r
-[Files]\r
-Source: "putty.exe"; DestDir: "{app}"\r
-Source: "pageant.exe"; DestDir: "{app}"\r
-Source: "puttygen.exe"; DestDir: "{app}"\r
-Source: "pscp.exe"; DestDir: "{app}"\r
-Source: "psftp.exe"; DestDir: "{app}"\r
-Source: "plink.exe"; DestDir: "{app}"\r
-Source: "website.url"; DestDir: "{app}"\r
-Source: "doc\putty.hlp"; DestDir: "{app}"\r
-Source: "doc\putty.cnt"; DestDir: "{app}"\r
-Source: "LICENCE"; DestDir: "{app}"\r
-Source: "README.txt"; DestDir: "{app}"; Flags: isreadme\r
-\r
-[Icons]\r
-Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: startmenu\r
-Name: "{group}\PuTTY Manual"; Filename: "{app}\putty.hlp"; Tasks: startmenu\r
-Name: "{group}\PuTTY Web Site"; Filename: "{app}\website.url"; Tasks: startmenu\r
-Name: "{group}\PSFTP"; Filename: "{app}\psftp.exe"; Tasks: startmenu\r
-Name: "{group}\PuTTYgen"; Filename: "{app}\puttygen.exe"; Tasks: startmenu\r
-Name: "{group}\Pageant"; Filename: "{app}\pageant.exe"; Tasks: startmenu\r
-Name: "{userdesktop}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: desktopicon\r
-\r
-[Tasks]\r
-Name: startmenu; Description: "Create a &Start Menu group"\r
-Name: desktopicon; Description: "Create a &desktop icon for PuTTY"\r
-Name: associate; Description: "&Associate .PPK files (PuTTY Private Key) with Pageant"\r
-\r
-[Registry]\r
-Root: HKCR; Subkey: ".ppk"; ValueType: string; ValueName: ""; ValueData: "PuTTYPrivateKey"; Flags: uninsdeletevalue; Tasks: associate\r
-Root: HKCR; Subkey: "PuTTYPrivateKey"; ValueType: string; ValueName: ""; ValueData: "PuTTY Private Key File"; Flags: uninsdeletekey; Tasks: associate\r
-Root: HKCR; Subkey: "PuTTYPrivateKey\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\pageant.exe,0"; Tasks: associate\r
-Root: HKCR; Subkey: "PuTTYPrivateKey\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\pageant.exe"" ""%1"""; Tasks: associate\r
-Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit"; ValueType: string; ValueName: ""; ValueData: "&Edit"; Tasks: associate\r
-Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit\command"; ValueType: string; ValueName: ""; ValueData: """{app}\puttygen.exe"" ""%1"""; Tasks: associate\r
+; -*- no -*-
+; putty.iss
+;
+; -- Inno Setup installer script for PuTTY and its related tools.
+;
+; TODO for future releases:
+;
+;  - It would be neighbourly to set up an [UninstallRun] entry that ran
+;    some close cousin of `putty -cleanup', only it should prompt first
+;    in case the user wants to keep stuff. And make the `leave it alone'
+;    button the DEFAULT. And perhaps warn that on NT-style systems not
+;    everything will be caught by this.
+;
+;  - The Quick Launch bar is an interesting thought. Certainly a fair
+;    number of people actually _believe_ my silly joke about how PuTTY
+;    is the only thing that makes Windows usable, so perhaps they'd like
+;    that. Unchecked by default, though, I think.
+;     * does this need to be conditional on the Windows version?
+
+[Setup]
+AppName=PuTTY
+AppVerName=PuTTY version 0.57
+DefaultDirName={pf}\PuTTY
+DefaultGroupName=PuTTY
+UninstallDisplayIcon={app}\putty.exe
+ChangesAssociations=yes
+Compression=zip/9
+
+[Files]
+Source: "putty.exe"; DestDir: "{app}"
+Source: "pageant.exe"; DestDir: "{app}"
+Source: "puttygen.exe"; DestDir: "{app}"
+Source: "pscp.exe"; DestDir: "{app}"
+Source: "psftp.exe"; DestDir: "{app}"
+Source: "plink.exe"; DestDir: "{app}"
+Source: "website.url"; DestDir: "{app}"
+Source: "doc\putty.hlp"; DestDir: "{app}"
+Source: "doc\putty.cnt"; DestDir: "{app}"
+Source: "LICENCE"; DestDir: "{app}"
+Source: "README.txt"; DestDir: "{app}"; Flags: isreadme
+
+[Icons]
+Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: startmenu
+Name: "{group}\PuTTY Manual"; Filename: "{app}\putty.hlp"; Tasks: startmenu
+Name: "{group}\PuTTY Web Site"; Filename: "{app}\website.url"; Tasks: startmenu
+Name: "{group}\PSFTP"; Filename: "{app}\psftp.exe"; Tasks: startmenu
+Name: "{group}\PuTTYgen"; Filename: "{app}\puttygen.exe"; Tasks: startmenu
+Name: "{group}\Pageant"; Filename: "{app}\pageant.exe"; Tasks: startmenu
+Name: "{userdesktop}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: desktopicon
+
+[Tasks]
+Name: startmenu; Description: "Create a &Start Menu group"
+Name: desktopicon; Description: "Create a &desktop icon for PuTTY"
+Name: associate; Description: "&Associate .PPK files (PuTTY Private Key) with Pageant"
+
+[Registry]
+Root: HKCR; Subkey: ".ppk"; ValueType: string; ValueName: ""; ValueData: "PuTTYPrivateKey"; Flags: uninsdeletevalue; Tasks: associate
+Root: HKCR; Subkey: "PuTTYPrivateKey"; ValueType: string; ValueName: ""; ValueData: "PuTTY Private Key File"; Flags: uninsdeletekey; Tasks: associate
+Root: HKCR; Subkey: "PuTTYPrivateKey\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\pageant.exe,0"; Tasks: associate
+Root: HKCR; Subkey: "PuTTYPrivateKey\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\pageant.exe"" ""%1"""; Tasks: associate
+Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit"; ValueType: string; ValueName: ""; ValueData: "&Edit"; Tasks: associate
+Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit\command"; ValueType: string; ValueName: ""; ValueData: """{app}\puttygen.exe"" ""%1"""; Tasks: associate