]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Release 6.3.13.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index 85d3261e435542c27d79900225d73bd56222fd4d..ccee751f0edee99548f1315bd41b40d7367b9d69 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,13 +47,33 @@ removed from a 6.4.0 or newer release.)
 
 --------------------------------------------------------------------------------
 
-fetchmail 6.3.12 (released XXXX-XX-XX - not yet):
+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.
@@ -65,13 +83,21 @@ fetchmail 6.3.12 (released XXXX-XX-XX - not yet):
 * 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):
@@ -97,6 +123,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)