diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-08-23 16:16:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-25 19:16:36 +0200 |
commit | bb5529331334e1e1c79ff3320220bba12fc8457d (patch) | |
tree | 65a79458b8b78bf3729f44ae754605ed5ed51ec0 /RELEASE-NOTES | |
parent | 817ceb09e0a8f0754e81ccc592ad919125bc7908 (diff) |
FTP: remove krb4 support
We've announced this pending removal for a long time and we've
repeatedly asked if anyone would care or if anyone objects. Nobody has
objected. It has probably not even been working for a good while since
nobody has tested/used this code recently.
The stuff in krb4.h that was generic enough to be used by other sources
is now present in security.h
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cff3e8563..ef5e57fac 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,16 +7,12 @@ Curl and libcurl 7.32.1 Known libcurl bindings: 42 Contributors: 1057 -*** - krb4 support is up for removal. If you care about it at all, speak up - on the curl-library list asap! -*** - This release includes the following changes: o test code for testing the event based API [3] o CURLM_ADDED_ALREADY: new error code o test TFTP server: support "writedelay" within <servercmd> + o krb4 support has been removed This release includes the following bugfixes: |