summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--version.h4
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ae2fd88c7..8ec082169 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,10 @@
4 - markus@cvs.openbsd.org 2002/04/10 08:21:47 4 - markus@cvs.openbsd.org 2002/04/10 08:21:47
5 [auth1.c compat.c compat.h] 5 [auth1.c compat.c compat.h]
6 strip '@' from username only for KerbV and known broken clients, bug #204 6 strip '@' from username only for KerbV and known broken clients, bug #204
7 7 - markus@cvs.openbsd.org 2002/04/10 08:56:01
8 [version.h]
9 OpenSSH_3.2
10 - Added p1 to idenify Portable release version.
8 11
920020408 1220020408
10 - (bal) Minor OpenSC updates. Fix up header locations and update 13 - (bal) Minor OpenSC updates. Fix up header locations and update
@@ -8211,4 +8214,4 @@
8211 - Wrote replacements for strlcpy and mkdtemp 8214 - Wrote replacements for strlcpy and mkdtemp
8212 - Released 1.0pre1 8215 - Released 1.0pre1
8213 8216
8214$Id: ChangeLog,v 1.2042 2002/04/10 16:17:34 mouring Exp $ 8217$Id: ChangeLog,v 1.2043 2002/04/10 16:26:20 mouring Exp $
diff --git a/version.h b/version.h
index 24d39a05c..20eb6feb9 100644
--- a/version.h
+++ b/version.h
@@ -1,3 +1,3 @@
1/* $OpenBSD: version.h,v 1.28 2002/03/06 00:25:55 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.29 2002/04/10 08:56:01 markus Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_3.1p1" 3#define SSH_VERSION "OpenSSH_3.2p1"