Mercurial > noffle
comparison ChangeLog @ 117:d45b0abe7c79 noffle
[svn] Merge with release-1-0 at release-1-0-merge-3
author | bears |
---|---|
date | Sun, 25 Jun 2000 19:42:10 +0100 |
parents | 0a12fc56db30 |
children | ac9c0492daca |
comparison
equal
deleted
inserted
replaced
116:0a12fc56db30 | 117:d45b0abe7c79 |
---|---|
1 ------------------------------------------------------------------------------- | 1 ------------------------------------------------------------------------------- |
2 NOFFLE ChangeLog | 2 NOFFLE ChangeLog |
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | 4 |
5 Sun Jun 25 09:45:50 BST 2000 Jim Hague <jim.hague@acm.org> | |
6 | |
7 * src/protocol.c: Another go at Prt_genMsgId. Yesterday I seeded the | |
8 random element of the generated message id from the time; but what | |
9 if two Noffle processes start in the same second? So switch to seeding | |
10 with tv_usec instead. | |
11 | |
5 Sat Jun 24 21:21:47 BST 2000 Jim Hague <jim.hague@acm.org> | 12 Sat Jun 24 21:21:47 BST 2000 Jim Hague <jim.hague@acm.org> |
6 | 13 |
7 * packages/redhat/README, packages/redhat/noffle-expire, | 14 * packages/redhat/README, packages/redhat/noffle-expire, |
8 packages/redhat/noffle.spec: Initial versions. | 15 packages/redhat/noffle.spec: Initial versions. |
9 * src/noffle.c, docs/noffle.1: Remove --post (local|all) | 16 * src/noffle.c, docs/noffle.1: Remove --post (local|all) |
11 removes need for --post varieties. | 18 removes need for --post varieties. |
12 * src/post.c: 'Approved:' header recognition, post to all external | 19 * src/post.c: 'Approved:' header recognition, post to all external |
13 servers not just first, check all groups for post access before | 20 servers not just first, check all groups for post access before |
14 posting to one. | 21 posting to one. |
15 | 22 |
23 Sat Jun 24 20:45:52 BST 2000 Jim Hague <jim.hague@acm.org> | |
24 | |
25 * src/noffle.c: Set last accessed time on group when subscribed | |
26 from command line. | |
27 * src/post.c: Bugfix - Post_close on duplicate article post. | |
28 * src/protocol.c: Fix bug in Prt_genMsgId that caused duplicate | |
29 message IDs to be generated for posts in the same second. | |
30 | |
31 Mon Jun 19 22:43:38 BST 2000 Jim Hague <jim.hague@acm.org> | |
32 | |
33 * src/util.c, src/database.c: Fix header line reading bug. | |
34 | |
16 Tue Jun 13 21:31:32 BST 2000 Jim Hague <jim.hague@acm.org> | 35 Tue Jun 13 21:31:32 BST 2000 Jim Hague <jim.hague@acm.org> |
17 | 36 |
18 * src/noffle.c: Add include <sys/time.h> before sys/resource.h. | 37 * src/noffle.c: Add include <sys/time.h> before sys/resource.h. |
19 Man page says you need it, FreeBSD won't compile without it. | 38 Man page says you need it, FreeBSD won't compile without it. |
20 * src/client.c: Remove SA_INTERRUPT flag set from installSignalHandler. | 39 * src/client.c: Remove SA_INTERRUPT flag set from installSignalHandler. |
22 on FreeBSD or Solaris. | 41 on FreeBSD or Solaris. |
23 * src/configfile.h, src/configfile.c, src/protocol.h, src/protocol.c, | 42 * src/configfile.h, src/configfile.c, src/protocol.h, src/protocol.c, |
24 src/post.c, docs/noffle.conf.5: Add 'path-header' and addition | 43 src/post.c, docs/noffle.conf.5: Add 'path-header' and addition |
25 of Path: header to posted articles if required. | 44 of Path: header to posted articles if required. |
26 | 45 |
27 Mon Jun 19 22:43:38 BST 2000 Jim Hague <jim.hague@acm.org> | |
28 | |
29 * src/util.c, src/database.c: Fix header line reading bug. | |
30 | |
31 Tue Jun 13 07:27:21 BST 2000 Jim Hague <jim.hague@acm.org> | 46 Tue Jun 13 07:27:21 BST 2000 Jim Hague <jim.hague@acm.org> |
32 | 47 |
33 * src/configfile.h, src/configfile.c, src/database.c: Redo config | 48 * src/configfile.h, src/configfile.c, src/database.c: Redo config |
34 expires routines to remove enumerator and replace with routine to | 49 expires routines to remove enumerator and replace with routine to |
35 obtain expire time for specified group. | 50 obtain expire time for specified group. |