2014-11-22 15:58:43 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 1.300014 to 1.300016
1.300016 2014-10-10 22:54:00-04:00 America/New_York
- no changes since 1.300015, just made non-trial release
1.300015 2014-09-12 22:01:37-04:00 America/New_York (TRIAL RELEASE)
[THIS MIGHT BREAK YOUR CODE]
- version 1.300008 was meant to rewrite line endings when sending to
sendmail, but the change was not effective; it has been fixed
|
2014-09-04 09:16:57 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.300014
Upstream changes:
1.300014 2014-08-28 14:21:26-04:00 America/New_York
- do not try passing an empty string as a Failure message
1.300013 2014-08-28 11:00:16-04:00 America/New_York
- sometimes, if no error is given and $smtp->message returns (),
the arguments to the Failure constructor were out of alignment and
the failure's error message would be "code"; this has been fixed
1.300012 2014-07-10 09:55:35-04:00 America/New_York
- documentation fix: there's no Email::MIME->delete_header
(thanks, Kris Matthews)
1.300011 2014-03-02 18:16:12-05:00 America/New_York
- run the sendmail program with -i by default (thanks, William Blunn)
- do not die when a race causes mkpath(Maildir/new) to fail because the
directory already exists
1.300010 2014-01-11 14:15:13-05:00 America/New_York
- the SMTP transport now has a "debug" option
1.300009 2013-09-01 12:03:06 America/New_York
see also 1.300008!
switch to automatic determination of prereqs to improve accuracy
1.300008 2013-09-01 09:39:13 America/New_York
[THIS MIGHT BREAK YOUR CODE]
at long last, Sendmail and Maildir transports replaces CRLF with CR
before piping
[BUG FIXES]
fixes a bug where recipients beginning with a - would not work with
the Sendmail transport [rt.perl.org #66246]
require Email-Abstract 3.006, to get Email-Simple 1.998, to get
Email::Simple->new(\$str), resolving [rt.perl.org #85926]
1.300007 2013-03-19 14:58:27 America/New_York
when sending over SMTP, send DATA in hunks of 1 mebibyte or smaller
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-09-08 15:35:59 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.300006
Update DEPENDS
UPstream changes:
1.300006 2013-03-17 17:23:21 America/New_York
re-fix the problem with attribute accessors and role methods
clashing, previously fixed in 0.102360
1.300005 2013-02-14 11:37:09 America/New_York
add missing prereq, Sub::Exporter; thanks for report, Esteban
Manchado Velè°©zquez
1.300004 2013-02-09 10:09:02 America/New_York
bump required version of MooX::Types::MooseLike
1.300003 2013-02-06 15:56:53 America/New_York
make Wrapper transports proxy is_simple and allow_partial_success to
the wrapped transport
allow Wrapper transports to construct their own targets; useful for
configuring entire wrapper chain from the environment
1.300002 2013-02-06 14:06:24 America/New_York
THIS IS A BIG DEAL: see v1.300000
this is the first non-trial release using Moo instead of Moose
increase version of Moo to interoperate with ancient Mouse.pm
1.300001 2013-01-07 21:38:31 America/New_York
increase required versions of Throwable and Moo
1.300000 2013-01-02 22:42:58 America/New_York
THIS IS A BIG DEAL:
use Moo instead of Moose (thanks to Justin Hunter and Christian
Walde!)
0.120002 2012-09-11 14:43:07 America/New_York
added shift_deliveries to the Test transport, for treating the
sent messages like a queue of things to inspect
0.120001 2012-07-19 16:28:01 America/Los_Angeles
no changes from 0.120000, just marked as stable release
0.120000 2012-05-08 20:53:43 America/New_York
THIS IS A BIG DEAL:
This release deprecates the scalar context behavior of:
* Failure->recipients
* Failure::Multi->failures
* Failure::Multi->recipients
* Transport::Test->deliveries
* Transport::Failable->failure_conditions
Until now, these methods returned a list in list context and
an array reference in scalar context. This still works, but
scalar context calls will now generate a warning. In one
year (2013-05), they will be become fatal.
0.110005 2012-03-05 21:37:35 America/New_York
binmode output handle to avoid line ending munging in Mbox and
Maildir; thanks, Christian Walde!
0.110004 2012-02-21 17:47:35 America/New_York
import the "Bcc" page from the (otherwise empty) github \
wiki; this
adds some information to the QuickStart page about why Bcc support
isn't there and why this isn't a bug
0.110003 2012-02-01 15:09:52 America/New_York
add the add_lines_header and add_envelope_headers attributes to
Maildir transports
0.110002 2012-01-31 17:02:35 America/New_York
Maildir deliveries now have a ->filename method to tell you just
where the mail was delivered
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-08 14:19:35 by Aleksej Saushev | Files touched by this commit (307) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-11-12 02:21:41 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-Email-Sender to 0.110001.
Changes from previous:
0.110001 2011-04-03 16:32:15 America/New_York
prevent Test::MinimumVersion test from causing a requirement on T::MV
and, thus, PPI! Thanks for the report, Matt S. Trout!
0.110000 2011-03-17 21:40:36 America/New_York
provide a much clearer and more fatal error when SASL authentication
has failed because Authen::SASL or MIME::Base64 is not available
|
2011-08-14 15:25:28 by OBATA Akio | Files touched by this commit (69) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-05 14:16:48 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating mail/p5-Email-Sender from 0.100460nb1 to 0.102370
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.102370 2010-08-25 08:37:22 America/New_York
remove spurious prereq on Sys::Hostname::Long (thanks ABH)
tweak some tests for truth/definedness in SMTP transport
0.102360 2010-08-24 07:47:24 America/New_York
avoid the need to use "excludes" in role application; this \
silences
warnings with Moose 1.10
0.101760 2010-06-25 08:18:26 America/New_York
fix sendmail.t with latest Capture::Tiny (Justin Hunter)
|