- (djm) Pick up new version (2.2.0) from OpenBSD CVS

This commit is contained in:
Damien Miller 2000-08-31 11:13:10 +11:00
parent 238a9fa8d0
commit b5c42d98b3
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
20000831
- (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
<acox@cv.telegroup.com>
- (djm) Pick up new version (2.2.0) from OpenBSD CVS
20000830
- (djm) Compile warning fixes from Mark Miller <markm@swoon.net>

View File

@ -156,7 +156,7 @@ If you need to pass special options to the compiler or linker, you
can specify these as environment variables before running ./configure.
For example:
CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
3. Configuration
----------------

View File

@ -1 +1 @@
#define SSH_VERSION "OpenSSH_2.1.1p5"
#define SSH_VERSION "OpenSSH_2.2.0p1"