aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-04-14 15:19:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-04-14 15:19:05 +0000
commit79e06c414788cf448fdcc2c903d9b97985f12ec8 (patch)
tree8fe10b8d3cb8ddf64a674b2dee196fefdc0a59bb /CHANGES
parentead2618c31fcb9e33e4ed23679b877e4e324c960 (diff)
- Sandor Feldi reported bug #1942022
(http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the lib/Makefile.vc[68] makefiles' release-ssl-dll target.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index face399bc..bc0f81528 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
Daniel Stenberg (14 Apr 2008)
+- Sandor Feldi reported bug #1942022
+ (http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the
+ lib/Makefile.vc[68] makefiles' release-ssl-dll target.
+
- Brock Noland reported that curl behaved differently depending on which order
you used -i and -I.