updated Changes
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
856430b5 30.34
4 2013-03-15
5 - repackaged with Mac OS X's "gnutar" as the normal tar produces unwanted noise when untarring, reported by https://rt.cpan.org/Public/Bug/Display.html?id=83970
6
6d9d0a43 70.33 2013-02-13
8 - applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt.cpan.org/Ticket/Display.html?id=83241
f20d5fe6 9 - removed inc/ so running perl Makefile.PL would do so in author mode
10 - removed META.yml, MANIFEST, and various other files that shouldn't be in git
11 - updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm" per https://rt.cpan.org/Ticket/Display.html?id=83195&results=0eb39711cb23f5f318a3738cf7d089df
6d9d0a43 12
020106d2 130.32 2013-01-15
14 - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775
0f67232c 15 - Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748
e5594ace 16 - Added patch (with additional tests) to enable proper content_type setting for email templates
17 per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6
4cc077cf 18 - Removed unneccesary test
16fd99f2 19 - Added documentation for specifying envelope info per https://rt.cpan.org/Ticket/Display.html?id=64162
020106d2 20
beda8c31 210.31 2011-01-17
22 - Added handling and test for encoding and quoting parts RT #56391
23
82a3774f 240.30 2010-05-22
25 - Added Test::Requires to 06config.t
26
a13a5e7d 270.29 2010-05-21
28 - Using Test::Requires for Mason and Template::Toolkit dependency check
29 - Removed Template::Toolkit and Mason as prereqs
30
5d205d68 310.28 2010-05-14
9e7944bd 32 - Added version numbers to Helpers
33
9fb41fd0 340.27 2010-03-23
1cba62c6 35 - made ::View::TT and ::View::Mason hard deps
36 - adjusted tests to reflect the aforementioned
37 - patches welcome
38
bee7a5b3 390.25_02 2010-02-21
40 - cleaned up tests
41 - made Test::More 0.88 a prereq
42
430.25_01 2010-02-21
44 - updated/corrected docs
45 - added proper svn repo url
46
470.25 2010-02-01
a29d6a45 48 - converted to Module::Install
49
500.23 2010-01-30
51 - removed Email::Send::Test from t/lib/* views
1ff51b93 52
530.22 2010-01-28
54 - small fixes, version bumpage etc
55
560.21_01 2010-01-27
57 - dev release to test recent fixes
58
590.21 2010-01-27
60 - provided a sane MANIFEST.SKIP for dzil
61
cbfdc762 620.20 2010-01-26
63 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
64
38a2ba64 650.19 2010-01-18
66 - fixed optional dependencies
67 - added META stuff back in
68
e6826f98 690.18 2010-01-17
70 - Fixed version dependencies for failing regressions
71 - added Email::Send::Test as a dependency
72
3845256a 730.17 2010-01-14
74 - fixed MANIFEST
75
760.16 2010-01-12
77 - Fixed a Makefile.PL issue
78
4d4ba7ae 790.15 2010-01-12
80 - Fixed teeny version issue with Email::Sender::Simple
81
f2166d91 820.14 2010-01-09
b13ccbbc 83 - Ported over to using Email::Sender::Simple, and Moose
84 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
85 it die.
86
b7b30250 870.13 2009-02-22 14:06:00
88 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
89
e512f6ca 900.12 2009-01-22 06:52:00
91 - Fixing tests for new versions of MIME::Creator
92 - Better structure of the code so that ::Template can also handle
93 plain text views
94 - Added onto troubleshooting
95
960.11 2008-07-04 09:14:00
97 - Fixing a bug where content-type was ignored so multipart/alternative
98 failed. RT #32215
99
4a44bcd3 1000.10 2007-11-22 23:00:00
ea115f9b 101 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 102 and POD improvements
06afcdbc 103
8b10ee55 1040.06
105 - Fixing some slight issues with configuration not being handled
106 appropriately (thanks dwc and mst)
1070.05
108 - Better support for configuration
109 - Adding Mason tests
110
607b7389 1110.04
112 - Fixing MANIFEST, distribution
113
1140.03
115 - Improved handling of configuration, thanks to mst.
116
1170.02
118 - Allow configuration from application or ConfigLoader
119 - Minor POD updates
120
1210.01 2007-06-03
122 - Initial release