Hello community,
here is the log from the commit of package php5-pear-Horde_Mime for
openSUSE:Factory checked in at 2015-01-20 19:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Mime (Old)
and /work/SRC/openSUSE:Factory/.php5-pear-Horde_Mime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5-pear-Horde_Mime"
Changes:
--------
---
/work/SRC/openSUSE:Factory/php5-pear-Horde_Mime/php5-pear-Horde_Mime.changes
2013-01-07 17:32:39.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Mime.new/php5-pear-Horde_Mime.changes
2015-01-20 19:02:38.000000000 +0100
@@ -1,0 +2,214 @@
+Thu Jan 8 17:52:35 UTC 2015 - <[email protected]>
+
+- Version 2.6.1
+- [jan] Fix Horde_Mime::quotedPrintableEncode() (Bug #13769).
+
+-------------------------------------------------------------------
+Thu Jan 8 17:52:35 UTC 2015 - <[email protected]>
+
+- Version 2.6.0
+- [mms] Added Horde_Mime_Filter_Encoding class.
+- [mms] MIME decoding uses windows-1252 charset by default when iso-8859-1 is
identified in the MIME encoded string.
+- [mms] Move mime.mapping.php generation code from horde-support repository
into doc/ directory.
+
+-------------------------------------------------------------------
+Thu Jan 8 17:52:35 UTC 2015 - <[email protected]>
+
+- Version 2.5.2
+- [mms] Improved sanity checking when adding header data.
+
+-------------------------------------------------------------------
+Thu Jan 8 17:52:35 UTC 2015 - <[email protected]>
+
+- Version 2.5.1
+- [mms] Fix Horde_Mime_Headers_Deprecated#addReceivedHeader().
+- [mms] Fix Horde_Mime_Headers_Deprecated#listHeadersExists().
+
+-------------------------------------------------------------------
+Thu Jan 8 17:52:35 UTC 2015 - <[email protected]>
+
+- Version 2.5.0
+- [mms] Horde_Mime_Headers has been rewritten.
+- [mms] Correctly handle content parameters in a case-insensitive manner.
+- [mms] Correctly pass the 'no_body' parameter to parts embedded in a
message/rfc822 part in Horde_Mime_Part#parseMessage().
+- [mms] Fix parsing a base MIME-compliant message with no Content-Type
information.
+- [mms] Horde_Mime::is8bit() no longer requires the charset parameter.
+- [mms] Improved MIME encoding.
+- [mms] Deprecated Horde_Mime::quotedPrintableEncode() and move to
Horde_Mime_QuotedPrintable.
+- [mms] Moved MIME ID manipulation/query methods out of Horde_Mime and into
Horde_Mime_Id.
+- [mms] Use string-based ABNF-based parser for scanning MIME content
parameters instead of a regular expression (Bug #13587).
+- [mms] Moved content parameter handling methods out of Horde_Mime and into
Horde_Mime_ContentParam.
+- [mms] Deprecated Horde_Mime::generateMessageId() and move to
Horde_Mime_Headers.
+- [mms] Deprecated Horde_Mime::uudecode() and move to new Horde_Mime_Uudecode
class.
+- [mms] Add Auto-Submitted header to outgoing MDN messages.
+
+-------------------------------------------------------------------
+Thu Jan 8 17:52:35 UTC 2015 - <[email protected]>
+
+- Version 2.4.5
+- [mms] Fix generation of Original-Message-ID header in MDN notification (Bug
#13526).
+- [mms] Fix determination of user confirmation in certain instances.
+
+-------------------------------------------------------------------
+Thu Jan 8 17:52:35 UTC 2015 - <[email protected]>
+
+- Version 2.4.4
+- [mms] Fix fatal error in Horde_Mime_Mail#getBasePart() (Thomas M�ller
<[email protected]>).
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.4.3
+- [mms] Fix determination of part size when the part contains explicit sizing
information.
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.4.2
+- [mjr] Fix returning raw data of sent email.
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.4.1
+- [mjr] Fix returning stream containing raw email data.
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.4.0
+- [mjr] Add Horde_Mime_Mail#getRaw() for returning the raw email email data.
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.3.5
+- [mms] Ensure return from Horde_Mime_Part#getBytes() is an integer.
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.3.4
+- [mms] Fix regression in part size calculation for parts that contain the raw
contents.
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.3.3
+- [mms] Add Importance to list of headers that expects a single value.
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.3.2
+- [mms] Correctly set size of part when using Horde_Mime_Part::parseMessage()
and the 'no_body' option.
+
+-------------------------------------------------------------------
+Fri Jul 11 09:40:37 UTC 2014 - <[email protected]>
+
+- Version 2.3.1
+- [mms] Fix Horde_Mime_Part#buildMimeIds() when called on the base embedded
object of a parent part (Bug #13117).
+
+-------------------------------------------------------------------
+Tue Mar 11 07:07:53 UTC 2014 - <[email protected]>
+
+- Version 2.3.0
+- [mms] Horde_Mime_Headers#parseHeaders() now accepts resources and
Horde_Stream objects.
+
+-------------------------------------------------------------------
+Wed Feb 19 11:03:50 UTC 2014 - <[email protected]>
+
+- Version 2.2.9
+- [mms] Fixed access to a non-visible internal method when performing actions
on parts.
+
+-------------------------------------------------------------------
+Mon Feb 3 18:10:20 UTC 2014 - <[email protected]>
+
+- Version 2.2.8
+- [mms] Fix parsing MIME message that contains mixed EOLs (Bug #12842).
+
+-------------------------------------------------------------------
+Mon Feb 3 18:10:20 UTC 2014 - <[email protected]>
+
+- Version 2.2.7
+- [mms] Fix regression that broke quoted-printable encoding.
+
+-------------------------------------------------------------------
+Mon Feb 3 18:10:20 UTC 2014 - <[email protected]>
+
+- Version 2.2.6
+- [mjr] Work around broken PHP behavior that could cause a segfault when
encoding certain strings as quoted-printable.
+
+-------------------------------------------------------------------
+Mon Feb 3 18:10:20 UTC 2014 - <[email protected]>
+
+- Version 2.2.5
+- [mms] Remove stream filters before returning stream to calling code.
+- [mms] Support Horde_Mail_Transport_Smtphorde when sending messages.
+- [mms] Net_SMTP does not support sending via BINARYMIME.
+
+-------------------------------------------------------------------
+Mon Feb 3 18:10:20 UTC 2014 - <[email protected]>
+
+- Version 2.2.4
+- [mms] Fix parsing broken multipart messages (Bug #12536).
+- [mms] Use the correct EOL string when transfer encoding content (Bug #12452).
+
+-------------------------------------------------------------------
+Tue Jul 16 21:09:03 UTC 2013 - Ralf Lang <[email protected]>
+
+- Version 2.2.3
+- [jan] Fix setting a different body if reusing a Horde_Mime_Mail object.
+
+-------------------------------------------------------------------
+Wed Jul 3 11:29:35 UTC 2013 - Ralf Lang <[email protected]>
+
+- Version 2.2.2
+- [mms] Update MIME extension mapping.
+
+-------------------------------------------------------------------
+Wed Jun 5 13:03:36 UTC 2013 - Ralf Lang <[email protected]>
+
+- Version 2.2.1
+- [mms] Fix Horde_Mime_Part::getRawPartText() when obtaining the first body
part of a single part message.
+
+-------------------------------------------------------------------
+Wed May 29 13:07:08 UTC 2013 - Ralf Lang <[email protected]>
+
+- Version 2.2.0
+- [mms] Add 'no_body' parameter to Horde_Mime_Part#parseMessage().
+
+-------------------------------------------------------------------
+Thu May 2 07:00:39 UTC 2013 - Ralf Lang <[email protected]>
+
+- Version 2.1.1
+- [mms] Fix parsing wrapped header lines that contain no atom data (Bug
#12189).
+
+-------------------------------------------------------------------
+Thu May 2 07:00:39 UTC 2013 - Ralf Lang <[email protected]>
+
+- Version 2.1.0
+- [mms] Allow a Horde_Domhtml object to be directly passed in to
Horde_Mime_Related#cidReplace().
+- [mms] Content-Type parameters are case-insensitive (Bug #12161).
+- [mms] Sanity checking: ignore empty values for Content-Transfer-Encoding
MIME header (Bug #12146).
+- [mms] Null characters are no longer allowed in e-mail headers as of RFC 2822.
+- [mms] More accurate/comprehensive Horde_Mime::is8bit() check (Bug #12127).
+- [mms] Only use non-ASCII in MIME parameters when absolutely necessary.
+- [mms] Need to always add charset information to MIME encoded parameters if
they are not displayable in pure US-ASCII (Bug #12127).
++++ 17 more lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/php5-pear-Horde_Mime/php5-pear-Horde_Mime.changes
++++ and
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Mime.new/php5-pear-Horde_Mime.changes
Old:
----
Horde_Mime-2.0.2.tgz
New:
----
Horde_Mime-2.6.1.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php5-pear-Horde_Mime.spec ++++++
--- /var/tmp/diff_new_pack.xEhZxg/_old 2015-01-20 19:02:38.000000000 +0100
+++ /var/tmp/diff_new_pack.xEhZxg/_new 2015-01-20 19:02:38.000000000 +0100
@@ -24,7 +24,7 @@
Group: Development/Libraries/PHP
Name: php5-pear-Horde_Mime
-Version: 2.0.2
+Version: 2.6.1
Release: 0
Source0: http://pear.horde.org/get/Horde_Mime-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ Horde_Mime-2.0.2.tgz -> Horde_Mime-2.6.1.tgz ++++++
++++ 32571 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]