- djm@cvs.openbsd.org 2006/08/30 00:14:37

[version.h]
     crank to 4.4
This commit is contained in:
Damien Miller 2006-08-30 11:09:01 +10:00
parent 2125887a94
commit 6ba5740941
2 changed files with 7 additions and 4 deletions

View File

@ -23,6 +23,9 @@
[sshconnect2.c]
Fix regression where SSH2 banner is printed at loglevels ERROR and FATAL
where previously it weren't. bz #1221, found by Dean Kopesky, ok djm@
- djm@cvs.openbsd.org 2006/08/30 00:14:37
[version.h]
crank to 4.4
20060824
- (dtucker) [openbsd-compat/basename.c] Include errno.h.
@ -5325,4 +5328,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4515 2006/08/30 01:08:33 djm Exp $
$Id: ChangeLog,v 1.4516 2006/08/30 01:09:01 djm Exp $

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.46 2006/02/01 11:27:22 markus Exp $ */
/* $OpenBSD: version.h,v 1.47 2006/08/30 00:14:37 djm Exp $ */
#define SSH_VERSION "OpenSSH_4.3"
#define SSH_VERSION "OpenSSH_4.4"
#define SSH_PORTABLE "p2"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE