]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Clarify IMAP BYE response logging.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index 8b09f7d7c9aa88ff27ab040248931fe3f5014e9b..92e130f2c988134de23a7f8aa900ad0c5e840e03 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,8 +21,6 @@ removed from a 6.4.0 or newer release.)
 * POP2 is obsolete, support will be removed from a future fetchmail version.
 * RPOP is obsolete, support will be removed from a future fetchmail release.
 * --sslcertck will become a default setting in a future fetchmail version.
-* --sslfingerprint may be removed from a future fetchmail version, because it's
-  just too easily abused to create a false sense of security.
 * The multidrop To/Cc guessing code along with the fragile duplicate suppressor
   is deprecated and may be removed from a future release.
 * The "envelope Received" option may be removed from a future release, because
@@ -49,6 +47,84 @@ removed from a 6.4.0 or newer release.)
 
 --------------------------------------------------------------------------------
 
+fetchmail 6.3.14 (not yet released):
+
+# BUG FIXES
+* The IMAP client no longer skips messages from several IMAP servers including
+  Dovecot if fetchmail's "idle" is in use.  Causes were that fetchmail (a)
+  ignored some untagged responses when it should not (b) relied on EXISTS
+  messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP
+  standard) and aren't sent by Dovecot either.
+    Fix by Sunil Shetye (the fix also consolidates IMAP response handling,
+  improving overall robustness of the IMAP client), bug report and testing by
+  Matt Doran, with further hints from Timo Sirainen.
+
+# CHANGES
+* Only include gssapi.h if we're not including gssapi/gssapi.h, to fix a FreeBSD
+  compiler warning about gssapi.h being obsolete.
+
+# DOCUMENTATION
+* The README.SSL document was revised for grammar, spelling, and clarity.
+  Courtesy of Robert Mullin.
+
+# TRANSLATION UPDATES
+* [it]    Italian, by Vincenzo Campanella
+
+
+
+fetchmail 6.3.13 (released 2009-10-30, 25333 LoC):
+
+# REGRESSION FIXES
+* The multiline SMTP error fix in release 6.3.12 caused fetchmail to lose
+  message codes 400..599 and treat all of these as temporary error. This would
+  cause messages to be left on the server even if softbounce was turned off.
+  Reported by Thomas Jarosch.
+
+# TRANSLATION UPDATES
+* [cs]    Czech, by Petr Pisar
+* [zh_CN] Chinese (simplified), by Ji ZhengYu
+* [nl]    Dutch, by Erwin Poeze
+* [id]    Indonesian, by Andhika Padmawan
+* [ja]    Japanese, by Takeshi Hamasaki
+* [pl]    Polish, by Jakub Bogusz
+* [es]    Spanish (Castilian), by Franciso Molinero
+* [vi]    Vietnamese, by Clytie Siddall
+
+
+fetchmail 6.3.12 (released 2009-10-05):
+
+# REGRESSION FIXES
+* The CVS-2009-2666 fix in fetchmail release 6.3.11 caused a free() of
+  unallocated memory on SSL connections, which caused crashes or program aborts
+  on some systems (depending on how initialization and free() of unallocated
+  memory is handled in compiler and libc).
+  Workaround for older versions: run in verbose mode.
+  Patch courtesy of Thomas Heinz, fixes Gentoo Bug #280760.
+  This regression affected only the 6.3.11 release, but not the patch that was
+  part of the security announcement fetchmail-SA-2009-01.
+
+# BUG FIXES
+* Fix error reporting for GSSAPI on Heimdal (h5l) Kerberos.
+* Look for MD5_Init in libcrypto rather than libssl, fixes Gentoo Kerberos
+  builds; fixes upstream parts of Gentoo Bugs #231400 and #185652, and fixes
+  BerliOS Bug #16134.
+* Report multiline SMTP errors properly, reported by Earl Chew; fixes Debian Bug
+  #569899, reported by Akihiro Terasaki.
+  Note: This fix introduced a regression, fixed in 6.3.13.
+* Replace control characters in SMTP replies by '?'.
+* Fetchmailconf: Fix descriptions for smtpaddress and smtpname options;
+  smtpaddress is for RCPT TO, not MAIL FROM. Found by Gerard Seibert.
+
+# TRANSLATION UPDATES AND ADDITIONS (ordered by language name):
+* [ca]    Catalan (Ernest AdroguĂ© Calveras)
+* [zh_CN] Chinese/Simplified (Ji ZhengYu)
+* [cs]    Czech (Petr Pisar)
+* [ja]    Japanese (Takeshi Hamasaki)
+* [pl]    Polish (Jakub Bogusz)
+* [es]    Spanish/Castilian (Francisco Molinero)
+* [vi]    Vietnamese (Clytie Siddall)
+
+
 fetchmail 6.3.11 (released 2009-08-06):
 
 # SECURITY BUGFIXES
@@ -72,6 +148,8 @@ fetchmail 6.3.11 (released 2009-08-06):
 * Convert all non-printable characters in certificate Subject/Issuer
   Common Name or Subject Alternative Name fields to ANSI-C hex escapes (\xnn,
   where nn are hex digits).
+  Note that this change introduces a regression, fixed in 6.3.12.
+  See the 6.3.12 documentation above for details and a workaround.
 
 # TRANSLATION UPDATES AND ADDITIONS (ordered by language name):
 * [zh_CN] Chinese/Simplified (Ji ZhengYu)