diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -6,6 +6,9 @@ | |||
6 | - djm@cvs.openbsd.org 2011/02/04 00:44:21 | 6 | - djm@cvs.openbsd.org 2011/02/04 00:44:21 |
7 | [key.c] | 7 | [key.c] |
8 | fix uninitialised nonce variable; reported by Mateusz Kocielski | 8 | fix uninitialised nonce variable; reported by Mateusz Kocielski |
9 | - djm@cvs.openbsd.org 2011/02/04 00:44:43 | ||
10 | [version.h] | ||
11 | openssh-5.8 | ||
9 | 12 | ||
10 | 20110128 | 13 | 20110128 |
11 | - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled | 14 | - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled |
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.60 2011/01/22 09:18:53 djm Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_5.7" | 3 | #define SSH_VERSION "OpenSSH_5.8" |
4 | 4 | ||
5 | #define SSH_PORTABLE "p1" | 5 | #define SSH_PORTABLE "p1" |
6 | #define SSH_RELEASE SSH_VERSION SSH_PORTABLE | 6 | #define SSH_RELEASE SSH_VERSION SSH_PORTABLE |