Mercurial > noffle
comparison ChangeLog @ 100:af51bf245bc3 noffle
[svn] Fix stupid Date: bug
author | bears |
---|---|
date | Fri, 26 May 2000 10:46:29 +0100 |
parents | 651334f85995 |
children | ce8191c38f44 |
comparison
equal
deleted
inserted
replaced
99:651334f85995 | 100:af51bf245bc3 |
---|---|
1 ------------------------------------------------------------------------------- | 1 ------------------------------------------------------------------------------- |
2 NOFFLE ChangeLog | 2 NOFFLE ChangeLog |
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | 4 |
5 Thu May 25 22:03:56 BST 2000 Jim Hague <jim.hague@acm.org> | |
6 | |
7 * src/post.c: Fixed stupid bug in article checking code where a | |
8 correctly formatted Date: line would have the "Date: " removed | |
9 before writing the outgoing file. Remote servers, not unnaturally, | |
10 get upset about this. Mea culpa :-( | |
11 | |
5 Sat May 20 22:10:48 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> | 12 Sat May 20 22:10:48 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
6 | 13 |
7 * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so | 14 * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so |
8 that it is included in the distribution by 'make distcheck'. | 15 that it is included in the distribution by 'make distcheck'. |
9 | 16 |
10 * docs/NOTES: Added info about pan versions 0.7.6 and 0.8 | 17 * docs/NOTES: Added info about pan versions 0.7.6 and 0.8 |
11 | 18 |
19 Sat May 20 11:46:54 BST 2000 Jim Hague <jim.hague@acm.org> | |
20 | |
21 * src/client.c: Closer perusal of Son Of RFC1036 reveals that | |
22 Supersedes: can have multiple message IDs. Do this. | |
23 | |
12 Fri May 19 14:02:44 BST 2000 Jim Hague <jim.hague@acm.org> | 24 Fri May 19 14:02:44 BST 2000 Jim Hague <jim.hague@acm.org> |
13 | 25 |
14 * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: | 26 * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: |
15 Redo Utl_rfc822Date to not use strftime - this was potentially | 27 Redo Utl_rfc822Date to not use strftime - this was potentially |
16 wrong as it would only generate a conformant date string in | 28 wrong as it would only generate a conformant date string in |