aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-29 21:04:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-29 21:04:26 +0000
commit32330300a99c114bdfcb39076d5cafe31ac2eac7 (patch)
tree07942af5d75da81f2543f6c632248670cea23261
parent64414df27e5001312f5c51ac192ac4582fbf82fc (diff)
Kevin Lussier pointed out a problem with curllib.dsp
-rw-r--r--CHANGES2
-rw-r--r--RELEASE-NOTES3
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 556c2155c..60eb0c3b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index dcdae11a9..ffc6bd00c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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)