switch version to 1.5 and update CHANGELOG, README and UPDATE
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 13 Apr 2008 05:16:12 +0000 (07:16 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 13 Apr 2008 05:17:27 +0000 (07:17 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
CHANGELOG
README
UPGRADE
phpfspot.class.php

index 8de2e0b4b322a2303de82fd15e0fb39f897fc556..28cfd8e61d52d79a780323ea38efd7c645f75676 100644 (file)
--- 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.
 phpfspot (1.4)
 
   * feature, support PNG image format.
diff --git a/README b/README
index 2550290a1427aa48932fb3ebb6e32140aa47466e..d00991ebf3d6a6a5a11ff2b5274477cfd675a70e 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 Package Name: phpfspot
 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
 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 e6b27854f4e35ed693b91a40521d4f4357737c90..89313b43ad0b37486ad43aa65be60f61b01a2dec 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,3 +1,7 @@
+== Upgrading from 1.4 ==
+
+ * nothing special necessary.
+
 == Upgrading from 1.3 ==
 
  * nothing special necessary.
 == Upgrading from 1.3 ==
 
  * nothing special necessary.
index c56ececc94c7998a273ab0c602ddd6cd59f72e42..bae4ae74dbc40ce34899bb4270397a3860000abf 100644 (file)
@@ -122,7 +122,7 @@ class PHPFSPOT {
 
       /* set application name and version information */
       $this->cfg->product = "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;',
 
       $this->sort_orders= array(
          'date_asc' => 'Date &uarr;',