diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 21:36:26 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 21:36:26 +0000 |
commit | bcc358c34513559116ad49673029eddcbf7a5bf0 (patch) | |
tree | b5649b2c24550c69b47b709b2b7910ec297d4684 /NEWS | |
parent | 4d6d492fa367899570abf5f9ceaca629697db13f (diff) | |
download | fetchmail-bcc358c34513559116ad49673029eddcbf7a5bf0.tar.gz fetchmail-bcc358c34513559116ad49673029eddcbf7a5bf0.tar.bz2 fetchmail-bcc358c34513559116ad49673029eddcbf7a5bf0.zip |
Use new host_fqdn() interface.
svn path=/trunk/; revision=4382
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -256,6 +256,10 @@ fetchmail 6.3.0 (not yet released officially): other process's exit. Matthias Andree * Man page: --sslfingerprint points user to x509(1ssl) and gives an example how to use it. Debian Bug#213484, Eduard Bloch. (MA) +* Try to obtain FQDN as our own host by default, rather than using "localhost". + If hostname cannot be qualified, complain noisily and continue, unless + Kerberos, ODMR or ETRN are used (these require a FQDN). + Partial fix of Debian Bug#150137. Fixes Debian Bug#316454. Matthias Andree # INTERNAL CHANGES * Switched to automake. Matthias Andree. |