[version.h]
     OpenSSH_3.2
 - Added p1 to idenify Portable release version.
This commit is contained in:
Ben Lindstrom 2002-04-10 16:26:20 +00:00
parent c822638794
commit 027e4de24f
2 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,10 @@
- markus@cvs.openbsd.org 2002/04/10 08:21:47
[auth1.c compat.c compat.h]
strip '@' from username only for KerbV and known broken clients, bug #204
- markus@cvs.openbsd.org 2002/04/10 08:56:01
[version.h]
OpenSSH_3.2
- Added p1 to idenify Portable release version.
20020408
- (bal) Minor OpenSC updates. Fix up header locations and update
@ -8211,4 +8214,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.2042 2002/04/10 16:17:34 mouring Exp $
$Id: ChangeLog,v 1.2043 2002/04/10 16:26:20 mouring Exp $

View File

@ -1,3 +1,3 @@
/* $OpenBSD: version.h,v 1.28 2002/03/06 00:25:55 markus Exp $ */
/* $OpenBSD: version.h,v 1.29 2002/04/10 08:56:01 markus Exp $ */
#define SSH_VERSION "OpenSSH_3.1p1"
#define SSH_VERSION "OpenSSH_3.2p1"