]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Add full support for --service option.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index 7f781e7e1ca1af9068247f519718d3f3ee5ce634..4e4a1a6ce830e083fa84e1252409133882ce97ac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,18 @@ fetchmail 6.3.0 (not yet released officially):
   http://www.inner.net/pub/ipv6/ states, as of 2005-07-03: "/pub/ipv6
   Our IPv6 software is now long defunct. Please find a more modern source."
   I haven't been able to find a more modern source.  Matthias Andree
+* Operating systems that do not conform to the Single Unix Specification v2
+  (1997) or v3 (2001, aka IEEE Std 1003.1-2001) are no longer supported. They
+  may continue to work and non-intrusive patches to support them may be
+  accepted.  Matthias Andree
+
+# OBSOLETION WARNINGS
+* The MX and host alias lookups that fetchmail performs in multidrop mode are
+  obsolete, deprecated and may be removed from a future fetchmail version
+  without further notice. Their support for IPv6 (including IPv6-mapped IPv4)
+  is unspecified.  Matthias Andree
+* The monitor and interface options may also be removed from a future fetchmail
+  version as they are not sufficiently portable.
 
 # OTHER USER-VISIBLE CHANGES
 * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP. (ESR)
@@ -147,8 +159,6 @@ fetchmail 6.3.0 (not yet released officially):
   Matthias Andree
 * Document that fetchmail may automatically enable UIDL option.
   Debian Bug#304701. Matthias Andree.
-* Delete oversized messages with --flush when daemon mode isn't used.
-  Debian Bug#212240. Matthias Andree.
 * Put *BOLD* text into the manual page near --mda to state unmistakably that
   the --mda %T and %F substitutions add single quotes, hoping to avoid bogus
   bug reports such as Debian Bug #224564. Matthias Andree
@@ -164,9 +174,35 @@ fetchmail 6.3.0 (not yet released officially):
   gettext 0.14 separately for NLS (i18n).  Matthias Andree
 * fetchmailconf is now a shell wrapper that calls the byte-compiled
   fetchmailconf.py script, which is now installed in the regular python
-  directory.
+  directory. Matthias Andree.
 * The "port" option, while still understood, is being replaced by the "service"
-  option, which is now supported even without --enable-inet6.
+  option, which is now supported even without --enable-inet6. Matthias Andree.
+* The default distribution format is now bzip2. Matthias Andree.
+* fetchmailconf redirects fetchmail's input from /dev/null so it doesn't
+  wait for the user to enter a password when the user doesn't even see
+  the prompt. Reported by Michal Marek. Matthias Andree.
+* Write RFC-compliant BSMTP envelopes. Reported by Nico Golde. Matthias Andree.
+* Fix --with-gssapi compilation problem. Simon Josefsson. (MA)
+* Foster protocol-independence to support IPv6 better, for instance, providing
+  IPv6 addresses in Received: headers. Matthias Andree.
+* The --enable-inet6 configure option was removed. The code is mostly protocol
+  agnostic, a fully IPv6 aware OS is expected to provide getaddrinfo(),
+  getnameinfo() and the macro AF_INET6.  Matthias Andree.
+* Received: headers now enclose the for <...> destination address in angle
+  brackets for consistency with Postfix.  Matthias Andree.
+* Operating systems that do not support at least one of gethostbyname,
+  gethostbyname_r, getipnodebyname are no longer supported.  Matthias Andree.
+* Fixes to --with-hesiod option. Sunil Shetye. (MA)
+* Delete oversized messages with the news --limitflush option. Debian
+  Bug#212240. Sunil Shetye. (MA)
+* Fix MacOS X compilation failures in sink.c (ru_*time has incomplete type).
+  Berlios Bug #4725. Matthias Andree.
+* Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn"
+  officially. Reported by Yves Boisjoly. Matthias Andree
+* Expunge between IMAP folders when polling multiple folders.
+  Sunil Shetye. (MA)
+* Fix IMAP expunged message counting. Sunil Shetye. (MA)
+* Add full support for --service option. Matthias Andree
 
 # INTERNAL CHANGES
 * Switched to automake. Matthias Andree.