diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-12-08 13:10:54 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-12-08 13:10:54 +0000 |
commit | a07430459aa0fb3dee8090f84120892b484e719b (patch) | |
tree | f5f8ffcacb473293817fa3201aa3c21338674bb8 | |
parent | d7d618addc5183368639e16cf40992a8a5b22f55 (diff) | |
download | fetchmail-a07430459aa0fb3dee8090f84120892b484e719b.tar.gz fetchmail-a07430459aa0fb3dee8090f84120892b484e719b.tar.bz2 fetchmail-a07430459aa0fb3dee8090f84120892b484e719b.zip |
Mark To/Cc multidrop parsing deprecated.
Mention Simon Barner reported the man page breakage.
svn path=/branches/BRANCH_6-3/; revision=4532
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,13 +16,16 @@ change. MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk.) * POP2 is obsolete. Support for POP2 may be removed from a future fetchmail version. (MA) * --sslcertck may become a default setting in a future fetchmail version. (MA) +* The multidrop To/Cc guessing code along with the fragile duplicate suppressor + is deprecated and may be removed from a future release. (MA) -------------------------------------------------------------------------------- fetchmail 6.3.1 (not yet released): * Fix broken default port in POP2. Patch by Stanislav Brabec, SUSE [CZ]. (MA) -* Fix manual page, some lines starting with ' were escaped by \&. (MA) +* Fix manual page, some lines starting with ' were escaped by \&. + Reported by Simon Barner. (MA) * Ship with gettext-0.14.3 again, as 6.2.9-rc10 did. Found by Sunil Shetye. (MA) * Actually set default SSL certificate path if --sslcertpath is unset. Reported by Heino Tiedemann and Rob MacGregor. (MA) |