Changelog for
perl_update-MailTools-2.12-5.1.x86_64.rpm :
Mon Jul 15 14:00:00 2013 cooloAATTsuse.com
- update to 2.12
Fixes:
- default for Mail::Header::new(Modify) is \'false\', not \'true\'
rt.cpan.org#79985 [Thomas Sibley]
- Mail::Address take username with rindex(), a bit better than
index() but still poor.
rt.cpan.org#82056 [Filipe Gonçalves]
Improvements:
- check for bad folding of header lines
rt.cpan.org#79993 [Thomas Sibley]
- add a note about better to avoid Mail::Address->name(),
in response to a question by
rt.cpan.org#81459 [Moritz Lenz]
version 2.11: Wed Aug 29 09:09:47 CEST 2012
Fixes:
- typo in Mail::Mailer::smtp, which only shows up in >5.14
[cpantesters]
version 2.10: Tue Aug 28 09:41:52 CEST 2012
Fixes:
- Mail::Mailer::smtp set from address twice.
rt.cpan.org#77161 [Vladimir Goshev]
- Mail::Mailer::smtps did not support the From option.
rt.cpan.org#77161 [Vladimir Goshev]
Mon Jul 15 14:00:00 2013 mlsAATTsuse.de
- fix searching of %INC, make sure the entry really has a set
value. Fixes the perl-MIME-tools module.
Thu Mar 1 13:00:00 2012 pascal.bleserAATTopensuse.org
- update to 2.09:
* remove dependency to Test::Pod by moving 99pod.t from t/ to xt/ as result
of RT#69918
Fri Jun 3 14:00:00 2011 vcizekAATTnovell.com
- corrected license (same as Perl)
- removed authors
Wed Jun 1 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 2.08:
* respect errors on closing an Mail::Mailer::smtp/::smtps connection
* Mail::Internet should accept Net::SMTP::SSL as well (RT#68590)
Tue Nov 30 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Tue Oct 19 14:00:00 2010 cooloAATTnovell.com
- add perl as explicit buildrequire
Tue Oct 5 14:00:00 2010 anickaAATTsuse.cz
- update to 2.07
* update README: MailTools 2.
* require 5.8.1
* add \"MAIL FROM\" to Mail::Mailer::smtp, to be able to communicate
with Comcast
Tue Feb 23 13:00:00 2010 anickaAATTsuse.cz
- update to 2.06
* express more clearly that Authen::SASL needs to be installed
manually if you need the functionality
* support for smtps via Net::SMTP::SSL
Wed Jan 13 13:00:00 2010 anickaAATTsuse.cz
- update to 2.05
* no de-ref error when index out of range in Mail::Header::get()
* repaired fixed selection of smtp for non-unix systems.
* do not run pod.t in devel environment.
* set default output filename for Mail::Mailer::testfile::PRINT
* warn when no mailers were found.
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Wed Sep 10 14:00:00 2008 anickaAATTsuse.cz
- update to 2.04
* Mail::Field::_require_dir complained on 5.10 about a closed
dirhandle.
* Bcc line removed before collecting addresses.
* add \"die\" to \"close()\" in synopsis of Mail::Send and
Mail::Mailer.
Thu Jun 19 14:00:00 2008 anickaAATTsuse.cz
- update to 2.03
* Netware needs to use smtp as well
* Mail::Field::extract() fixed.
Thu Dec 13 13:00:00 2007 anickaAATTsuse.cz
- update to 2.02
* use 3-arg open() in Mail::Util.
* reorganized installation of MailTools, in a modern way. This
may break installation on very old releases of Perl.
* added and cleaned a lot of documentation, using OODoc to
generate nice manuals in POD and HTML.
* extracted Mail::Field::Generic from Mail::Field
* added misteriously missing Mail::Field::AddrList::addr_list()
Tue May 15 14:00:00 2007 anickaAATTsuse.cz
- update to 1.77
* fixed syntax error in qmail.pm
* die if qmail\'s exec fails.
* require Data::Format
* corrected header field folding according to rfc2822, which
may break some ancient (poor) applications.
Thu Apr 12 14:00:00 2007 anickaAATTsuse.cz
- update to 1.76
* The tag (field label) casing is \"normalized\" which is not
required (as the comment in the code told), but a mis
*
feature. The feature will not change, to avoid breaking
existing code.
* Do not ignore unknown argument to Mail::Internet::new(),
but complain about it
* Document that the \
is still after a header line, but folding
is removed.
* Document that unfolding is too greading, taking all leading
blanks where only one should be taken.
* [Mike Lerley] reported that environment variables are not
thread
*safe in mod_perl. Therefore, he required to pass the
sender of the message explictly on qmail\'s command
*line.
His addapted patch included.
Thu Jul 13 14:00:00 2006 anickaAATTsuse.cz
- update to 1.74
* minor improvements and bugfixes, new examples added