issue59, further cleanup code after removing html tables
[phpfspot.git] / UPGRADE
diff --git a/UPGRADE b/UPGRADE
index 47e5dc3aac7c183685691ecd57d1a34109c0ea3f..712a9daadfcbef3a1f5bef19924cb4d9c90b8e75 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,15 +1,25 @@
+== 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 parameter "thumb_path". See the example
-   file phpfspot_db.cfg.disk.
+ * Additional configuration option "thumb_path". See the example
+   file phpfspot_cfg.php.dist for more information.
 
- * Additional configuration parameter "smarty_path". See the example
-   file phpfspot_db.cfg.disk.
+ * 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.