diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 15:00:17 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 15:00:17 +0000 |
commit | a5180c9109b918cf441ffd0c90e05ab8c35d40d9 (patch) | |
tree | a4a6b1653073ab6a944ca9bf8de747a3dc522d84 /NEWS | |
parent | 85d5e89e02ddfa31f6753364d5fd235af2242cb8 (diff) | |
download | fetchmail-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |