Changelog for
perl-MIME-tools-5.509-38.1.noarch.rpm :
Fri Apr 7 14:00:00 2017 cooloAATTsuse.com
- updated to 5.509
see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
5.509 2017-04-05 Dianne Skoll
* VERSION 5.509 RELEASED
* Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=120871
Makefile.PL fails with no \'.\' in AATTINC
* Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=118262
Test t/Ref.t fails on Windows install
* Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=119166
MIME::Parser::parse_data() should check what it gets back...
* Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=119568
Allow
to be used as line-end delimeter when outputting MIME
message.
Wed Aug 31 14:00:00 2016 cooloAATTsuse.com
- updated to 5.508
see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
5.508 2016-08-29 Dianne Skoll
* VERSION 5.508 RELEASED
* Fix test broken by Perl update
https://rt.cpan.org/Ticket/Display.html?id=113887
Mon May 30 14:00:00 2016 bwiedemannAATTsuse.com
- Add MIME-tools-5.507-rt113887.patch from fedora
to fix test failure with new MailTools
Fri Oct 2 14:00:00 2015 cooloAATTsuse.com
- updated to 5.507
see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
5.507 2015-09-30 Dianne Skoll
* VERSION 5.507 RELEASED
* Fix parsing bug
https://rt.cpan.org/Public/Bug/Display.html?id=105455
* Fix typo that broke MIME::Body::incore->open() on Perl 5.20
Sat May 2 14:00:00 2015 cooloAATTsuse.com
- updated to 5.506
see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
Mon Jun 17 14:00:00 2013 cooloAATTsuse.com
- updated to 5.504
* Fix encoding of MIME parameters that contain a quoted
string: \"like \\\"this\"
https://rt.cpan.org/Public/Bug/Display.html?id=80433
* Suppress useless warnings from tests
https://rt.cpan.org/Public/Bug/Display.html?id=80679
* Fix long-standing bug in encode_mimewords that can
break multibyte-encodings (eg, utf-8)
https://rt.cpan.org/Public/Bug/Display.html?id=5462
* Avoid inappropriately untainting data
https://rt.cpan.org/Public/Bug/Display.html?id=67119
* Localise $\\ to avoid parsing problems if it\'s set elsewhere
https://rt.cpan.org/Public/Bug/Display.html?id=71041
* Improve exorcising of filenames
https://rt.cpan.org/Public/Bug/Display.html?id=71677
* Fix potential race condition in t/Smtpsend.t
https://rt.cpan.org/Public/Bug/Display.html?id=68879
* Allow native I/O on File::Handle objects
https://rt.cpan.org/Public/Bug/Display.html?id=72538
* Add \"recommends Convert::BinHex\" clause to Makefile.PL
https://rt.cpan.org/Public/Bug/Display.html?id=72223
* Add module_name to Makefile.PL
https://rt.cpan.org/Public/Bug/Display.html?id=77138
* Fix \"Uninitialized value\" warning
https://rt.cpan.org/Public/Bug/Display.html?id=77190
* Don\'t run t/Smtpsend.t on systems that lack fork()
https://rt.cpan.org/Public/Bug/Display.html?id=77351
* Add \"use strict\" everywhere
Wed Mar 9 13:00:00 2011 vcizekAATTnovell.com
- update to 5.502
* NOTE to packagers (Debian, Red Hat, FreeBSD, etc.): Do not ship
MIME::tools 5.500 or 5.501. They both had serious bugs!
* Fix parsing bug: https://rt.cpan.org/Ticket/Display.html?id=66025
* Fix typo: https://rt.cpan.org/Ticket/Display.html?id=65387
* Fix unit tests on Perl 5.8.x: https://rt.cpan.org/Ticket/Display.html?id=66188
* Fix unit test failure on Win32: (https://rt.cpan.org/Ticket/Display.html?id=66286)
Mon Feb 21 13:00:00 2011 vcizekAATTnovell.com
- update to 5.501
* Add build_requires \'Test::Deep\'; to Makefile (rt.cpan.org #64659)
* Fix spelling errors (rt.cpan.org #64610)
* Fix double-decoding bug when decoding RFC-2231-encoded parameters
(rt.cpan.org #65162)
* Fix inappropriate inclusion of CR characters in parsed headers
Tue Jan 11 13:00:00 2011 vcizekAATTnovell.com
- added dependency perl-Test-Deep
- updated to 5.500
* (cleanup) IO-Stringy (specifically, IO::ScalarArray, IO::Lines, and
IO::InnerFile) is no longer used
* (ticket 22684) Fix deadlock in filter() when invoking external
programs such as gzip. (Alexey Tourbin )
* Remove auto_install from Makefile.PL
* (ticket 60931) If preamble is empty, make sure it\'s still empty after roundtripping through MIME::Entity
* (ticket 63739) Properly decude RFC2231 encodings in attachment filenames
Wed Dec 1 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
Fri Jul 16 14:00:00 2010 anickaAATTsuse.cz
- update to 5.428
* Only bind to localhost in smtpsend test, rather than to all
available interfaces.
* bugfixes
Thu Mar 25 13:00:00 2010 roAATTsuse.de
- use perl_vendorlib in install section
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Aug 10 14:00:00 2009 anickaAATTsuse.cz
- add dependency in perl-Convert-BinHex (bnc#527387)
Mon Jul 27 14:00:00 2009 cooloAATTnovell.com
- require File::Temp and don\'t install from cpan