Crank version

(also missed changelog message)
This commit is contained in:
Damien Miller 2002-05-22 14:14:00 +10:00
parent 13e35a0ea2
commit 667fb25f47
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,11 @@
20020522
- (djm) Fix spelling mistakes, spotted by Solar Designer i
<solar@openwall.com>
- (djm) OpenBSD CVS Sync:
[auth.c]
Fix typo/thinko. Pass in as to auth_approval(), not NULL.
Closes PR 2659.
- Crank version
20020521
- (stevesk) [sshd.c] bug 245; disable setsid() for now
@ -664,4 +669,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2138 2002/05/22 01:02:15 djm Exp $
$Id: ChangeLog,v 1.2139 2002/05/22 04:14:00 djm Exp $

View File

@ -1,3 +1,3 @@
/* $OpenBSD: version.h,v 1.31 2002/05/15 21:05:29 markus Exp $ */
/* $OpenBSD: version.h,v 1.32 2002/05/17 14:57:40 markus Exp $ */
#define SSH_VERSION "OpenSSH_3.2.2p1"
#define SSH_VERSION "OpenSSH_3.2.3p1"