aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-13 20:04:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-13 20:04:53 +0000
commitcf5378b366258ab7ec9cbd03eef26b852e454745 (patch)
tree8628d920d6b6c547346116e954cff0124620d1f3 /CHANGES
parentfea938cbcbe12394ecb93ba49a4d37d76e851bd4 (diff)
Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't
define the symbols for backwards source compatibility)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e9af77c05..88f3bf658 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel S (13 July 2007)
+- Daniel Cater fixes:
+ 1 - made 'make vc8' work on windows.
+ 2 - made libcurl itself built with CURL_NO_OLDIES defined (which doesn't
+ define the symbols for backwards source compatibility)
+
Daniel S (12 July 2007)
- Made the krb5 code build with Heimdal's GSSAPI lib.