diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20110906 | ||
2 | - (djm) [README version.h] Correct version | ||
3 | |||
1 | 20110905 | 4 | 20110905 |
2 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 5 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
3 | [contrib/suse/openssh.spec] Update version numbers. | 6 | [contrib/suse/openssh.spec] Update version numbers. |
@@ -1,4 +1,4 @@ | |||
1 | See http://www.openssh.com/txt/release-5.9p1 for the release notes. | 1 | See http://www.openssh.com/txt/release-5.9 for the release notes. |
2 | 2 | ||
3 | - A Japanese translation of this document and of the OpenSSH FAQ is | 3 | - A Japanese translation of this document and of the OpenSSH FAQ is |
4 | - available at http://www.unixuser.org/~haruyama/security/openssh/index.html | 4 | - available at http://www.unixuser.org/~haruyama/security/openssh/index.html |
@@ -62,4 +62,4 @@ References - | |||
62 | [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 | 62 | [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 |
63 | [7] http://www.openssh.com/faq.html | 63 | [7] http://www.openssh.com/faq.html |
64 | 64 | ||
65 | $Id: README,v 1.78 2011/09/05 00:29:04 djm Exp $ | 65 | $Id: README,v 1.79 2011/09/06 23:11:54 djm Exp $ |
@@ -2,5 +2,5 @@ | |||
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_5.9" | 3 | #define SSH_VERSION "OpenSSH_5.9" |
4 | 4 | ||
5 | #define SSH_PORTABLE "p2" | 5 | #define SSH_PORTABLE "p1" |
6 | #define SSH_RELEASE SSH_VERSION SSH_PORTABLE | 6 | #define SSH_RELEASE SSH_VERSION SSH_PORTABLE |