- djm@cvs.openbsd.org 2008/03/27 00:16:49

[version.h]
     openssh-4.9
This commit is contained in:
Damien Miller 2008-03-27 11:18:13 +11:00
parent 95e80955f2
commit 2ff24f66bf
2 changed files with 6 additions and 3 deletions

View File

@ -43,6 +43,9 @@
- djm@cvs.openbsd.org 2008/03/26 21:28:14
[auth-options.c auth-options.h session.c sshd.8]
add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc
- djm@cvs.openbsd.org 2008/03/27 00:16:49
[version.h]
openssh-4.9
20080315
- (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
@ -3811,4 +3814,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4889 2008/03/27 00:03:05 djm Exp $
$Id: ChangeLog,v 1.4890 2008/03/27 00:18:13 djm Exp $

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.51 2008/03/04 21:15:42 deraadt Exp $ */
/* $OpenBSD: version.h,v 1.52 2008/03/27 00:16:49 djm Exp $ */
#define SSH_VERSION "OpenSSH_4.8"
#define SSH_VERSION "OpenSSH_4.9"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE