aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-11-16 03:40:15 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-11-16 03:40:15 +0000
commit901c543dda30af8c77ed232693b09127bca89f64 (patch)
treea4e5f6dfe7193b18de9542f7a014ce31f3b3511d /NEWS
parentbe75246754069a9f5d8d85cdc1b5def6c22a58e8 (diff)
downloadfetchmail-901c543dda30af8c77ed232693b09127bca89f64.tar.gz
fetchmail-901c543dda30af8c77ed232693b09127bca89f64.tar.bz2
fetchmail-901c543dda30af8c77ed232693b09127bca89f64.zip
Fix segfault when run control file ends with a backslash inside an
unterminated quoted string. In quoted strings, support backslash as last character on a line to join the following line to the current. svn path=/trunk/; revision=4446
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3bb8dea..2bd1958c 100644
--- a/NEWS
+++ b/NEWS
@@ -288,6 +288,10 @@ fetchmail 6.3.0 (not yet released officially):
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.
# INTERNAL CHANGES
* Switched to automake. Matthias Andree.