added prereq versions to MIME:: and Authen:: and parent so we don't get regression...
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
3845256a 30.17 2010-01-14
4 - fixed MANIFEST
5
60.16 2010-01-12
7 - Fixed a Makefile.PL issue
8
4d4ba7ae 90.15 2010-01-12
10 - Fixed teeny version issue with Email::Sender::Simple
11
f2166d91 120.14 2010-01-09
b13ccbbc 13 - Ported over to using Email::Sender::Simple, and Moose
14 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
15 it die.
16
b7b30250 170.13 2009-02-22 14:06:00
18 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
19
e512f6ca 200.12 2009-01-22 06:52:00
21 - Fixing tests for new versions of MIME::Creator
22 - Better structure of the code so that ::Template can also handle
23 plain text views
24 - Added onto troubleshooting
25
260.11 2008-07-04 09:14:00
27 - Fixing a bug where content-type was ignored so multipart/alternative
28 failed. RT #32215
29
4a44bcd3 300.10 2007-11-22 23:00:00
ea115f9b 31 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 32 and POD improvements
06afcdbc 33
8b10ee55 340.06
35 - Fixing some slight issues with configuration not being handled
36 appropriately (thanks dwc and mst)
370.05
38 - Better support for configuration
39 - Adding Mason tests
40
607b7389 410.04
42 - Fixing MANIFEST, distribution
43
440.03
45 - Improved handling of configuration, thanks to mst.
46
470.02
48 - Allow configuration from application or ConfigLoader
49 - Minor POD updates
50
510.01 2007-06-03
52 - Initial release