Version : 1.0
Date    : 05/06/2003
- Removed options that weren't going to be supported for this release.
  New ideas will be listed in a TODO document of some sort.
- Cleaned up the --help output a bit. Fixed some typos and other small stuff.
- Removed EXIF-INFO-FULL-TABLE tag processing from the info_template
  processing since we didn't use it.
- Added necessary support for themes. This involved adding the ability to
  specify the background color to the INDEX-HEADER, INDEX-FOOTER and PICTURES
  tags in the index_template file. See the THEMES file for more info on
  theme support in jigl.
- Changed the behavior of the slide scaling function. Now the slide will only
  be scaled if the height of the original image is greater than the sy option.
  Otherwise the original image will simply be copied.
- Added -iy|--infoY option. This option was added to prevent small slide
  images from getting unnecessarily smaller on the info pages.
- Somehow the sizeToKb function worked it's way back into the code. It should
  be removed for good now.
- Fixed a small bug where the -gb option was adding more that one instace of
  the Go Back link to the header. (dwj)
====================
Version : 1.0rc4
Date    : 04/02/2003
- NAME CHANGE!! Due to a name conflict with another program I have decided
  to change the name of the project. jGal is now jigl, which is short for
  Jason's Image Gallery. Thanks to those who helped me come up
  with the name. Now collect yourself, and get busy jiggling those photos!
- Hopefully last release candidate.
- Added two new options, -gb|--go-back and -gburl|--go-back-url.
  Using -gb will prepend a link entitled "Go Back" to the top of the header
  on the index.html page. By default the link will go back to "..", the
  previous directory. You can use the -gburl option to set a differnt url.
- ChangeLog moved from top of jigl.pl file to it's own file.
- Fixed a bug which was caused by an output change in newer versions of
  the convert utility.
- Added support for png files. (now support jpg, gif and png)
- Changed the way we get the file size of the slides from using the
  'identify' program to using the perl function - much cleaner solution.
  Also removed the sizeToKb function since it's now useless.
====================
Version : 1.0rc3
Date    : 03/04/2003
- Third release candidate.
- Turned link-original option off by default
- Added -ws|--watermark-slides option for watermarking slides.
- Added -wf|--watermark-file option for overriding the watermark file name
- Added -wg|--watermark-gravite option for overriding the location of the
  watermark on the image
- Cleaned up the --help printout a bit.
- fixed bug in getImgInfo which would bomb trying to get size/xy info
  if the filename had certain chars. in it.
====================
Version : 1.0rc2
Date    : 11/01/2002
- Second release candidate.
- Removed dependency on ImageMagickVersion in the getImgInfo function.
- Fixed some slide templates to work correctly when info went off the
  edge of the screen.
- Removed dependency on the File::Copy function by using convert instead
  of mogrify
====================
Version : 1.0rc1
Date    : 10/20/2002
- The first release candidate. Heavy testing begins.
- The majority of useful options have been implimented.
====================
Version : 0.1
Date    : 8/7/2002
- Project started
