docment new option
This commit is contained in:
parent
a98b42d408
commit
831be93839
3 changed files with 7 additions and 2 deletions
|
|
@ -1,10 +1,12 @@
|
|||
# $Dwarf: CHANGELOG,v 1.39 2005/05/10 20:52:58 ward Exp $
|
||||
# $Source$
|
||||
|
||||
from 0.5.2 to ...
|
||||
from 0.5.2 to 0.5.3
|
||||
- fix the occasional deadlock
|
||||
- implement Mark Remaining Read option
|
||||
- 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
|
||||
- major improvement in memory usage
|
||||
|
|
|
|||
|
|
@ -137,6 +137,10 @@ OPT_T=<bool> Set test mode. Newsrc files will not be written
|
|||
to.
|
||||
TEMPDIR=<dir> Set tempdir location.
|
||||
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.
|
||||
DATADIR=<dir> Set output dir location.
|
||||
NEWSRCNAME=<newsrcbase> Specify newsrc basename. Server names
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
[ ] more regression tests
|
||||
[ ] update documentation
|
||||
[ ] implement "skip current article" signal handle
|
||||
[ ] add user/pass authentication
|
||||
[ ] optionaly save parts of incomplete posts
|
||||
[ ] 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue