aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-09-21 15:00:17 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-09-21 15:00:17 +0000
commita5180c9109b918cf441ffd0c90e05ab8c35d40d9 (patch)
treea4a6b1653073ab6a944ca9bf8de747a3dc522d84 /NEWS
parent85d5e89e02ddfa31f6753364d5fd235af2242cb8 (diff)
downloadfetchmail-a5180c9109b918cf441ffd0c90e05ab8c35d40d9.tar.gz
fetchmail-a5180c9109b918cf441ffd0c90e05ab8c35d40d9.tar.bz2
fetchmail-a5180c9109b918cf441ffd0c90e05ab8c35d40d9.zip
Make SSL connection failures PS_SOCKET (not PS_AUTHFAIL). Reported by Thomas Wolff.
svn path=/trunk/; revision=4314
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e62369c3..d034b78d 100644
--- a/NEWS
+++ b/NEWS
@@ -207,6 +207,8 @@ fetchmail 6.3.0 (not yet released officially):
Bug#329342, Takeshi Hamasaki. (MA)
* When getaddrinfo() fails resolving a service, log getaddrinfo() error. (MA)
* Fix bogus "cannot resolve service * to port number" error. Simon Barner. (MA)
+* Failure to set up SSL connections now results in PS_SOCKET. Suggested by
+ Thomas Wolff. Matthias Andree.
# INTERNAL CHANGES
* Switched to automake. Matthias Andree.