summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-04 17:50:37 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-04 17:50:37 +0000
commit07c4cd578488f1f99ae51559810435904fe2ddbf (patch)
tree09a99b83546a89ba950211ea82b69194bb52e012
parent1bf59506d98c5a75b602ba0abbed164b9ed6664c (diff)
downloadmailutils-07c4cd578488f1f99ae51559810435904fe2ddbf.tar.gz
mailutils-07c4cd578488f1f99ae51559810435904fe2ddbf.tar.bz2
Updated
-rw-r--r--ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d5b14edf..9d829203f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2002-11-04 Sergey Poznyakoff
+
+ * auth/virtual.c (mu_auth_virt_domain_by_name): Bugfix. Didn't
+ allocate enough storage for mailbox_name.
+
+ * mh/mh_format.c (print_string): Pad right if necessary.
+ * m4/enable.m4: Translate dot to underscore in variable names.
+ * configure.ac: Use MU_ENABLE_SUPPORT for virtual-domains.
+ * imap4d/testsuite/lib/imap4d.exp: Use ENABLE_VIRTUAL_DOMAINS
+ * pop3d/testsuite/lib/pop3d.exp: Likewise.
+ * mailbox/mu_argp.c: Likewise.
+ * mailbox2/mutil.c: Likewise.
+
+ * README: Documented new --disable options.
+ * doc/texinfo/message.texi: correct the prototype of
+ message_is_multipart() (patch by Olivier Bornet).
+ * examples/http.c: Removed include <sys/select.h>
+
+ * pop3d/pop3d.c (main): Improved check for debugging mode.
+ * imap4d/imap4d.c: Likewise.
+
+ * pop3d/testsuite/Makefile.am: Added config to test_dirs.
+ * imap4d/testsuite/Makefile.am: Likewise.
+
+ * testsuite/lib/mailutils.exp (mailer_test): New procedure for
+ testing mailers.
+ (mu_init): New option -noflags skips the default initialization
+ of MU_TOOL_FLAGS.
+ * mail.remote/testsuite/lib/mail.remote.exp: Invoke mu_init with
+ -noflags.
+ * mail.remote/testsuite/lib/mail.remote.exp (mailer_remote_test):
+ Use mailer_test.
+
+ * mail.local/mail.local.h (switch_user_id): Changed prototype
+ to honour mu_auth_data->change_uid member.
+ * mail.local/main.c: Likewise.
+ * mail.local/script.c: Likewise.
+
+ * mail.remote/testsuite/mail.remote/send.exp: Broke long lines.
+
+ Added testsute framework for mail.local:
+
+ * mail.local/Makefile.am: Added SUBDIRS.
+ * mail.local/testsuite: New directory
+ * mail.local/testsuite/Makefile.am: New file
+ * mail.local/testsuite/.cvsignore: New file
+ * mail.local/testsuite/Data: New file
+ * mail.local/testsuite/lib: New directory
+ * mail.local/testsuite/lib/mail.local.exp: New file
+ * mail.local/testsuite/lib/DISTFILES: New file
+ * mail.local/testsuite/mail.local: New directory
+ * mail.local/testsuite/mail.local/deliver.exp: New file
+ * mail.local/testsuite/mail.local/DISTFILES: New file
+
2002-11-04 Sergey Poznyakoff
* examples/mta.c: include <mailutils/argp.h>

Return to:

Send suggestions and report system problems to the System administrator.