removed references to Bcc in Changes and README
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
020106d2 30.32 2013-01-15
4 - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775
5
beda8c31 60.31 2011-01-17
7 - Added handling and test for encoding and quoting parts RT #56391
8
82a3774f 90.30 2010-05-22
10 - Added Test::Requires to 06config.t
11
a13a5e7d 120.29 2010-05-21
13 - Using Test::Requires for Mason and Template::Toolkit dependency check
14 - Removed Template::Toolkit and Mason as prereqs
15
5d205d68 160.28 2010-05-14
9e7944bd 17 - Added version numbers to Helpers
18
9fb41fd0 190.27 2010-03-23
1cba62c6 20 - made ::View::TT and ::View::Mason hard deps
21 - adjusted tests to reflect the aforementioned
22 - patches welcome
23
bee7a5b3 240.25_02 2010-02-21
25 - cleaned up tests
26 - made Test::More 0.88 a prereq
27
280.25_01 2010-02-21
29 - updated/corrected docs
30 - added proper svn repo url
31
320.25 2010-02-01
a29d6a45 33 - converted to Module::Install
34
350.23 2010-01-30
36 - removed Email::Send::Test from t/lib/* views
1ff51b93 37
380.22 2010-01-28
39 - small fixes, version bumpage etc
40
410.21_01 2010-01-27
42 - dev release to test recent fixes
43
440.21 2010-01-27
45 - provided a sane MANIFEST.SKIP for dzil
46
cbfdc762 470.20 2010-01-26
48 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
49
38a2ba64 500.19 2010-01-18
51 - fixed optional dependencies
52 - added META stuff back in
53
e6826f98 540.18 2010-01-17
55 - Fixed version dependencies for failing regressions
56 - added Email::Send::Test as a dependency
57
3845256a 580.17 2010-01-14
59 - fixed MANIFEST
60
610.16 2010-01-12
62 - Fixed a Makefile.PL issue
63
4d4ba7ae 640.15 2010-01-12
65 - Fixed teeny version issue with Email::Sender::Simple
66
f2166d91 670.14 2010-01-09
b13ccbbc 68 - Ported over to using Email::Sender::Simple, and Moose
69 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
70 it die.
71
b7b30250 720.13 2009-02-22 14:06:00
73 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
74
e512f6ca 750.12 2009-01-22 06:52:00
76 - Fixing tests for new versions of MIME::Creator
77 - Better structure of the code so that ::Template can also handle
78 plain text views
79 - Added onto troubleshooting
80
810.11 2008-07-04 09:14:00
82 - Fixing a bug where content-type was ignored so multipart/alternative
83 failed. RT #32215
84
4a44bcd3 850.10 2007-11-22 23:00:00
ea115f9b 86 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 87 and POD improvements
06afcdbc 88
8b10ee55 890.06
90 - Fixing some slight issues with configuration not being handled
91 appropriately (thanks dwc and mst)
920.05
93 - Better support for configuration
94 - Adding Mason tests
95
607b7389 960.04
97 - Fixing MANIFEST, distribution
98
990.03
100 - Improved handling of configuration, thanks to mst.
101
1020.02
103 - Allow configuration from application or ConfigLoader
104 - Minor POD updates
105
1060.01 2007-06-03
107 - Initial release