summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--version.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index de93dc936..f5410c84f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 - markus@cvs.openbsd.org 2002/10/01 20:34:12 3 - markus@cvs.openbsd.org 2002/10/01 20:34:12
4 [ssh-agent.c] 4 [ssh-agent.c]
5 allow root to access the agent, since there is no protection from root. 5 allow root to access the agent, since there is no protection from root.
6 - markus@cvs.openbsd.org 2002/10/01 13:24:50
7 [version.h]
8 OpenSSH 3.5
6 9
720020930 1020020930
8 - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, 11 - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs,
@@ -752,4 +755,4 @@
752 save auth method before monitor_reset_key_state(); bugzilla bug #284; 755 save auth method before monitor_reset_key_state(); bugzilla bug #284;
753 ok provos@ 756 ok provos@
754 757
755$Id: ChangeLog,v 1.2489 2002/10/03 01:54:35 djm Exp $ 758$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 @@
1/* $OpenBSD: version.h,v 1.34 2002/06/26 13:56:27 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.35 2002/10/01 13:24:50 markus Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_3.4p1" 3#define SSH_VERSION "OpenSSH_3.5p1"
4 4