aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-27 23:31:58 +0000
committerYang Tse <yangsita@gmail.com>2008-08-27 23:31:58 +0000
commitecff50c2b4bb970c2add29f3ece1c93b6dc0e29a (patch)
tree455f6b858d09fce88810ec12cdf171c822f00680 /CHANGES
parent6f53cf9cc6960a38c586cf0c36642486caf02b92 (diff)
VC6 generated .dsp file now supports 4 configurations:
libcurl - Win32 DLL Debug libcurl - Win32 DLL Release libcurl - Win32 LIB Debug libcurl - Win32 LIB Release
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 181dec8a3..ce0abeba0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Yang Tse (27 Aug 2008)
+- Fix generation of MS VC6 .dsp file to make it support compilation of either
+ dynamic (DLL) or static (LIB) libcurl libraries in debug and release modes.
+
Daniel Fandrich (26 Aug 2008)
- Fixed out of memory problems that caused torture test failures in tests
1021 and 1067.