Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8e3dc37d
...
8e3dc37d0f94cba5a45dd8a4bf52bec133231460
authored
2006-12-15 15:20:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
96607147
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletions
ChangeLog
NEWS
ChangeLog
View file @
8e3dc37
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
...
...
NEWS
View file @
8e3dc37
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:
...
...
Please
register
or
sign in
to post a comment