summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-10-03 11:55:37 +1000
committerDamien Miller <djm@mindrot.org>2002-10-03 11:55:37 +1000
commit7156fc7da6b7b7c2f1a92c21fc5fac00fc752b0c (patch)
tree4422b93fc27bcb070f7571fa71fa77ff2d2295a1
parentaf9de38c4319948b8cf73cc1b18ae8270dba185e (diff)
- markus@cvs.openbsd.org 2002/10/01 13:24:50
[version.h] OpenSSH 3.5
-rw-r--r--ChangeLog5
-rw-r--r--version.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index de93dc93..f5410c84 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 1e9b4312..1f112992 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"