- New upstream release 2.20
- Rewrite doc syntax to my current standard style
- Text corrections (CPAN RT#123823, CPAN RT#123824)
- Convert to git
- Move to GitHub
- New upstream release 2.19
- Block namespace MailTools (CPAN RT#120905)
- Add "ancient" to %summary and %description
- Drop EL-5 support
- Drop BuildRoot: and Group: tags
- Drop explicit buildroot cleaning in %install section
- Drop explicit %clean section
- New upstream release 2.17
- Mail::Header should only accept totally empty lines as header terminator,
not to break MIME::Tools regression tests (CPAN RT#113918)
- New upstream release 2.14
- Fix threads and Mail::Field initiation (CPAN RT#99153)
- Warn when loading of some Mail::Field::* fails
- Classify buildreqs by usage
- Silence warnings from MakeMaker about files we delete in %prep
- New upstream release 2.12:
- Default for Mail::Header::new(Modify) is 'false', not 'true'
(CPAN RT#79985)
- Mail::Address take username with rindex(), a bit better than index() but
still poor (CPAN RT#82056)
- Check for bad folding of header lines (CPAN RT#79993)
- Add a note about better to avoid Mail::Address->name() (CPAN RT#81459)
- Drop UTF8 patch, no longer needed
- New upstream release 2.10:
- Mail::Mailer::smtp set from address twice (CPAN RT#77161)
- Mail::Mailer::smtps did not support the From option (CPAN RT#77161)
- Mail::Util::mailaddress has now an optional parameter to set the returned
value explicitly (CPAN #75975)
- BR: perl(base)
- Drop BR: perl(Config) and perl(POSIX), not dual-lived
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- New upstream release 2.09:
- Remove dependency to Test::Pod by moving 99pod.t from t/ to xt/
(CPAN RT#69918)
- BR: perl(Net::Domain) ≥ 1.05 and perl(Net::SMTP) ≥ 1.03
- Explicitly run xt/ tests
- New upstream release 2.08:
- Respect errors on closing a Mail::Mailer::smtp/::smtps connection
- Mail::Internet should accept Net::SMTP::SSL as well (CPAN RT#68590)
- Document that Mail::Mailer::smtps needs Authen::SASL
- Use patch rather than iconv to convert docs to UTF8 encoding
- Remove buildreqs perl(Net::SMTP) and perl(Net::Domain), bundled with perl
- Add buildreqs perl(Date::Format), perl(Date::Parse), perl(Test::More),
and perl(Test::Pod)
- Remove patch for CPAN RT#20726, now fixed upstream
- Buildreq perl >= 5.8.1
- Tweak files list to mark pod files as %doc
- Fix character encoding for ChangeLog