LowCal.pm 1.0.0
- Added GPL notice to all source files
- Documentation is relatively complete.  I'm still a little embarrassed by
  the (lack of an) install procedure, but I'm not going to have time to fix
  that in the immediate future.  Hopefully before too long, though...

LowCal.pm 0.9.5
- Minor fix to handling of events with multiple categories

LowCal.pm 0.9.4
*** The code is ready for release, I just need to beef up the ***
*** documentation                                             ***
- Removed .html extension from template files
- Added support for event categories
- Added CATLIST and CATPARAM tokens

lowcal-update.pl 0.9.0
- Initial implementation of recurring event record generation using
  Apache::LowCal::CalCron

LowCal.pm 0.9.3
- General code cleanup

LowCal.pm 0.9.2
- Removed hardcoded next/prev month links below monthly calendar
- Added tokens for info on next/prev month so the removed links can be
  generated out of templates
- Added tests to only return header to HEAD requests

LowCal.pm 0.9.1
- Added Tokens file to document the available tokens for use in templates
- Added ListDays and SummaryDays operations

LowCal.pm 0.9.0
- Fixed URI handling to work without requiring calendar to be installed
  directly off the document root
- Fixed tables to always fill width of browser
- Added header/footer templates and code to parse them for keyword
  substitutions
- Body of event listings is also parsed for the same keywords as headers/
  footers
- Event names are identified via <META EVENTNAME="..."> tag

