aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2008-03-06 17:22:45 +0000
committerMichal Marek <mmarek@suse.cz>2008-03-06 17:22:45 +0000
commit40e1a016f92903c731f07325bc1f9c6416ae1ac3 (patch)
treefe0af867ad5d6e91c3e3a5467d0dd76af72fece2 /CHANGES
parent1cf559492ac81d0533757cb36bb002cb6829d81b (diff)
Fix the gssapi configure check to detect newer MIT Kerberos (patch by
Michael Calmer)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6575a9aec..25664a012 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Michal Marek (6 Mar 2008)
+- Fix the gssapi configure check to detect newer MIT Kerberos (patch by
+ Michael Calmer)
+
Yang Tse (6 Mar 2008)
- Fix regression on Curl_socket_ready() and Curl_poll() so that these will
again fail on select/poll errors different than EINTR.