aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-10 21:43:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-10 21:43:41 +0000
commit49111a63e6d9bb963e6d628f7813c007c54263a0 (patch)
tree83334b221b44bde978fcc99747e22c1e1b5055fb /CHANGES
parentee4ecf515565c4885510706567644f9f3a77e440 (diff)
configure --with-gssapi fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b548bd40e..d66143eb7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (10 November 2004)
+- I installed Heimdal on my Debian box (using the debian package) and noticed
+ that configure --with-gssapi failed to create a nice build. Fixed now.
+
Daniel (9 November 2004)
- Gisle Vanem marked all external function calls with CURL_EXTERN so that now
the Windows, Netware and other builds no longer need libcurl.def or similar