summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--INSTALL2
-rw-r--r--version.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b23ff702a..902e9ee5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120000831 120000831
2 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox 2 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
3 <acox@cv.telegroup.com> 3 <acox@cv.telegroup.com>
4 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
4 5
520000830 620000830
6 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net> 7 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
diff --git a/INSTALL b/INSTALL
index d95ea4e49..4824ada63 100644
--- a/INSTALL
+++ b/INSTALL
@@ -156,7 +156,7 @@ If you need to pass special options to the compiler or linker, you
156can specify these as environment variables before running ./configure. 156can specify these as environment variables before running ./configure.
157For example: 157For example:
158 158
159CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure 159CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
160 160
1613. Configuration 1613. Configuration
162---------------- 162----------------
diff --git a/version.h b/version.h
index 6b17a676c..9fb86ab7c 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
#define SSH_VERSION "OpenSSH_2.1.1p5" #define SSH_VERSION "OpenSSH_2.2.0p1"