Mercurial > noffle
diff ChangeLog @ 464:d9035d08fe51 noffle
[svn] * src/fetch.c: Log failed posting that we can't mail back to the sender
or where sending fails to <Noffle spool>/failed.posting.
author | bears |
---|---|
date | Wed, 23 Jul 2003 10:32:25 +0100 |
parents | b540ecb6f218 |
children | b8065ab36244 |
line wrap: on
line diff
--- a/ChangeLog Wed Jul 23 10:31:01 2003 +0100 +++ b/ChangeLog Wed Jul 23 10:32:25 2003 +0100 @@ -3,6 +3,12 @@ * src/itemlist.c: Add define so test code builds again. * src/noffle.c: Fix SF bug 756585 in command handling and beef up returning an appropriate exit value. +* src/log.c: Rename log structure to logSettings to remove warning about + hiding built-in from GCC 3.3.1. +* src/outgoing.c,src/util.h,src/util.c: Create Utl_createDir() and + Utl_writeFile() and rework outgoing.c to use them. +* src/fetch.c: Log failed posting that we can't mail back to the sender + or where sending fails to <Noffle spool>/failed.posting. Wed Jun 25 2003 Jim Hague <jim.hague@acm.org>