aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-12 21:34:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-12 21:34:42 +0000
commita67c8b469852f51d90f6e48bc54ae34addeb8b1b (patch)
tree1b9e79ce17fbef9980fc73c4ef89ee9e6bdfe812 /CHANGES
parent49ce3e5160a9576e797bf87cef012b09d1c54ecb (diff)
Made the krb5 code build with Heimdal's GSSAPI lib
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91f342593..e9af77c05 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@
Changelog
+Daniel S (12 July 2007)
+- Made the krb5 code build with Heimdal's GSSAPI lib.
+
Dan F (12 July 2007)
- Compile most of the example apps in docs/examples when doing a 'make check'.
Fixed some compile warnings and errors in those examples.