issue81, added note to UPGRADe instruction that write access to f-spot db is now...
[phpfspot.git] / UPGRADE
1 == Upgrading from 1.1 ==
2
3  * New configuration option "show_tags". But not mandatory to be
4    specified. See the example file phpfspot_cfg.php.dist for
5    available values.
6  * phpfspot now auto-creates some indices in f-spot's database
7    to speed up some time-consuming queries. For this write access
8    to f-spot's sqlite database (usally called photos.db) is now
9    necessary. phpfspot will claim if write access is not possible.
10
11 == Upgrading from 1.0 ==
12
13  * Additional configuration option "db_access". See the example file
14    phpfspot_cfg.php.dist for available values.
15
16  * Additional configuration option "thumb_path". See the example
17    file phpfspot_cfg.php.dist for more information.
18
19  * Additional configuration option "smarty_path". See the example
20    file phpfspot_cfg.php.dist for more information.
21
22  * Thumbnail directory structure has changed. Remove all thumbnail
23    files (xxx_{md5sum}) from your current thumbs-directory.
24    phpfspot will automatically create the needed sub-directory
25    structure when regenerating the thumbnails.