X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=UPGRADE;h=b5672258274a4d17f865476631f80ab1dd7cc9bc;hp=5688e514ff7903245179396aba4ddbc63bf7a520;hb=3eb8cfe677dbd50680ffd1ebcc14aa733feba5b3;hpb=5846c46b53d2feb8b7fb9946ff21fff24d15d88a diff --git a/UPGRADE b/UPGRADE index 5688e51..b567225 100644 --- a/UPGRADE +++ b/UPGRADE @@ -1,9 +1,51 @@ +== Upgrading from 1.6 + + * set $enable_replace_path in phpfspot_cfg.php. Copy from .dist file + +== Upgrading from 1.5 + + * nothing special necessary. + +== Upgrading from 1.4 == + + * nothing special necessary. + * Take a look into phpfspot_cfg.php.dist for supporting Nikon's NEF + format. + * If you want to give the new user-friendly-urls a try, checkout + the project website for more information. + +== Upgrading from 1.3 == + + * nothing special necessary. + * Take a look into phpfspot_cfg.php.dist for $use_lightbox and + $use_autocomplete if you want to use the new features. + +== 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 parameter "db_access". See the example - file phpfspot_db.cfg.dist for available values. + * Additional configuration option "db_access". See the example file + phpfspot_cfg.php.dist for available values. + + * Additional configuration option "thumb_path". See the example + file phpfspot_cfg.php.dist for more information. + + * Additional configuration option "smarty_path". See the example + file phpfspot_cfg.php.dist for more information. * Thumbnail directory structure has changed. Remove all thumbnail - files (xxx_{md5sum}) from this directory. phpfspot will - automatically create several subdirectories, when regenerating - the thumbnails. + files (xxx_{md5sum}) from your current thumbs-directory. + phpfspot will automatically create the needed sub-directory + structure when regenerating the thumbnails.