diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-06-10 22:55:36 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-06-10 22:55:36 +0000 |
commit | f203d73c2fb76ee6bba75c645ab4b7b7f2a9f148 (patch) | |
tree | ad49ec56ce532d37c4d78ba0e59442f0a10639d2 /NEWS | |
parent | b18e438aad0f8f7015b50ef138c63957adfa3eaa (diff) | |
download | fetchmail-f203d73c2fb76ee6bba75c645ab4b7b7f2a9f148.tar.gz fetchmail-f203d73c2fb76ee6bba75c645ab4b7b7f2a9f148.tar.bz2 fetchmail-f203d73c2fb76ee6bba75c645ab4b7b7f2a9f148.zip |
No longer complain about invalid sslproto "" when POP3 CAPA probe fails.
Fixes Debian Bug#421446 (Holger Leskien), Novell Bug #247233 (Jon Nelson).
Thanks to Matthias Strauß for a configuration to reproduce the issue.
svn path=/branches/BRANCH_6-3/; revision=5109
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -42,7 +42,7 @@ be removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- -fetchmail 6.3.X (not yet released, may become .8.1 or .9): +fetchmail 6.3.9 (not yet released): # FIXES: * The configure script will additionally check for 'dn_skipname', to fix build @@ -52,6 +52,9 @@ fetchmail 6.3.X (not yet released, may become .8.1 or .9): NOTE: this is a bit of a hack, since we twist the HAVE_RES_SEARCH result, but res_search() and dn_skipname() are only used together and scheduled for removal in future versions, so this is probably fine. +* No longer complain about invalid sslproto "" when POP3 CAPA probe fails. + Fixes Debian Bug#421446 (Holger Leskien), Novell Bug #247233 (Jon Nelson). + Thanks to Matthias Strauß for a configuration to reproduce the issue. # TRANSLATION UPDATES: * Polish (Jakub Bogusz) |