diff --git a/ChangeLog b/ChangeLog index de93dc936..f5410c84f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ - markus@cvs.openbsd.org 2002/10/01 20:34:12 [ssh-agent.c] allow root to access the agent, since there is no protection from root. + - markus@cvs.openbsd.org 2002/10/01 13:24:50 + [version.h] + OpenSSH 3.5 20020930 - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, @@ -752,4 +755,4 @@ save auth method before monitor_reset_key_state(); bugzilla bug #284; ok provos@ -$Id: ChangeLog,v 1.2489 2002/10/03 01:54:35 djm Exp $ +$Id: ChangeLog,v 1.2490 2002/10/03 01:55:37 djm Exp $ diff --git a/version.h b/version.h index 1e9b43128..1f1129924 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ -/* $OpenBSD: version.h,v 1.34 2002/06/26 13:56:27 markus Exp $ */ +/* $OpenBSD: version.h,v 1.35 2002/10/01 13:24:50 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.4p1" +#define SSH_VERSION "OpenSSH_3.5p1"