X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=UPGRADE;h=1a834fb0161ba0a52475a19c23cca192fd10b818;hp=fefb3f80cc683d5551fc99cd77c45be74781db99;hb=217bca545926a2fc8989b874661fc2ecad4bbf9b;hpb=40fa5245b85df31ca4453c3ddc8ec37f7ed3122d;ds=sidebyside diff --git a/UPGRADE b/UPGRADE index fefb3f8..1a834fb 100644 --- a/UPGRADE +++ b/UPGRADE @@ -1,19 +1,27 @@ +== Upgrading from 1.2 == + + * nothing special necessary yet. + == 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.