Commit 61e6554b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

pre7 and pre8 details

parent f6f3f79a
Loading
Loading
Loading
Loading
+16 −2
Original line number Original line Diff line number Diff line
@@ -6,15 +6,29 @@


                               History of Changes
                               History of Changes


Version 7.9.2-pre8

Daniel (2 December 2001)
- Bug report #487825 correctly identified a problem when using a proxy and
  following a redirection from HTTP to HTTPS. libcurl then re-used the same
  proxy connection but without doing a proper HTTPS request.

- Fixed win32 compiling quirks.

Version 7.9.2-pre7

Daniel (30 November 2001)
- Documented --disable-epsv and CURLOPT_FTP_USE_EPSV.

Daniel (29 November 2001)
Daniel (29 November 2001)
- Added --disable-epsv as an option. When used, curl won't attempt to use the
- Added --disable-epsv as an option. When used, curl won't attempt to use the
  EPSV command when doing passive FTP downloads.
  EPSV command when doing passive FTP downloads. Wrote a test case for it.


- Eric provided a few more fixes for building on Macs. He also pointed out
- Eric provided a few more fixes for building on Macs. He also pointed out
  a flaw in the signal handler restoration code.
  a flaw in the signal handler restoration code.


Daniel (28 November 2001)
Daniel (28 November 2001)
- Fiddled with some Tru64 problems reported by Dimitris Sarris. They appear
- Fiddled with some Tru64 problems reported by Dimitris Sarris. They appeared
  only when using VERBOSE ftp transfers. Do we use a too small buffer for
  only when using VERBOSE ftp transfers. Do we use a too small buffer for
  gethostbyaddr_r(), was the lack of using in_addr_t wrong or is it that the
  gethostbyaddr_r(), was the lack of using in_addr_t wrong or is it that the
  hostent struct must be blanked before use? With Dimitris help and these
  hostent struct must be blanked before use? With Dimitris help and these