diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-12-15 13:35:08 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-12-15 13:35:08 +0000 |
commit | f98dc0a6880a0c002fa23538e42364dc38f384b1 (patch) | |
tree | 899d4e2bdb36d932c4c6b3633fbb70177e9ac13b /UPGRADE | |
parent | 39507eea2eedc1d05d5467ebd14ea8ed8e7c9032 (diff) |
issue81, added note to UPGRADe instruction that write access to f-spot db is now necessary
git-svn-id: file:///var/lib/svn/phpfspot/trunk@316 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ * 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 == |