Commit f69c4bbf f69c4bbf9ce09628798d38e10ae23e15e895b3ec by Sergey Poznyakoff

Update

1 parent 45f7f17c
2006-06-16 Sergey Poznyakoff <gray@gnu.org.ua>
* 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
......
......@@ -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:
......