From f69c4bbf9ce09628798d38e10ae23e15e895b3ec Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 16 Jun 2006 09:34:04 +0000 Subject: Update --- ChangeLog | 6 ++++++ NEWS | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78a9c7663..7ba5d7968 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-06-16 Sergey Poznyakoff + * 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 * NEWS: Update diff --git a/NEWS b/NEWS index f1b8879dd..bf826dd1f 100644 --- a/NEWS +++ b/NEWS @@ -47,8 +47,9 @@ the current folder recursively (with -recurse). This behavior is compatible with nmh and rand implementations. ** rmf: Fix coredump when invoked without arguments. ** 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. Version 0.6.93: -- cgit v1.2.1