increase version to 1.6
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 7 Jun 2008 15:09:54 +0000 (17:09 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 7 Jun 2008 15:25:18 +0000 (17:25 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
CHANGELOG
README
phpfspot.class.php

index 12cd368d934c4008ff49370ad6edec37b792e16a..ca0bb1a5fe9323609e25f457cd63367b013b5e39 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+phpfspot (1.6)
+
+ * bug, sort-by rates if all photos of the library are displayed works now.
+ * bug, phpfspot used the image files last modification date instead of F-Spot's
+   recorded date when no EXIF data were available. Now it displays the same time as
+   F-Spot does.
+ * feature, date-input appears now as one field instead of seperates for year, month
+   and day.
+
+ -- Andreas Unterkircher <unki@netshadow.at>  Sat, 25 May 2008 11:00:00 +0100
+
 phpfspot (1.5)
 
   * feature, user-friendly URL's (with Apache's mod_rewrite).
diff --git a/README b/README
index d00991ebf3d6a6a5a11ff2b5274477cfd675a70e..48f9ae512927a550df9cfbb0c844658ebb1b42ed 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 Package Name: phpfspot
-Version:      1.5
+Version:      1.6
 Author:       Andreas Unterkircher <unki@netshadow.at>
 Website:      http://oss.netshadow.at
 Desc:         dynamic PHP gallery for F-Spot
index 107ce4ce034f9cae517211923a4480a23e91716b..ae5879076de025ef0f45b73406335518a5370fbf 100644 (file)
@@ -122,7 +122,7 @@ class PHPFSPOT {
 
       /* set application name and version information */
       $this->cfg->product = "phpfspot";
-      $this->cfg->version = "1.5";
+      $this->cfg->version = "1.6";
 
       $this->sort_orders= array(
          'date_asc' => 'Date &uarr;',