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 5d48e8f5f..d9f7ad996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
7 GSSAPIDeletegateCredentials=yes and another authentication mechanism 7 GSSAPIDeletegateCredentials=yes and another authentication mechanism
8 succeeds; bz#1073 reported by paul.moore AT centrify.com, fix by 8 succeeds; bz#1073 reported by paul.moore AT centrify.com, fix by
9 simon AT sxw.org.uk, tested todd@ biorn@ jakob@; ok deraadt@ 9 simon AT sxw.org.uk, tested todd@ biorn@ jakob@; ok deraadt@
10 - markus@cvs.openbsd.org 2005/08/31 09:28:42
11 [version.h]
12 4.2
10 13
1120050830 1420050830
12 - (tim) [configure.ac] Back out last change. It needs to be done differently. 15 - (tim) [configure.ac] Back out last change. It needs to be done differently.
@@ -2978,4 +2981,4 @@
2978 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2981 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2979 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2982 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2980 2983
2981$Id: ChangeLog,v 1.3883 2005/08/31 09:46:26 djm Exp $ 2984$Id: ChangeLog,v 1.3884 2005/08/31 09:47:07 djm Exp $
diff --git a/version.h b/version.h
index f6625230e..b9c87e2fb 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
1/* $OpenBSD: version.h,v 1.44 2005/03/16 21:17:39 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.45 2005/08/31 09:28:42 markus Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_4.1" 3#define SSH_VERSION "OpenSSH_4.2"
4 4
5#define SSH_PORTABLE "p1" 5#define SSH_PORTABLE "p1"
6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE 6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE