Commit 32330300 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Kevin Lussier pointed out a problem with curllib.dsp

parent 64414df2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@


Daniel (29 August 2005)
- Kevin Lussier pointed out a problem with curllib.dsp and how to fix it.

- Igor Polyakov fixed a rather nasty problem with the threaded name resolver
  for Windows, that could lead to an Access Violation when the multi interface
  was used due to an issue with how the resolver thread was and was not
+2 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ This release includes the following changes:

This release includes the following bugfixes:

 o MSVC build problem with the DSP file
 o windows threaded resolver access violation with multi interface
 o test suite works with valgrind 3
 o CA cert verification with GnuTLS builds
@@ -67,6 +68,6 @@ advice from friends like these:
 Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich,
 Adrian Schuur, Diego Casorran, Peteris Krumins, Jon Grubbs, Christopher
 R. Palmer, Mario Schroeder, Richard Clayton, James Bursa, Jeff Pohlmeyer,
 Norbert Novotny, Toby Peterson, Simon Josefsson, Igor Polyakov
 Norbert Novotny, Toby Peterson, Simon Josefsson, Igor Polyakov, Kevin Lussier

        Thanks! (and sorry if I forgot to mention someone)