diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-02 22:42:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-02 22:42:43 +0000 |
commit | d3b89e114a3eccd619c4a069223e5fc9a4488904 (patch) | |
tree | 8b3490eb671628996426a19e78c868117d6d27bd /RELEASE-NOTES | |
parent | aeddea2b719ad676abcb0f563c888fbba934fdc0 (diff) |
- Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8
makefiles that are included in the source release archives, generated from
the Makefile.vc6 files by the maketgz script. I also modified the root
Makefile to have a VC variable that defaults to vc6 but can be overridden to
allow it to be used for vc8 as well. Like this:
nmake VC=vc8 vc
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 97ca13ea4..079d7d0ce 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,7 +18,8 @@ This release includes the following changes: o changed default anonymous FTP password o changed the CURLOPT_FTP_SSL_CCC option to handle active and passive CCC shutdown - o Added the --ftp-ssl-ccc-mode command line option + o added the --ftp-ssl-ccc-mode command line option + o includes VC8 Makefiles in the release archive This release includes the following bugfixes: |