summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-04-13 07:16:12 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-04-13 07:17:27 +0200
commitdee52ad356dbabf693686fee2b0dc9138f265a3f (patch)
tree7d4e2bced1e7cc50e2d25849817be06b08b8e06f
parent66085a7572b5ce488134e5f9642a1b96e61dc45e (diff)
switch version to 1.5 and update CHANGELOG, README and UPDATE
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r--CHANGELOG9
-rw-r--r--README2
-rw-r--r--UPGRADE4
-rw-r--r--phpfspot.class.php2
4 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8de2e0b..28cfd8e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+phpfspot (1.5)
+
+ * feature, support for Nikon's NEF RAW photo format (via dcraw and ImageMagick).
+ * bug, if tag added to hide-tags, don't show up in photo-details box (single-photo).
+ * bug, if tag added to hide-tags, don't allow adding to selected-tags list.
+ * bug, if tag added to hide-tags, random-photo needs to take care of it.
+
+ -- Andreas Unterkircher <unki@netshadow.at> Sat, 13 Apr 2008 11:00:00 +0100
+
phpfspot (1.4)
* feature, support PNG image format.
diff --git a/README b/README
index 2550290..d00991e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Package Name: phpfspot
-Version: 1.4
+Version: 1.5
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 e6b2785..89313b4 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,3 +1,7 @@
+== Upgrading from 1.4 ==
+
+ * nothing special necessary.
+
== Upgrading from 1.3 ==
* nothing special necessary.
diff --git a/phpfspot.class.php b/phpfspot.class.php
index c56ecec..bae4ae7 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -122,7 +122,7 @@ class PHPFSPOT {
/* set application name and version information */
$this->cfg->product = "phpfspot";
- $this->cfg->version = "1.4";
+ $this->cfg->version = "1.5";
$this->sort_orders= array(
'date_asc' => 'Date &uarr;',