Update
Showing
2 changed files
with
8 additions
and
1 deletions
1 | 2006-06-16 Sergey Poznyakoff <gray@gnu.org.ua> | 1 | 2006-06-16 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 2 | ||
3 | * mailbox/filter_trans.c (trans_read): Break the loop if both | ||
4 | transcoder and read return 0 bytes. This is necessary to correctly | ||
5 | handle unfinished input strings | ||
6 | * mailbox/testsuite/Decode2047: New testcase: an example of | ||
7 | unfinished input. | ||
8 | |||
3 | * configure.ac: Raise version number to 0.6.95 | 9 | * configure.ac: Raise version number to 0.6.95 |
4 | * NEWS: Update | 10 | * NEWS: Update |
5 | 11 | ... | ... |
... | @@ -47,8 +47,9 @@ the current folder recursively (with -recurse). This behavior is | ... | @@ -47,8 +47,9 @@ the current folder recursively (with -recurse). This behavior is |
47 | compatible with nmh and rand implementations. | 47 | compatible with nmh and rand implementations. |
48 | ** rmf: Fix coredump when invoked without arguments. | 48 | ** rmf: Fix coredump when invoked without arguments. |
49 | ** send: rename draft file after sending it. | 49 | ** send: rename draft file after sending it. |
50 | ** all mh utilities: create nested directories, if required. | 50 | ** All mh utilities: create nested directories, if required. |
51 | ** Correctly handle comma-delimited folder lists in Fcc headers. | 51 | ** Correctly handle comma-delimited folder lists in Fcc headers. |
52 | ** A decoder stream correctly handles unfinished input strings. | ||
52 | 53 | ||
53 | 54 | ||
54 | Version 0.6.93: | 55 | Version 0.6.93: | ... | ... |
-
Please register or sign in to post a comment