]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
In oversized warning messages, print the account name, too. Fixes Debian
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index c3e3b91d50cc157cdaf8771666a7f14acff32a84..dac1384e531d72aae6fd2195342204ef925d1c67 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ Fetchmail Release Notes
 This file is in Unicode charset with UTF-8 encoding.
 
 (The `lines' figures total .c, .h, .l, and .y files under version control.
-Names in parentheses are the maintainers who handled the respective change.
-Abbreviations: MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk)
+Abbreviations in parentheses are the maintainers who committed the respective
+change.  MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk.)
 
 fetchmail 6.3.0 (not yet released officially):
 
@@ -123,8 +123,7 @@ fetchmail 6.3.0 (not yet released officially):
   possibly fixing Red Hat bug #114470. (MA).
 * Nalin Dahyabhai's patch to use the krb5-config script, if present.
   Sent by Miloslav Trmac. (MA)
-* Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac.
-  (MA)
+* Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac. (MA)
 * Trivial fetchmailconf.man to redirect to fetchmail.1.
   Reported by Miloslav Trmac. (MA)
 * Updated and re-enabled Czech translation, by Miloslav Trmac (MA).
@@ -140,7 +139,7 @@ fetchmail 6.3.0 (not yet released officially):
   reported by Dr. Andreas Krüger, Debian bug #242384 (MA)
 * Added Russian translation, courtesy of Pavel Maryanov of the
   Russian translation team. (MA)
-* Dropped da=Danish, el=Greek, ja=Japanese, sq=Albanian and tr=Turkish
+* Dropped da=Danish, el=Greek, ja=Japanese and tr=Turkish
   translations which have more than 10% (61+) untranslated or fuzzy
   messages. Matthias Andree.
 * Skip sending POP3 PASS command when USER command failed. Matthias Andree.
@@ -149,7 +148,6 @@ fetchmail 6.3.0 (not yet released officially):
   clarify singledrop vs. multidrop operation. (MA)
 * Make tracepolls a server option, as documented. Fixes Debian bug
   #156094. Matthias Andree.
-* Updated some translations. (MA)
 * Fix some minor inaccuracies (RFC-1893 related, grammar/spelling) in
   the manual page.
 * Rename ESR's design notes to esrs-design-notes.html and add a new
@@ -281,6 +279,27 @@ fetchmail 6.3.0 (not yet released officially):
 * Man page: update --smtphost documentation. Sunil Shetye, Matthias Andree.
 * Man page: clarify --loghost works only while detached. Matthias Andree
 * Man page: update --smtpaddress documentation. Sunil Shetye.
+* Fix several memory leaks and bugs in the SMTP/LMTP retry logic where
+  fetchmail confused UNIX and Internet domain sockets. Sunil Shetye.
+* Man page (BUGS): document that passwords are length limited. Matthias Andree
+* Man page: Document that quoted strings that run across line boundaries
+  contain the control characters (CR or LF). Document explicitly the backslash
+  escape sequences and their differences from the escape sequences used in the
+  C programming language.  Matthias Andree
+* Fix segfault when run control file ends with a backslash inside an
+  unterminated quoted string. Matthias Andree.
+* In quoted strings, support backslash as last character on a line to join the
+  following line to the current. Matthias Andree.
+* Parsing untagged IMAP responses is more robust now. Matthias Andree.
+* Man page: Remove some procmail praises in --mda documentation, suggest
+  maildrop instead, warn of procmail fallthrough behavior. Matthias Andree.
+* Man page: Revise AUTHORS and SEE ALSO sections. Matthias Andree.
+* Updated translations: Albanian [sq] (Besnik Bleta), Catalan [ca] (Ernest
+  Adrogué Calveras), Czech [cs] (Miloslav Trmac), German [de] (MA),
+  Spanish (Castilian) [es] (Javier Kohen), French [fr] (MA),
+  Polish [pl] (Jakub Bogusz), Russian [ru] (Pavel Maryanov).
+* In oversized warning messages, print the account name, too. Fixes Debian
+  Bug#213299. Sunil Shetye (MA).
 
 # INTERNAL CHANGES
 * Switched to automake. Matthias Andree.