diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-12-19 00:19:12 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-12-19 00:19:12 +0000 |
commit | 10be81a3cd113f32eb2731bae2f531b98b09d678 (patch) | |
tree | a2b6af5b7a6a03c9795ad230a67a10da5e3b4dfc /NEWS | |
parent | 11c8f13754f514c34e2136e5a706929955ea2230 (diff) | |
download | fetchmail-10be81a3cd113f32eb2731bae2f531b98b09d678.tar.gz fetchmail-10be81a3cd113f32eb2731bae2f531b98b09d678.tar.bz2 fetchmail-10be81a3cd113f32eb2731bae2f531b98b09d678.zip |
* When requesting Kerberos V4, V5 or GSSAPI, complain and exit with syntax error
if any of these requested features has not been compiled in. Reported by Isaac
Wilcox.
* --version will now add +KRB4 or +KRB5 if Kerberos v4 or v5, respectively, have
been compiled in. Reported by Isaac Wilcox.
svn path=/branches/BRANCH_6-3/; revision=4995
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -101,6 +101,11 @@ fetchmail 6.3.6 (not yet released): * Improve handling of IMAP IDLE, some servers do not reset their time counters after sending information asynchronously. Patch by Sunil Shetye, after report from Andrew Baumann. +* When requesting Kerberos V4, V5 or GSSAPI, complain and exit with syntax error + if any of these requested features has not been compiled in. Reported by Isaac + Wilcox. +* --version will now add +KRB4 or +KRB5 if Kerberos v4 or v5, respectively, have + been compiled in. Reported by Isaac Wilcox. # TRANSLATIONS: * New en_GB (British English) translation by David Lodge. |