diff options
author | Damien Miller <djm@mindrot.org> | 2008-03-27 11:18:13 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-03-27 11:18:13 +1100 |
commit | 2ff24f66bf5a955bd8beec5dcd1badab04b7ef66 (patch) | |
tree | cc175b2079cfb799cade637d5ea521cd127ba913 | |
parent | 95e80955f27d55c7a02724e72bdcb1a4ca619f25 (diff) |
- djm@cvs.openbsd.org 2008/03/27 00:16:49
[version.h]
openssh-4.9
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -43,6 +43,9 @@ | |||
43 | - djm@cvs.openbsd.org 2008/03/26 21:28:14 | 43 | - djm@cvs.openbsd.org 2008/03/26 21:28:14 |
44 | [auth-options.c auth-options.h session.c sshd.8] | 44 | [auth-options.c auth-options.h session.c sshd.8] |
45 | add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc | 45 | add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc |
46 | - djm@cvs.openbsd.org 2008/03/27 00:16:49 | ||
47 | [version.h] | ||
48 | openssh-4.9 | ||
46 | 49 | ||
47 | 20080315 | 50 | 20080315 |
48 | - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are | 51 | - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are |
@@ -3811,4 +3814,4 @@ | |||
3811 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3814 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3812 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3815 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3813 | 3816 | ||
3814 | $Id: ChangeLog,v 1.4889 2008/03/27 00:03:05 djm Exp $ | 3817 | $Id: ChangeLog,v 1.4890 2008/03/27 00:18:13 djm Exp $ |
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.51 2008/03/04 21:15:42 deraadt Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.52 2008/03/27 00:16:49 djm Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_4.8" | 3 | #define SSH_VERSION "OpenSSH_4.9" |
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 |