Mercurial > noffle
comparison ChangeLog @ 197:24d4cd032da5 noffle
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
src/protocol.h,src/server.c: Merge with latest 1.0 branch. I do not
intend to do any further merges from the 1.0 branch; future changes to
1.0 should be carried over by hand if necessary.
* src/configfile.c,src/content.c,src/control.c,src/database.c,
src/dynamicstring.c,src/fetch.c,src/filter.c,src/group.c,
src/itemlist.c,src/lock.c,src/outgoing.c,src/over.c,src/post.c,
src/pseudo.c,src/request.c,src/util.c: Minor includes rearrangement.
author | bears |
---|---|
date | Wed, 31 Oct 2001 11:44:53 +0000 |
parents | 60a70c16d79c |
children | 79e324213734 |
comparison
equal
deleted
inserted
replaced
196:60a70c16d79c | 197:24d4cd032da5 |
---|---|
1 Wed Oct 31 2001 Jim Hague <jim.hague@acm.org> | |
2 | |
3 * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c, | |
4 src/protocol.h,src/server.c: Merge with latest 1.0 branch. I do not | |
5 intend to do any further merges from the 1.0 branch; future changes to | |
6 1.0 should be carried over by hand if necessary. | |
7 * src/configfile.c,src/content.c,src/control.c,src/database.c, | |
8 src/dynamicstring.c,src/fetch.c,src/filter.c,src/group.c, | |
9 src/itemlist.c,src/lock.c,src/outgoing.c,src/over.c,src/post.c, | |
10 src/pseudo.c,src/request.c,src/util.c: Minor includes rearrangement. | |
11 | |
1 Tue Oct 30 2001 Jim Hague <jim.hague@acm.org> | 12 Tue Oct 30 2001 Jim Hague <jim.hague@acm.org> |
2 | 13 |
3 * src/content.c: When generating temp file to write new content to, make | 14 * src/content.c: When generating temp file to write new content to, make |
4 sure there is no possibility of a name clash with an existing file. | 15 sure there is no possibility of a name clash with an existing file. |
5 Bug spotted by Mirko Liss. | 16 Bug spotted by Mirko Liss. |
225 | 236 |
226 * acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c: | 237 * acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c: |
227 Applied patch by Paul Slootman: using the mail program is | 238 Applied patch by Paul Slootman: using the mail program is |
228 replaced by sendmail (SENDMAILPROG variable). | 239 replaced by sendmail (SENDMAILPROG variable). |
229 | 240 |
241 Sun Sep 10 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
242 | |
243 * docs/NOTES: Added section about Gravity (thanks to | |
244 Tomislav Filipcic <tfilip@jagor.srce.hr>). | |
245 | |
246 Sun Sep 10 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
247 | |
248 * src/Makefile.am: Added filter.c, filter.h | |
249 * src/fetch.c: Fixed a bug in Fetch_init, that triggered | |
250 an assertion if connection to remote server failed. | |
251 | |
230 Sat Sep 02 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 252 Sat Sep 02 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
231 | 253 |
232 * NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c: | 254 * NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c: |
233 Added timeout to Prt_getLn to avoid Noffle hanging if the | 255 Added timeout to Prt_getLn to avoid Noffle hanging if the |
234 connection breaks down during a fetch. | 256 connection breaks down during a fetch. |
235 | |
236 Sun Sep 10 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
237 | |
238 * src/Makefile.am: Added filter.c, filter.h | |
239 * src/fetch.c: Fixed a bug in Fetch_init, that triggered | |
240 an assertion if connection to remote server failed. | |
241 | 257 |
242 Wed Aug 23 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 258 Wed Aug 23 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
243 | 259 |
244 * src/post.c: do no longer always replace invalid message-IDs. | 260 * src/post.c: do no longer always replace invalid message-IDs. |
245 | 261 |