$Id: UPGRADING 1014 2012-10-14 12:31:33Z varenet $

1.4 will no longer send authentication credentials in the generated playlist.

1.3 will no longer create the root cache directory for file:// cache system.
The path provided in file://path/to/root/cache/directory must *exist* and be
read/write accessible to the webserver's uid.


1.2 Breaks backward compatibility with pre-1.1 releases:
 - The MusicAllow* configuration directives are gone
 - Sorting arguments in urls are now numbers instead of letters


1.1 gets more config changes in: the old scheme is still preserved for backward
compatibility, but a new "MusicIndex +Rss -Download" style configuration is
being pushed forward. As usual, read the README for details.


1.0 introduces some major configuration changes. MusicRssItems is gone in favor
of MusicAllowRss, and musicindex files (css, icons) are no longer installed in
Apache's document root. They now live in ${prefix}/share/mod_musicindex, and you
should setup an Alias accordingly.
In any case, read the README for details.


If you are upgrading from a version prior to 0.99.9, you need to change your
current MusicCachePath setting to the new MusicIndexCache scheme.
Look at the README for details.
MusicCssDefault is now MusicDefaultCss.


As of 0.99.2, cache versioning exists and it's no longer necessary to trash
your cache folder if upgrading from a previous version.


If you are upgrading from any version prior to 0.10.0, you have to take care of
the following module settings: 
 MusicLister
 MusicAllowDownload
 MusicAllowStream
 MusicAllowSearch
which were previously not taking any arguments, and are now "On/Off" switches.
You have to specify explicitely all these options and set them "On" or "Off" at
your will.


If you are upgrading from any version prior to 0.8.6, you have to delete the
cache folder (if you have any) in order to take advantage of the new "genre"
tag displaying.
If you don't do so, mod_musicindex will work perfeclty well, but if you enable
"genre" tag displaying, it will never be shown for files that are already in the
cache.
