author | Sergey Poznyakoff <gray@gnu.org.ua> | 2006-10-30 13:07:17 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2006-10-30 13:07:17 (GMT) |
commit | c9f168e6ac2a31c16621a9e8decb1f2137a6b5ca (patch) (side-by-side diff) | |
tree | 27aeacb3e5e36471e39379d69d368a64cd0ec1da | |
parent | 795aeecf7eb8be2105107bc6a5433a235511a51c (diff) | |
download | mailutils-c9f168e6ac2a31c16621a9e8decb1f2137a6b5ca.tar.gz mailutils-c9f168e6ac2a31c16621a9e8decb1f2137a6b5ca.tar.bz2 |
Update
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | TODO | 21 | ||||
-rw-r--r-- | m4/.cvsignore | 29 |
3 files changed, 24 insertions, 29 deletions
@@ -1,5 +1,8 @@ 2006-10-30 Sergey Poznyakoff <gray@gnu.org.ua> + * NEWS: Update + * mail.remote/mail.remote.c, sieve/sieve.c: Fix docstrings. + * doc/texinfo/programs.texi: Document changes to mail * TODO: Update * examples/encode2047.c: new options -o/-t enable/disable special @@ -119,6 +119,27 @@ file?) ** all +* Testsuite: + +Tcl is not able to handle binary data properly. This makes impossible +to test some aspects of MU functionalities. Following testcases are +affected: + +** mailbox/testsuite/mailbox/base64.exp + +The ability of the test program to read given file instead of the +stdin is used to override the issue. + +** mailbox/testsuite/mailbox/encode2047.exp + +Input data are represented in octal format (see +mailbox/testsuite/Encode2047). + +** mailbox/testsuite/mailbox/argcv.exp + +The affected testcase is not run (see mailbox/testsuite/Argcv and +search for FIXME). + * add nightly build * add more features diff --git a/m4/.cvsignore b/m4/.cvsignore index 5f04d01..282522d 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -1,31 +1,2 @@ Makefile Makefile.in -codeset.m4 -gettext.m4 -glibc21.m4 -gmailboxc2.m4 -iconv.m4 -intdiv0.m4 -intmax.m4 -inttypes_h.m4 -inttypes.m4 -inttypes-pri.m4 -isc-posix.m4 -lcmessage.m4 -lib-ld.m4 -lib-link.m4 -lib-prefix.m4 -longdouble.m4 -longlong.m4 -nls.m4 -po.m4 -printf-posix.m4 -progtest.m4 -signed.m4 -size_max.m4 -stdint_h.m4 -uintmax_t.m4 -ulonglong.m4 -wchar_t.m4 -wint_t.m4 -xsize.m4 |