diff options
| author | fukachan <fukachan> | 2012-12-13 13:47:34 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2012-12-13 13:47:34 +0000 |
| commit | 8704fc7e183127d138a11a2236eddb492ade8849 (patch) | |
| tree | ab4d7b1afa33bb6d8fb039eb7534234c8cfaaaba /CHANGES.txt | |
| parent | 547a278d04d6f0fd4a0517b79cde5f150afd1bd7 (diff) | |
| download | fml8-8704fc7e183127d138a11a2236eddb492ade8849.tar.gz fml8-8704fc7e183127d138a11a2236eddb492ade8849.tar.bz2 fml8-8704fc7e183127d138a11a2236eddb492ade8849.zip | |
bump up to 7.98.18 hack base to catch up perl 5.16 changes, cpan modules ..
modified Mail::Delivery::SMTP to catch up IO::Handle changes in Perl
5.16 to avoid a lot of warnings. see RT#66474.
HTML::EntitiesLite added to make HTML::FromText work.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index a348b684..dedd4e41 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,9 +3,10 @@ [最近のまとめ] - FML_CURRENT_VERSION=7.98.17 + FML_CURRENT_VERSION=7.98.18 8.0 PRE_ALPHA + 7.98.18 hack base to catch up perl 5.16 changes, cpan modules .. 7.98.17 update modules: cpan modules, IM et.al (to be planned). 7.98.16 FML::Install is enhanced. 7.98.15 IM updated to IM-150. @@ -48,6 +49,23 @@ 2004/09 以降の fml8 は疑似 MTA 的な動作をしていて、自分のメー ルキューイングシステムを使ってエラー処理や再送処理を行ないます。 +2012/12/13 + + Mail::Delivery::SMTP + catch up IO::Handle changes in Perl 5.16 to avoid a lot of + warnings. see RT#66474 + https://rt.cpan.org/Public/Bug/Display.html?id=66474 + +2012/12/13 + + HTML::EntitiesLite added to make HTML::FromText work. + non-XS-ified HTML::Entities module derived from HTML::Parser + 3.69. HTML::FromText is modified to use it. + + HTML::EntitiesLite is enough for HTML::FromText since we can + use only encode_entities() not decode_entities, which depends + HTML::Parse XS engine. + 2012/04/21 Mail::Delivery::Net::INET6 @@ -10626,4 +10644,4 @@ このファイルを創設する:) -$FML: CHANGES.txt,v 1.331 2012/04/15 07:24:03 fukachan Exp $ +$FML: CHANGES.txt,v 1.332 2012/04/21 15:09:14 fukachan Exp $ |
