The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This file documents the revision history for the Perl library Email::Sender::Server.

0.40 (2012-04-10)
    * fixed error logging failures

0.39 (2012-04-10)
    * various workflow changes
    * moved auditing from Worker.pm to Manager.pm
    * fixed comparison issue in Controller.pm _command_testmail and _command_email

0.36 (2012-04-10)
    * fixed logic error in Controller.pm _command_testmail and _command_email

0.35 (2012-04-10)
    * forking most hard-disk writes to gain speed
    * renamed Manager.pm process_workload to delegate_workload
    * fixed typo in Controller.pm _command_testmail
    * Worker.pm only process_message only logs activity if the filename is passed

0.32 (2012-04-08)
    * added simple logging capabilities

0.30 (2012-04-08)
    * utf-8 handling fixes
    * added File::Slurp

0.28 (2012-04-08)
    * utf-8 handling of message file
    * segment successful messages in the passed folder (avoid folder size limitations)
    * turned of write-buffer for writing mail messages
    * added testmail command to send quick test emails
    * version bump

0.23 (2012-03-26)
    * added the version command
    * updated the copy command
    * changed name of the config file

0.22 (2012-03-22)
    * change the generated data directory name
    * added copy command to the CLI

0.21 (2012-03-25)
    * minor miscellaneous changes (e.g. config file lives along-side the exe)

0.19 (2012-03-24)
    * miscellaneous POD changes

0.18 (2012-03-22)
    * added usage info for CLI commands
    * added status command to the CLI
    * fixed slight issue in Manager.pm
    * few POD changes

0.15 (2012-03-22)
    * added config, email and clean commands to the CLI
    * add ability to override message parameter defaults
    * fixed and updated POD
    * removed silly constraints from the message body attributes

0.13 (2012-03-21)
    * fixed big bug in Message.pm send method setting the message body

0.12 (2012-03-20)
    * fixed big bug in Message.pm to_hash method handling the body
    * updated POD

0.11 (2012-03-20)
    * fixed big typo in Message.pm from_hash method

0.10 (2012-03-19)
    * first official release (no POD, no tests)

0.01_02 (2012-03-15)
    * trim the fat (no moose, no dbic, etc)

0.01_01 (2012-03-14)
    * commence brain dump