Package Release Info

perl-MIME-tools-5.515.0-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-MIME-tools

Change Logs

* Thu Apr 25 2024 Tina Müller <timueller+perl@suse.de>
- updated to 5.515
  see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
  5.515	  2024-04-24  Dianne Skoll <dianne@skoll.ca>
  * VERSION 5.514 RELEASED
  * Fix the "version" setting in META.yml.  There are no other changes
  since 5.514.
* Wed Feb 07 2024 Tina Müller <timueller+perl@suse.de>
- updated to 5.514
  see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
  5.514	  2024-02-06  Dianne Skoll <dianne@skoll.ca>
  * VERSION 5.514 RELEASED
  * Move the guts of the ambiguous_content method to MIME::Head
  * Add MIME::Entity->ambiguous_content that returns true if
  this entity or any of its parts, recursively, has a MIME::Head
  whose ambiguous_content method returns true.
  * Keep MIME::Parser->ambiguous_content as a cached version of the
  most recently parsed $entity->ambiguous_content.
  * BUGFIX: Add some missing files to MANIFEST
  5.513	  2024-01-25  Dianne Skoll <dianne@skoll.ca>
  * VERSION 5.513 RELEASED
  * Add MIME::Parser->ambiguous_content to indicate one of several
    types of ambiguous MIME content that could be security risks.
  * Add the '@duplicate_parameters' pseudo-parameter to let caller
    detect duplicate MIME parameters on a MIME header.
  5.512	  2024-01-08  Dianne Skoll <dianne@skoll.ca>
  * VERSION 5.512 RELEASED
  * Use much larger chunk sizes for Base-64 encoding which reduces
  both encoding time and space overhead.
  https://rt.cpan.org/Ticket/Display.html?id=128400
  https://rt.cpan.org/Ticket/Display.html?id=130110
* Wed Jan 03 2024 Tina Müller <timueller+perl@suse.de>
- updated to 5.511
  see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
  5.511	  2024-01-02  Dianne Skoll <dianne@skoll.ca>
  * VERSION 5.511 RELEASED
  * Silence a warning if used with a development version of
  MIME::QuotedPrint
  https://rt.cpan.org/Ticket/Display.html?id=150118
  https://rt.cpan.org/Ticket/Display.html?id=149225
* Thu Jul 07 2022 Tina Müller <timueller+perl@suse.de>
- updated to 5.510
  see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
* Fri Apr 07 2017 coolo@suse.com
- updated to 5.509
  see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
  5.509	  2017-04-05  Dianne Skoll <dfs@roaringpenguin.com>
  * VERSION 5.509 RELEASED
  * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=120871
  Makefile.PL fails with no '.' in @INC
  * 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 2016 coolo@suse.com
- updated to 5.508
  see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
  5.508	  2016-08-29  Dianne Skoll <dfs@roaringpenguin.com>
  * VERSION 5.508 RELEASED
  * Fix test broken by Perl update
  https://rt.cpan.org/Ticket/Display.html?id=113887
* Mon May 30 2016 bwiedemann@suse.com
- Add MIME-tools-5.507-rt113887.patch from fedora
  to fix test failure with new MailTools
* Fri Oct 02 2015 coolo@suse.com
- updated to 5.507
  see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
  5.507	  2015-09-30  Dianne Skoll <dfs@roaringpenguin.com>
  * 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 02 2015 coolo@suse.com
- updated to 5.506
  see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
* Mon Jun 17 2013 coolo@suse.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