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 ce4550384..10a82eec8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
10 [bufaux.c] 10 [bufaux.c]
11 encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka 11 encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka
12 and drop support for negative BNs; ok otto@ 12 and drop support for negative BNs; ok otto@
13 - markus@cvs.openbsd.org 2004/02/23 15:16:46
14 [version.h]
15 enter 3.8
13 16
1420040223 1720040223
15 - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the 18 - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the
@@ -1913,4 +1916,4 @@
1913 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1916 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1914 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1917 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1915 1918
1916$Id: ChangeLog,v 1.3246 2004/02/23 22:21:41 dtucker Exp $ 1919$Id: ChangeLog,v 1.3247 2004/02/23 22:24:01 dtucker Exp $
diff --git a/version.h b/version.h
index 0a98e4290..c4266292c 100644
--- a/version.h
+++ b/version.h
@@ -1,3 +1,3 @@
1/* $OpenBSD: version.h,v 1.39 2003/09/16 21:02:40 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.40 2004/02/23 15:16:46 markus Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_3.7.1p2" 3#define SSH_VERSION "OpenSSH_3.8p1"