Mercurial > noffle
comparison NEWS @ 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 | fed1334d766b |
| children | d9f314014f7a |
comparison
equal
deleted
inserted
replaced
| 196:60a70c16d79c | 197:24d4cd032da5 |
|---|---|
| 3 | 3 |
| 4 * Use LIST instead of LIST ACTIVE if possible to help work with old servers. | 4 * Use LIST instead of LIST ACTIVE if possible to help work with old servers. |
| 5 * Article filtering: see noffle.conf(5) for details. | 5 * Article filtering: see noffle.conf(5) for details. |
| 6 * Noffle no longer hangs if the connection breaks down during a fetch. | 6 * Noffle no longer hangs if the connection breaks down during a fetch. |
| 7 * SENDMAILPROG is used instead of mail for returning failed postings. | 7 * SENDMAILPROG is used instead of mail for returning failed postings. |
| 8 * Noffle will act as inews is invoked as inews. | 8 * Noffle will act as inews if invoked as inews. |
| 9 * Fetching and reading news can overlap, and generally blocking on the | 9 * Fetching and reading news can overlap, and generally blocking on the |
| 10 database lock reduced to a minimum. | 10 database lock reduced to a minimum. |
| 11 * Select debug logging via noffle.conf. Logging is always compiled | 11 * Select debug logging via noffle.conf. Logging is always compiled |
| 12 in, so reduce debug options to build with/without debugging info. | 12 in, so reduce debug options to build with/without debugging info. |
| 13 * Output of list groups commands is no longer sorted | |
| 14 for avoiding problems with calls to external sort command | |
| 15 and for speeding up response time. | |
| 16 The group list is sorted by most clients anyway. | |
| 17 * Observe Expires: and Supersedes: headers. | |
| 18 * Added '--post' command line option. | |
| 19 * Add 'path-header' and Path: addition to posted articles. | |
| 20 * Rename 'auto-subscribe-mode' to 'default-auto-subscribe-mode' and | |
| 21 add new 'auto-subscribe-mode <group pattern> <mode>' option. | |
| 22 * Add getgroups and omitgroups options. | |
| 23 * Add From: and Organization: headers on posting if not present. | |
| 24 | |
| 25 1.0.1: | |
| 26 ------ | |
| 27 | |
| 28 * Released on 15 Jun 2001 | |
| 29 * Fixed bug that broke authentication if the server required it at | |
| 30 connect time. | |
| 31 * Fix bug that made Noffle to get server responses to wrong commands, | |
| 32 after a read timeout occurred and could lead to mixed up group | |
| 33 contents and messages. | |
| 34 * minor optimizations and fixes | |
| 35 | |
| 36 1.0: | |
| 37 ---- | |
| 38 | |
| 39 * Released on 27 Jan 2001. | |
| 40 * In the 1.0pre8 release, debug logging was enabled in the standard | |
| 41 settings, which slowed down Noffle considerably. it is disabled by | |
| 42 default now. | |
| 43 | |
| 44 1.0pre8: | |
| 45 -------- | |
| 46 | |
| 47 * Noffle no longer hangs if the connection breaks down during a fetch. | |
| 48 * SENDMAILPROG is used instead of mail for returning failed postings. | |
| 13 | 49 |
| 14 1.0pre7: | 50 1.0pre7: |
| 15 -------- | 51 -------- |
| 16 | 52 |
| 17 * Fixed a bug that caused noffle to hang with some readers (like tin/Gnus). | 53 * Fixed a bug that caused noffle to hang with some readers (like tin/Gnus). |
| 19 You must re-run 'noffle --query groups'. | 55 You must re-run 'noffle --query groups'. |
| 20 * Remove '--query times'. | 56 * Remove '--query times'. |
| 21 * Fix date printing bug. Now works in all(?) timezones. | 57 * Fix date printing bug. Now works in all(?) timezones. |
| 22 * Fix bug with 'XHDR <msgId>'. Add 'XPAT <msgId>'. | 58 * Fix bug with 'XHDR <msgId>'. Add 'XPAT <msgId>'. |
| 23 * Allow post to local moderated group if 'Approved:' header present. | 59 * Allow post to local moderated group if 'Approved:' header present. |
| 24 * Added '--post' command line option. | |
| 25 * Add 'path-header' and Path: addition to posted articles. | |
| 26 * Rename 'auto-subscribe-mode' to 'default-auto-subscribe-mode' and | |
| 27 add new 'auto-subscribe-mode <group pattern> <mode>' option. | |
| 28 * Observe Expires: and Supersedes: headers. | |
| 29 * Add getgroups and omitgroups options. | |
| 30 * Fixed a bug that caused noffle to hang with some readers (like tin). | |
| 31 | 60 |
| 32 1.0pre6 | 61 1.0pre6 |
| 33 ------- | 62 ------- |
| 34 11 June 2000 | 63 11 June 2000 |
| 35 | 64 |
