diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20000831 | 1 | 20000831 |
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 | ||
5 | 20000830 | 6 | 20000830 |
6 | - (djm) Compile warning fixes from Mark Miller <markm@swoon.net> | 7 | - (djm) Compile warning fixes from Mark Miller <markm@swoon.net> |
@@ -156,7 +156,7 @@ If you need to pass special options to the compiler or linker, you | |||
156 | can specify these as environment variables before running ./configure. | 156 | can specify these as environment variables before running ./configure. |
157 | For example: | 157 | For example: |
158 | 158 | ||
159 | CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure | 159 | CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure |
160 | 160 | ||
161 | 3. Configuration | 161 | 3. Configuration |
162 | ---------------- | 162 | ---------------- |
@@ -1 +1 @@ | |||
#define SSH_VERSION "OpenSSH_2.1.1p5" | #define SSH_VERSION "OpenSSH_2.2.0p1" | ||