X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/blobdiff_plain/5207b33c23b0f42288bc6d1ff1b16960bdbf3d1f..HEAD:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 48c7caf..a285d74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,123 +1,35 @@ -2007-05-14 18:09:30 GMT Brett Parker - 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 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 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 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 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 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 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 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 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 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 + * Fix the height bounding box code + +2007-12-22 Brett Parker + * Allow a HEIGHT to be specified as well as the WIDTH creating a bounding + box to fit in to + +2007-05-15 Brett Parker + * Check that the tools we require exist using the builtin hash function + * Minorly reformat changelog + +2007-05-14 Brett Parker + * 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 + * Fix caption generation code + * Released version 1.1.1 + +2007-05-13 Brett Parker + * Fix medium sized page generation code + * Fix index page generation + * Released version 1.1.0 + +2007-05-12 Brett Parker + * 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 + * Start of 1.1 release development + * Generate medium sized pages