Commit 8e3dc37d 8e3dc37d0f94cba5a45dd8a4bf52bec133231460 by Sergey Poznyakoff

Update

1 parent 96607147
2006-12-15 Sergey Poznyakoff <gray@gnu.org.ua>
* configure.ac: Require at least version 2.60 of autoconf
* include/mailutils/stream.h (MU_STREAM_READY_EX): New define
* mail.local/main.c: Allow to be run from console by a
non-privileged user (useful with fetchmail)
* mailbox/mutil.c (mu_fd_wait): Handle MU_STREAM_READY_EX
* mailbox/sendmail.c (sendmail_send_message): Failing waitpid is
not an error if errno==ECHILD (the calling program might have
ignored SIGCHLD).
2006-11-13 Sergey Poznyakoff <gray@gnu.org.ua>
* configure.ac: Fix creation of MU_LTLIBOBJS. Patch submitted by
Kevin Buckley and Kenji Miyake
* include/mailutils/stream.h (MU_STREAM_READY_EX): New define
* mailbox/mutil.c (mu_fd_wait): Handle MU_STREAM_READY_EX
* mail.local/main.c
2006-10-30 Sergey Poznyakoff <gray@gnu.org.ua>
* configure.ac, NEWS: Raise version number to 1.1
......
GNU mailutils NEWS -- history of user-visible changes. 2006-10-30
GNU mailutils NEWS -- history of user-visible changes. 2006-12-15
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
* mu_stream_wait and mu_fd_wait allow to wait for exceptional conditions.
* mail.local can be run by a non-privileged user. Thus, it can be used with
`fetchmail' and similar utilities.
Version 1.1:
* mail: Implement ^ and $ commands
......@@ -596,4 +602,8 @@ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
eval: (add-hook 'write-file-hooks 'time-stamp)
time-stamp-start: "changes. "
time-stamp-format: "%:y-%02m-%02d"
time-stamp-end: "\n"
end:
......