mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-24 16:18:45 -05:00
Bump version numbers. (Forgot to do this _before_ dropping the 0.57
tag, but that's OK because SVN doesn't distinguish tags from branches anyway...) [originally from svn r5361]
This commit is contained in:
parent
a36dd9c01c
commit
70fe897640
@ -1 +1 @@
|
|||||||
0.56
|
0.57
|
||||||
|
@ -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
|
\C{plink} Using the command-line connection tool Plink
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ use Plink:
|
|||||||
|
|
||||||
\c Z:\sysosd>plink
|
\c Z:\sysosd>plink
|
||||||
\c PuTTY Link: command-line connection utility
|
\c PuTTY Link: command-line connection utility
|
||||||
\c Release 0.56
|
\c Release 0.57
|
||||||
\c Usage: plink [options] [user@]host [command]
|
\c Usage: plink [options] [user@]host [command]
|
||||||
\c ("host" can also be a PuTTY saved session name)
|
\c ("host" can also be a PuTTY saved session name)
|
||||||
\c Options:
|
\c Options:
|
||||||
|
@ -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
|
\#FIXME: Need examples
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ use PSCP:
|
|||||||
|
|
||||||
\c Z:\owendadmin>pscp
|
\c Z:\owendadmin>pscp
|
||||||
\c PuTTY Secure Copy client
|
\c PuTTY Secure Copy client
|
||||||
\c Release 0.56
|
\c Release 0.57
|
||||||
\c Usage: pscp [options] [user@]host:source target
|
\c Usage: pscp [options] [user@]host:source target
|
||||||
\c pscp [options] source [source...] [user@]host:target
|
\c pscp [options] source [source...] [user@]host:target
|
||||||
\c pscp [options] -ls [user@]host:filespec
|
\c pscp [options] -ls [user@]host:filespec
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Current PuTTY version number. Minor is in BCD
|
* Current PuTTY version number. Minor is in BCD
|
||||||
*/
|
*/
|
||||||
#define VERSION_MAJOR 0x00
|
#define VERSION_MAJOR 0x00
|
||||||
#define VERSION_MINOR 0x56
|
#define VERSION_MINOR 0x57
|
||||||
|
|
||||||
resource 'vers' (1, purgeable) {
|
resource 'vers' (1, purgeable) {
|
||||||
#ifdef RELEASE
|
#ifdef RELEASE
|
||||||
|
124
putty.iss
124
putty.iss
@ -1,62 +1,62 @@
|
|||||||
; -*- no -*-
|
; -*- no -*-
|
||||||
; putty.iss
|
; putty.iss
|
||||||
;
|
;
|
||||||
; -- Inno Setup installer script for PuTTY and its related tools.
|
; -- Inno Setup installer script for PuTTY and its related tools.
|
||||||
;
|
;
|
||||||
; TODO for future releases:
|
; TODO for future releases:
|
||||||
;
|
;
|
||||||
; - It would be neighbourly to set up an [UninstallRun] entry that ran
|
; - It would be neighbourly to set up an [UninstallRun] entry that ran
|
||||||
; some close cousin of `putty -cleanup', only it should prompt first
|
; 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'
|
; 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
|
; button the DEFAULT. And perhaps warn that on NT-style systems not
|
||||||
; everything will be caught by this.
|
; everything will be caught by this.
|
||||||
;
|
;
|
||||||
; - The Quick Launch bar is an interesting thought. Certainly a fair
|
; - The Quick Launch bar is an interesting thought. Certainly a fair
|
||||||
; number of people actually _believe_ my silly joke about how PuTTY
|
; number of people actually _believe_ my silly joke about how PuTTY
|
||||||
; is the only thing that makes Windows usable, so perhaps they'd like
|
; is the only thing that makes Windows usable, so perhaps they'd like
|
||||||
; that. Unchecked by default, though, I think.
|
; that. Unchecked by default, though, I think.
|
||||||
; * does this need to be conditional on the Windows version?
|
; * does this need to be conditional on the Windows version?
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName=PuTTY
|
AppName=PuTTY
|
||||||
AppVerName=PuTTY version 0.56
|
AppVerName=PuTTY version 0.57
|
||||||
DefaultDirName={pf}\PuTTY
|
DefaultDirName={pf}\PuTTY
|
||||||
DefaultGroupName=PuTTY
|
DefaultGroupName=PuTTY
|
||||||
UninstallDisplayIcon={app}\putty.exe
|
UninstallDisplayIcon={app}\putty.exe
|
||||||
ChangesAssociations=yes
|
ChangesAssociations=yes
|
||||||
Compression=zip/9
|
Compression=zip/9
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "putty.exe"; DestDir: "{app}"
|
Source: "putty.exe"; DestDir: "{app}"
|
||||||
Source: "pageant.exe"; DestDir: "{app}"
|
Source: "pageant.exe"; DestDir: "{app}"
|
||||||
Source: "puttygen.exe"; DestDir: "{app}"
|
Source: "puttygen.exe"; DestDir: "{app}"
|
||||||
Source: "pscp.exe"; DestDir: "{app}"
|
Source: "pscp.exe"; DestDir: "{app}"
|
||||||
Source: "psftp.exe"; DestDir: "{app}"
|
Source: "psftp.exe"; DestDir: "{app}"
|
||||||
Source: "plink.exe"; DestDir: "{app}"
|
Source: "plink.exe"; DestDir: "{app}"
|
||||||
Source: "website.url"; DestDir: "{app}"
|
Source: "website.url"; DestDir: "{app}"
|
||||||
Source: "doc\putty.hlp"; DestDir: "{app}"
|
Source: "doc\putty.hlp"; DestDir: "{app}"
|
||||||
Source: "doc\putty.cnt"; DestDir: "{app}"
|
Source: "doc\putty.cnt"; DestDir: "{app}"
|
||||||
Source: "LICENCE"; DestDir: "{app}"
|
Source: "LICENCE"; DestDir: "{app}"
|
||||||
Source: "README.txt"; DestDir: "{app}"; Flags: isreadme
|
Source: "README.txt"; DestDir: "{app}"; Flags: isreadme
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: startmenu
|
Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: startmenu
|
||||||
Name: "{group}\PuTTY Manual"; Filename: "{app}\putty.hlp"; 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}\PuTTY Web Site"; Filename: "{app}\website.url"; Tasks: startmenu
|
||||||
Name: "{group}\PSFTP"; Filename: "{app}\psftp.exe"; Tasks: startmenu
|
Name: "{group}\PSFTP"; Filename: "{app}\psftp.exe"; Tasks: startmenu
|
||||||
Name: "{group}\PuTTYgen"; Filename: "{app}\puttygen.exe"; Tasks: startmenu
|
Name: "{group}\PuTTYgen"; Filename: "{app}\puttygen.exe"; Tasks: startmenu
|
||||||
Name: "{group}\Pageant"; Filename: "{app}\pageant.exe"; Tasks: startmenu
|
Name: "{group}\Pageant"; Filename: "{app}\pageant.exe"; Tasks: startmenu
|
||||||
Name: "{userdesktop}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: desktopicon
|
Name: "{userdesktop}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: desktopicon
|
||||||
|
|
||||||
[Tasks]
|
[Tasks]
|
||||||
Name: startmenu; Description: "Create a &Start Menu group"
|
Name: startmenu; Description: "Create a &Start Menu group"
|
||||||
Name: desktopicon; Description: "Create a &desktop icon for PuTTY"
|
Name: desktopicon; Description: "Create a &desktop icon for PuTTY"
|
||||||
Name: associate; Description: "&Associate .PPK files (PuTTY Private Key) with Pageant"
|
Name: associate; Description: "&Associate .PPK files (PuTTY Private Key) with Pageant"
|
||||||
|
|
||||||
[Registry]
|
[Registry]
|
||||||
Root: HKCR; Subkey: ".ppk"; ValueType: string; ValueName: ""; ValueData: "PuTTYPrivateKey"; Flags: uninsdeletevalue; Tasks: associate
|
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"; 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\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\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"; ValueType: string; ValueName: ""; ValueData: "&Edit"; Tasks: associate
|
||||||
Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit\command"; ValueType: string; ValueName: ""; ValueData: """{app}\puttygen.exe"" ""%1"""; Tasks: associate
|
Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit\command"; ValueType: string; ValueName: ""; ValueData: """{app}\puttygen.exe"" ""%1"""; Tasks: associate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user