update for 0.0.6 release

This commit is contained in:
Ward Wouts 2002-07-01 21:28:07 +00:00
parent 570becff4c
commit 744eee7c33
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,12 @@
# $Id$ # $Id$
# $Source$ # $Source$
from 0.0.5 to 0.0.6
- new option -C for combined filenames eg. "subject-[filename]"
- prevent reconnect loops
- be more paranoid with decoding yEnc-encoded articles
- more/better timeouts
from 0.0.4 to 0.0.5 from 0.0.4 to 0.0.5
- implement timeouts on article fetching - implement timeouts on article fetching
(no more "hangs", hopefully) (no more "hangs", hopefully)

View file

@ -91,6 +91,7 @@ Supported commandline options:
"-c", "--configfile" Specify a different config file. Default "-c", "--configfile" Specify a different config file. Default
.ripnewsrc .ripnewsrc
"-L", "--longname" Sets long filenames. "-L", "--longname" Sets long filenames.
"-C", "--combinedname" Sets combined filenames.
"-X", "--exclude" Set exclude pattern. "-X", "--exclude" Set exclude pattern.
"-T", "--test" Set test mode. Newsrc files will not be writen "-T", "--test" Set test mode. Newsrc files will not be writen
to. to.
@ -100,6 +101,7 @@ Supported config options:
OPT_I=<pattern> Set include pattern. OPT_I=<pattern> Set include pattern.
OPT_L=<bool> Set long filenames. OPT_L=<bool> Set long filenames.
OPT_C=<bool> Sets combined filenames.
OPT_X=<pattern> Set include pattern OPT_X=<pattern> Set include pattern
OPT_T=<bool> Set test mode. Newsrc files will not be written OPT_T=<bool> Set test mode. Newsrc files will not be written
to. to.
@ -127,9 +129,7 @@ Known bugs:
=========== ===========
There are a lot of known bugs at this time. Basically the error handling There are a lot of known bugs at this time. Basically the error handling
is still almost non existant and server reconnects are not yet possible. is still almost non existant. Well, if it breaks you get to keep
This can be annoying (ok, it _is_ annoying) when server1 timesout while
you're still processing server2. Well, if it breaks you get to keep
_both_ pieces. That's what you get with pre-alpha software ;) _both_ pieces. That's what you get with pre-alpha software ;)
Credits: Credits: