docment new option

This commit is contained in:
Ward Wouts 2006-08-21 19:47:27 +00:00
parent a98b42d408
commit 831be93839
3 changed files with 7 additions and 2 deletions

View file

@ -1,10 +1,12 @@
# $Dwarf: CHANGELOG,v 1.39 2005/05/10 20:52:58 ward Exp $ # $Dwarf: CHANGELOG,v 1.39 2005/05/10 20:52:58 ward Exp $
# $Source$ # $Source$
from 0.5.2 to ... from 0.5.2 to 0.5.3
- fix the occasional deadlock - fix the occasional deadlock
- implement Mark Remaining Read option - implement Mark Remaining Read option
- throw articles that are marked read out of the caches - throw articles that are marked read out of the caches
- implement username & password option
- lots of small improvements
from 0.5.1 to 0.5.2 from 0.5.1 to 0.5.2
- major improvement in memory usage - major improvement in memory usage

View file

@ -137,6 +137,10 @@ OPT_T=<bool> Set test mode. Newsrc files will not be written
to. to.
TEMPDIR=<dir> Set tempdir location. TEMPDIR=<dir> Set tempdir location.
NNTPSERVER=<server>[|server] Set NNTPSERVER names NNTPSERVER=<server>[|server] Set NNTPSERVER names
You can also use this notation:
<user>:<pass>@<server> for each server
if you need to authenticate by username
and password.
CACHEDIR=<dir> Set cachedir location. CACHEDIR=<dir> Set cachedir location.
DATADIR=<dir> Set output dir location. DATADIR=<dir> Set output dir location.
NEWSRCNAME=<newsrcbase> Specify newsrc basename. Server names NEWSRCNAME=<newsrcbase> Specify newsrc basename. Server names

View file

@ -17,7 +17,6 @@
[ ] more regression tests [ ] more regression tests
[ ] update documentation [ ] update documentation
[ ] implement "skip current article" signal handle [ ] implement "skip current article" signal handle
[ ] add user/pass authentication
[ ] optionaly save parts of incomplete posts [ ] optionaly save parts of incomplete posts
[ ] with multipart articles, don't write every body to the same file. [ ] with multipart articles, don't write every body to the same file.
This will mess up things if a get_body is repeated because of This will mess up things if a get_body is repeated because of