summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78a9c7663..7ba5d7968 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,2 +2,8 @@
+ * mailbox/filter_trans.c (trans_read): Break the loop if both
+ transcoder and read return 0 bytes. This is necessary to correctly
+ handle unfinished input strings
+ * mailbox/testsuite/Decode2047: New testcase: an example of
+ unfinished input.
+
* configure.ac: Raise version number to 0.6.95
diff --git a/NEWS b/NEWS
index f1b8879dd..bf826dd1f 100644
--- a/NEWS
+++ b/NEWS
@@ -49,4 +49,5 @@ compatible with nmh and rand implementations.
** send: rename draft file after sending it.
-** all mh utilities: create nested directories, if required.
+** All mh utilities: create nested directories, if required.
** Correctly handle comma-delimited folder lists in Fcc headers.
+** A decoder stream correctly handles unfinished input strings.

Return to:

Send suggestions and report system problems to the System administrator.