summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--README2
-rw-r--r--UPGRADE6
3 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9cd82f0..5e1d438 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+phpfspot (1.4)
+
+ * feature, support PNG image format.
+ * feature, auto-completion for tag-search.
+ * feature, lightbox2 for photo preview out of the photo index.
+
+ -- Andreas Unterkircher <unki@netshadow.at> Sat, 29 Mar 2008 11:00:00 +0100
+
phpfspot (1.3)
* bug, fixed auto-rotation when EXIF Orientation header is set.
diff --git a/README b/README
index 2edfb77..2550290 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Package Name: phpfspot
-Version: 1.3
+Version: 1.4
Author: Andreas Unterkircher <unki@netshadow.at>
Website: http://oss.netshadow.at
Desc: dynamic PHP gallery for F-Spot
diff --git a/UPGRADE b/UPGRADE
index 1a834fb..e6b2785 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,3 +1,9 @@
+== Upgrading from 1.3 ==
+
+ * nothing special necessary.
+ * Take a look into phpfspot_cfg.dist for $use_lightbox and
+ * $use_autocomplete if you want to use the new features.
+
== Upgrading from 1.2 ==
* nothing special necessary yet.