update CHANGELOG and UPGRADE for version 1.5
[phpfspot.git] / UPGRADE
diff --git a/UPGRADE b/UPGRADE
index 1e28fe8e4d99b1a872bff0a656fcdfb925ba7ea4..348d989a3eaa1a05bf2d823e1e69ac6d036dd995 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,8 +1,30 @@
+== 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 ==