diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-06-14 14:33:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-06-14 14:33:54 +0000 |
commit | e54f09a2186c21b787ac4c88c26d5a1d0aaf2d7b (patch) | |
tree | e5a62e75f684ebaa370091b8925874605b3ba162 /CHANGES | |
parent | 069347c83d68b8eee94a815eed580f3c8df2a9f6 (diff) |
the 7.0.6beta fixes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ History of Changes +Version 7.0.6beta + +Daniel (14 June 2000) +- Björn Stenberg pointed out several problems (related to win32 compiling): + lib/strequal.c had a bad #ifdef for one of the string comparisons (win32) + src/main.c had several minor problems + lib/makefile.m32 had getpass.[co] twice + src/config-win32.h lacked the HAVE_FCNTL_H define + both config-win32.h files now only set the HAVE_UNISTD_H define if the + define MINGW32 is set, and I modified src/makefile.m32 and lib/makefile.m32 + to set it. + +Version 7.0.5beta + Daniel (14 June 2000) - Applied Luong Dinh Dung's comments about a few win32 compile problems. |