X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=UPGRADE;h=712a9daadfcbef3a1f5bef19924cb4d9c90b8e75;hp=620bdb99d92371e5d6508ed0896355b98868b1ec;hb=d0ba69737f67bd7beb7f2050082b5e043375749c;hpb=df477dfcbafd873df294b10872973abd6f1e6626 diff --git a/UPGRADE b/UPGRADE index 620bdb9..712a9da 100644 --- a/UPGRADE +++ b/UPGRADE @@ -1,13 +1,23 @@ +== Upgrading from 1.1 == + + * New configuration option "show_tags". But not mandatory to be + specified. See the example file phpfspot_cfg.php.dist for + available values. + * phpfspot now auto-creates some indices in f-spot's database + to speed up some time-consuming queries. For this write access + to f-spot's sqlite database (usally called photos.db) is now + necessary. phpfspot will claim if write access is not possible. + == Upgrading from 1.0 == * Additional configuration option "db_access". See the example file - phpfspot_db.cfg.dist for available values. + phpfspot_cfg.php.dist for available values. * Additional configuration option "thumb_path". See the example - file phpfspot_db.cfg.dist for more information. + file phpfspot_cfg.php.dist for more information. * Additional configuration option "smarty_path". See the example - file phpfspot_db.cfg.dist for more information. + file phpfspot_cfg.php.dist for more information. * Thumbnail directory structure has changed. Remove all thumbnail files (xxx_{md5sum}) from your current thumbs-directory.