]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Version number bumps, and associated changes, for the 0.59 release. 0.59
authorSimon Tatham <anakin@pobox.com>
Wed, 24 Jan 2007 20:16:33 +0000 (20:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 24 Jan 2007 20:16:33 +0000 (20:16 +0000)
[originally from svn r7146]

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

index f2c6f7538d18d27f5cfc16894d36a54eb8f0d4d3..435f14b14c36202baa8b69e5bd91c4ce547dc08a 100644 (file)
@@ -1 +1 @@
-0.58
+0.59
index 2a1d99251cb81e3e68990664d4d1d9a162108857..75bc831bf37e86287b652cb1c2baae33e45979fe 100644 (file)
@@ -1013,19 +1013,8 @@ still. We do not recommend it.)
 \S{faq-xpwontrun}{Question} PuTTY fails to start up.  Windows claims that
 \q{the application configuration is incorrect}.
 
-This is caused by a bug in certain versions of \i{Windows XP} which is
-triggered by PuTTY 0.58.
-\#{XXX-REVIEW-BEFORE-RELEASE: This entry should be changed on the point
-   of the next release, so that it makes it into the release
-   documentation. I suggest replacing the following text:}
-It can be avoided by installing
-Service Pack 2, by using a different version of PuTTY, or by installing
-a special \i{manifest file} alongside the PuTTY executable.
-\#{with this:
-This was fixed in 0.59.
-}
-\#{XXX-REVIEW-BEFORE-RELEASE: END}
-The
+This is caused by a bug in certain versions of \i{Windows XP} which
+is triggered by PuTTY 0.58. This was fixed in 0.59. The
 \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/xp-wont-run}{\q{xp-wont-run}}
 entry in PuTTY's wishlist has more details.
 
index 10924b382afc45976ccf9acb5167633ea211c5b3..dbda8843838edba8ca54e2c5a87ba0f7954bf6ab 100644 (file)
@@ -43,7 +43,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Release 0.XX
+\c Release 0.59
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
index b8d0f77afd6ce695489c9cd1590f2ae08c8656da..f2cfcbf0b3bf350f2bc44743190d3c6d994014d9 100644 (file)
@@ -41,7 +41,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.XX
+\c Release 0.59
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
index 0ce592028bff4f1da7272370b2a1153372bd62c0..49860b66d06b6a62ab0018b42c92cf7c1d09bfe1 100644 (file)
@@ -2,7 +2,7 @@
  * Current PuTTY version number.  Minor is in BCD
  */
 #define VERSION_MAJOR 0x00
-#define VERSION_MINOR 0x58
+#define VERSION_MINOR 0x59
 
 resource 'vers' (1, purgeable) {
 #ifdef RELEASE
index 3652960b6589de90ecf01ca4f9b2a9c29e2bb688..7b86702710edad0987f2e1e03d32887e73eb76f7 100644 (file)
 \r
 [Setup]\r
 AppName=PuTTY\r
-AppVerName=PuTTY version 0.58\r
-VersionInfoTextVersion=Release 0.58\r
-AppVersion=0.58\r
-VersionInfoVersion=0.58.0.0\r
+AppVerName=PuTTY version 0.59\r
+VersionInfoTextVersion=Release 0.59\r
+AppVersion=0.59\r
+VersionInfoVersion=0.59.0.0\r
 AppPublisher=Simon Tatham\r
 AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
 AppReadmeFile={app}\README.txt\r
index 875cc8326ae79b9d6ae0bbf4a8d976fefc0fa826..8d4787222d0318635894f0644c935cef6974476f 100644 (file)
@@ -39,7 +39,7 @@
 
 /* We keep this around even for snapshots, for monotonicity of version
  * numbering. It needs to be kept up to date. NB _comma_-separated. */
-#define BASE_VERSION 0,58
+#define BASE_VERSION 0,59
 
 #if defined SNAPSHOT