Up version number for release
[bpgallery.git] / ChangeLog
index 48c7caf07e74e75a301932c2ca454e62a0719516..a285d741d052b88b35d7c31fa9770c7b89f771ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2007-05-14 18:09:30 GMT Brett Parker <iDunno@sommitrealweird.co.uk>
-    Add in pages directory support through PAGESDIRECTORY variable
-    Up'd version number to be +arch as this is still in development
-
-2007-05-14 00:29:30 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-9
-
-    Summary:
-      Up version for release
-    Revision:
-      bpgallery--mainline--1.1--patch-9
-
-    Up version number for release
-    
-
-    modified files:
-     bpgallery.sh
-
-
-2007-05-14 00:28:15 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-8
-
-    Summary:
-      Fix caption generation code
-    Revision:
-      bpgallery--mainline--1.1--patch-8
-
-    * Fixes captions
-    * Removes silly logging
-
-    modified files:
-     bpgallery.sh
-
-
-2007-05-13 10:53:09 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-7
-
-    Summary:
-      Update version number for release
-    Revision:
-      bpgallery--mainline--1.1--patch-7
-
-    Update version number for release
-
-    modified files:
-     bpgallery.sh
-
-
-2007-05-13 10:28:17 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-6
-
-    Summary:
-      Fix medium sized page generation
-    Revision:
-      bpgallery--mainline--1.1--patch-6
-
-    Declare the function even if we're not generating fullsize pages.
-
-    modified files:
-     TODO bpgallery.sh
-
-
-2007-05-13 09:15:20 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-5
-
-    Summary:
-      Fix index page generation code
-    Revision:
-      bpgallery--mainline--1.1--patch-5
-
-
-    modified files:
-     TODO bpgallery.sh
-
-
-2007-05-12 14:20:31 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-4
-
-    Summary:
-      Update TODO list
-    Revision:
-      bpgallery--mainline--1.1--patch-4
-
-    Update TODO list and remove things that are already done.
-
-    modified files:
-     TODO
-
-
-2007-05-12 14:11:14 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-3
-
-    Summary:
-      Exit on failure of being able to write medium sized images
-    Revision:
-      bpgallery--mainline--1.1--patch-3
-
-    * Exit on failure of being able to write medium sized images
-    * Fix up README to contain the new variables for medium sized images
-    
-
-    modified files:
-     README bpgallery.sh
-
-
-2006-06-12 19:09:07 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-2
-
-    Summary:
-      Fix xargs for a BSD environment
-    Revision:
-      bpgallery--mainline--1.1--patch-2
-
-    Change --replace to -I {} so that the xargs commands work in a BSD environment.
-    
-
-    modified files:
-     bpgallery.sh
-
-
-2006-05-22 19:20:34 GMT        Brett Parker <arch@sommitrealweird.co.uk>       patch-1
-
-    Summary:
-      Preliminary addition of Medium Sized images and pages
-    Revision:
-      bpgallery--mainline--1.1--patch-1
-
-    * First draft attempt at medium sized images and the pages to go with it.
-
-    modified files:
-     bpgallery.sh
+2008-01-01 Brett Parker <iDunno@sommitrealweird.co.uk>
+  * Fix the height bounding box code
+
+2007-12-22 Brett Parker <iDunno@sommitrealweird.co.uk>
+  * Allow a HEIGHT to be specified as well as the WIDTH creating a bounding
+      box to fit in to
+
+2007-05-15 Brett Parker <iDunno@sommitrealweird.co.uk>
+  * Check that the tools we require exist using the builtin hash function
+  * Minorly reformat changelog
+
+2007-05-14 Brett Parker <iDunno@sommitrealweird.co.uk>
+  * Add in pages directory support through PAGESDIRECTORY variable
+  * Up'd version number to be +arch as this is still in development
+  * Add in options for ICONDIRECTORY and MEDIUMDIRECTORY so that they're no
+      longer hardcoded
+
+2007-05-14 Brett Parker <arch@sommitrealweird.co.uk>
+  * Fix caption generation code
+  * Released version 1.1.1
+
+2007-05-13 Brett Parker <arch@sommitrealweird.co.uk>
+  * Fix medium sized page generation code
+  * Fix index page generation
+  * Released version 1.1.0
+
+2007-05-12 Brett Parker <arch@sommitrealweird.co.uk>
+  * Exit on failure of being able to write medium sized images
+  * Fix up README to contain the new variables for medium sized images
+  * Change --replace to -I {} so that the xargs commands work in a BSD
+    environment.
+
+2006-05-22 Brett Parker <arch@sommitrealweird.co.uk>
+  * Start of 1.1 release development
+  * Generate medium sized pages