summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-08-06 06:17:48 +1000
committerDamien Miller <djm@mindrot.org>2011-08-06 06:17:48 +1000
commitc471860d25d0d769a0f261f97a59e2a64e6a2781 (patch)
treedea168c7cff4e1fded6c4613d3fd371cd9b5c3c8
parent20bd4535c01f4a47f535d6e4dc84420a6c5425a5 (diff)
- djm@cvs.openbsd.org 2011/08/02 23:13:01
[version.h] crank now, release later
-rw-r--r--ChangeLog3
-rw-r--r--version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dda3580c..3fb320014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,9 @@
22 Add new SHA256 and SHA512 based HMAC modes from 22 Add new SHA256 and SHA512 based HMAC modes from
23 http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-02.txt 23 http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-02.txt
24 Patch from mdb AT juniper.net; feedback and ok markus@ 24 Patch from mdb AT juniper.net; feedback and ok markus@
25 - djm@cvs.openbsd.org 2011/08/02 23:13:01
26 [version.h]
27 crank now, release later
25 28
2620110624 2920110624
27 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for 30 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for
diff --git a/version.h b/version.h
index 24d000110..d3d57eab0 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
1/* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */ 1/* $OpenBSD: version.h,v 1.62 2011/08/02 23:13:01 djm Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_5.8" 3#define SSH_VERSION "OpenSSH_5.9"
4 4
5#define SSH_PORTABLE "p2" 5#define SSH_PORTABLE "p2"
6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE 6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE