NOTE: feature freeze (0.5.0) -- no new features are to be added until 0.5.1

0.5.1: Add break.com support (!Jan Hulsbergen)
    The trunk contains the code already but has been commented out.
    * Add to manual page (HOSTS)

0.5.1: Add --no-confirm, -A
    Don't prompt for approval before each action.
    e.g.:
        % clive -dD --no-confirm
        % clive --scan --no-confirm
        % clive --rss --no-confirm
    * Add to manual page (OPTIONS)

0.5.1: Add --no-proxy, -N 
    Explicitly turn off the use of http proxy
    * Add to manual page (OPTIONS)

0.5.1: Add --no-login, -G
    Explicitly turn off logging in to hosts before extraction.
    * Add to manual page (OPTIONS)

The entries below this line have either very low priority, have no known
fixes, require otherwise a great deal of work or a small miracle for 
them to be added/fixed:
---------------------------------------------------------------------------
(?) Fix dailymotion log-in verification
    clive cannot confirm successful log-in, "wrong login data" message
    is not displayed with the URL used by clive.

(?) Retry if "Connection closed" (sr #1945)
    If connection is closed by host and the transfer is interrupted
    clive should retry immediately.

    Note that this should only be used for hosts that support resuming.

    The "retry" option (urlgrabber) seems to do the job but ctrl-c is
    ignored by the module.

(?) Continue Youtube/FLV transfers (sr #1948)
    The host refuses to continue a flv transfer and as a result of this
    urlgrabber renders the existing file useless with the 'reget' option
    set to 'simple'. The host begins sending data from the first byte of
    the video rather than the requested range.

(?) Continue GoogleVideo/FLV transfers (sr #1949)
    See above.
