summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-20 09:16:34 +1100
committerDamien Miller <djm@mindrot.org>2001-03-20 09:16:34 +1100
commit41be73b663b9c9d0fa62bef9834e0a275a4eae8f (patch)
treef66312d240e953ca69953912b63e04e40a61de0d
parente7cf07c927e6065b1bba5199319fe80887607317 (diff)
- markus@cvs.openbsd.org 2001/03/19 17:12:10
[version.h] version 2.5.2
-rw-r--r--ChangeLog5
-rw-r--r--version.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 42ab6040a..390adbf59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
6 - markus@cvs.openbsd.org 2001/03/19 17:07:23 6 - markus@cvs.openbsd.org 2001/03/19 17:07:23
7 [auth.c readconf.c] 7 [auth.c readconf.c]
8 undo /etc/shell and proto 2,1 change for openssh-2.5.2 8 undo /etc/shell and proto 2,1 change for openssh-2.5.2
9 - markus@cvs.openbsd.org 2001/03/19 17:12:10
10 [version.h]
11 version 2.5.2
9 12
1020010319 1320010319
11 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to 14 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
@@ -4636,4 +4639,4 @@
4636 - Wrote replacements for strlcpy and mkdtemp 4639 - Wrote replacements for strlcpy and mkdtemp
4637 - Released 1.0pre1 4640 - Released 1.0pre1
4638 4641
4639$Id: ChangeLog,v 1.989 2001/03/19 22:15:57 djm Exp $ 4642$Id: ChangeLog,v 1.990 2001/03/19 22:16:34 djm Exp $
diff --git a/version.h b/version.h
index 440a352fd..449f1ec2b 100644
--- a/version.h
+++ b/version.h
@@ -1,3 +1,3 @@
1/* $OpenBSD: version.h,v 1.19 2001/02/19 10:35:23 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.19 2001/02/19 10:35:23 markus Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_2.5.1p3" 3#define SSH_VERSION "OpenSSH_2.5.2p1"