- djm@cvs.openbsd.org 2011/08/02 23:13:01

[version.h]
     crank now, release later
This commit is contained in:
Damien Miller 2011-08-06 06:17:48 +10:00
parent 20bd4535c0
commit c471860d25
2 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@
Add new SHA256 and SHA512 based HMAC modes from
http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-02.txt
Patch from mdb AT juniper.net; feedback and ok markus@
- djm@cvs.openbsd.org 2011/08/02 23:13:01
[version.h]
crank now, release later
20110624
- (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */
/* $OpenBSD: version.h,v 1.62 2011/08/02 23:13:01 djm Exp $ */
#define SSH_VERSION "OpenSSH_5.8"
#define SSH_VERSION "OpenSSH_5.9"
#define SSH_PORTABLE "p2"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE