clive -- history of user-visible changes


Version 0.4.19
=================================================================

* Removing any existing ~/.clive/cache file is recommended due to
the changes made to this release.

* If a file of same length exists already, instead of only warning
about this, clive now states the file was skipped.

* Should "error: host returned zero file-length (timeout?)" occur,
try running clive again with the same URL. This usually sorts it out.
Details are covered in the ChangeLog.

* Complete manual page overhaul.

* Configuration file: renamed "youtube_id" to "youtube_user".
* Configuration file: renamed "dmotion_id" to "dmotion_user".

* Filenames are no longer permitted to contain the "/" character.
This caused crashing for obvious reasons.

* --version: print os release with locale encoding.


Version 0.4.18
=================================================================

* Installation changes
    For example in the past when you installed clive *without*
    the bundled newt package, you typed:
        % ./configure --without-newt
    You would type now:
        % ./configure --with-installed-newt

* Program start details
    Cleaned up the details, module details are now displayed with
    the `--version' option. The release date string is now printed
    along with the program version.

* RSS parser no longer displays empty feeds
    If a feed for some reason does not contain any items, the feed
    is now ignored.

* NEWT based interfaces
    ** The newt based interfaces utilize the terminal size better
    ** "Refresh" button was renamed to "Resize"
    ** "OK - Extract" button was renamed "Extract"

* Removed or renamed the remaining "notice:" messages
    For example:
        "notice: $(filename) exist already..."
        -> "warn: $(filename) exist already..."
