- 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
This commit is contained in:
Daniel Stenberg
2007-03-02 22:42:43 +00:00
parent aeddea2b71
commit d3b89e114a
4 changed files with 66 additions and 49 deletions

View File

@@ -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: