Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory checked in at 2012-11-28 14:52:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client (Old)
 and      /work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5-pear-Horde_Imap_Client", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
  2012-01-19 16:56:33.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new/php5-pear-Horde_Imap_Client.changes
     2012-11-28 14:52:46.000000000 +0100
@@ -1,0 +2,89 @@
+Tue Nov 27 21:16:58 UTC 2012 - Ralf Lang <l...@b1-systems.de>
+
+- Version 2.2.2
+- [jan] Add Dutch translation (Arjen de Korte <build+ho...@de-korte.org>).
+- [mms] Fix returning UIDNEXT when using UIDNEXT_FORCE and the server does not 
automatically return this information.
+- [mms] Significant optimization to append() command.
+- [mms] Add abstracted syncing methods to Horde_Imap_Client_Base.
+- [mms] Workaround broken BINARY extension on Cyrus servers.
+
+
+-------------------------------------------------------------------
+Tue Nov 20 15:36:43 UTC 2012 -  <sag...@b1-systems.de>
+
+- Version 2.2.0
+- [mms] LIST-STATUS does not depend on LIST-EXTENDED.
+- [mms] Add dependency checking for capabilities.
+- [mms] Allow multiple date searches to be specified in a single AND search 
query.
+- [mms] Fix deleting cached mailbox when mailbox name is given as an object.
+- [mms] Fix 'changedsince' and 'vanished' parameters' in the fetch() command 
(Bug #10915).
+- [jan] Add German translation.
+- [jan] Add Spanish translation (Manuel P. Ayala <may...@unex.es>).
+- [mms] Implement more efficient serialization for Thread data objects.
+- [mms] Move server debug information from exception error message to 
'details' property of exception object.
+- [mms] Fix METADATA_TOOMANY and METADATA_NOPRIVATE exception codes.
+- [mms] All user-directed exception messages are now translated.
+- [mms] Added Horde_Imap_Client_Exception_NoSupportExtension.
+- [mms] Incorrect method calls now throw SPL errors instead of 
Horde_Imap_Client_Exceptions.
+- [jan] Fix translations when installed through PEAR.
+- [mms] Fix objects where the password is not being encrypted (Bug #10950).
+- [mms] Workaround non-ASCII data in bodystructure return from IMAP server.
+- [mms] Fix several faulty translation strings (Bug #10958).
+- [mms] Re-release of 1.4.3 due to broken PEAR .tgz package.
+- [mms] Add Horde_Imap_Client_Base#setParam() (Bug #10680).
+- [mms] Return correct authentication error if authentication fails after the 
original login (Bug #11007).
+- [mms] Do case-insensitive check for NIL in IMAP data.
+- [mms] Correctly support RFC 822 groups in envelope data.
+- [mms] Envelope address data now returned as Horde_Mail_Rfc822_Address 
objects.
+- [mms] Other places where bodystructure may return literals.
+- [mms] Workaround PHP bug when using serialized Envelope data created by 
Horde_Imap_Client < 1.5.0 (Bug #11026).
+- [mms] Fix accessing STATUS information for mailboxes with non 7-bit 
characters.
+- [mms] Fix 'vanished' return from fetch().
+- [mms] Fix CHANGEDSINCE search if no FETCH attributes were specified (Bug 
#11132).
+- [mms] Fix search charset detection for servers that do not send the 
BADCHARSET response code (Bug #11117).
+- [mms] Workaround IMAP servers with broken CATENATE implementations (Bug 
#11111).
+- [jan] Fix sending ID requests.
+- [jan] Add Finnish translation (Leena Heino <li...@uta.fi>).
+- [mms] Rewrite of caching system. Fixes a few bugs, and should be more 
efficient.
+- [mms] Clear imapproxy status when logging out.
+- [mms] Fixed PHP 5.2 incompatibility (Bug #11137).
+- [mms] Fix regression in caching code (Bug #11143).
+- [mms] Improved handling of multi-accessed mailboxes and the 
FETCH/STORE/SEARCH commands (RFC 2180 [2-4]).
+- [mms] Fix sorting of numeric mailboxes with leading zeros.
+- [mms] Optimize statusMultiple() when polling mailboxes containing wildcard 
characters.
+- [mms] Correctly handle any resource key supported by the QUOTA extension.
+- [mms] Fix determining sequence numbers when caching is active (Bug #11294).
+- [mms] Fix CRAM-MD5 authentication (Bug #11449; patric...@patrickdk.com).
+- [mms] Allow SSL version to be explicitly chosen via 'secure' configuration 
option (Request #11435).
+- [mms] Fix POP3 regression that broken envelope data parsing (Bug #11477).
+- [mms] Fix outputting the host part when using 
Horde_Imap_Client_Utils#createUrl().
+- [mms] Fix obtaining UIDs for APPENDed messages when the server doesn't 
support APPENDUID.
+- [mms] Fix reinitializing a prior authenticated client object when the IMAP 
server subsequently becomes unavailable (Bug #11413).
+- [mms] Fix CRAM-MD5 authentication for POP3 driver (Bug #11449).
+- [mms] Allow SSL version to be explicitly chosen via 'secure' configuration 
option for POP3 driver (Request #11435).
+- [mms] Fix regression in Horde_Imap_Client_Base#listMailboxes() return when 
both the 'flat' and 'sort' options are active.
+- [mms] Add STATUS_SYNCMODSEQ, STATUS_SYNCFLAGUIDS, and STATUS_SYNCVANISHED 
return options to Horde_Imap_Client_Base#status().
+- [mms] Split debugging code from Base driver into separate object.
+- [mms] Fix double encoding of non-ASCII elements in listMailboxes() (Bug 
#11608).
+- [mms] Fix regression for non-cached Socket objects (Bug #11605).
+- [mms] Improved handling of server write errors in the Socket driver.
+- [mms] Add support for IMAP MOVE command.
+- [mms] Correctly handle FETCH results intermingled with EXPUNGE/VANISHED 
requests within a single request.
+- [mms] Correctly handle EXISTS/EXPUNGE/VANISHED untagged responses which may 
appear at any time.
+- [mms] Fix handling message sequence number actions returned from server when 
using CONDSTORE/QRESYNC.
+- [mms] Massive performance increase for cached FETCH queries.
+- [mms] Fix parsing empty ACL responses.
+- [mms] Allow Horde_Imap_Client_Base#vanished() to work with non-QRESYNC 
servers if the 'ids' option is given.
+- [mms] Always map UIDs to sequence numbers if resolving an all UIDs search.
+- [mms] Ignore empty ID search queries.
+- [mms] Fix determining subscribed mailbox list when not using LIST-EXTENDED 
(Bug #11608).
+- [mms] Work around servers that incorrectly implement the LIST-EXTENDED 
command.
+- [mms] Correctly workaround servers that incorrectly implement the 
LIST-EXTENDED command.
+- [mms] Fix parsing PARSE response code associated with an OK response.
+- [mms] Workaround broken BINARY implementation on UW-IMAP servers.
+- [mms] If we have binary data, and server doesn't support BINARY extension, 
send data anyway since we don't have any other option.
+- [mms] Correctly increment UIDNEXT when an EXISTS response is issued after 
the mailbox is opened (Bug #11679).
+- [mms] Fix regression that may have caused message flags to have been 
improperly cached if debugging was disabled (Bug #11665).
+
+
+-------------------------------------------------------------------

Old:
----
  Horde_Imap_Client-1.3.1.tgz

New:
----
  Horde_Imap_Client-2.2.2.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5-pear-Horde_Imap_Client.spec ++++++
--- /var/tmp/diff_new_pack.7hncsb/_old  2012-11-28 14:52:48.000000000 +0100
+++ /var/tmp/diff_new_pack.7hncsb/_new  2012-11-28 14:52:48.000000000 +0100
@@ -24,19 +24,21 @@
 Group:          Development/Libraries/PHP
 
 Name:           php5-pear-Horde_Imap_Client
-Version:        1.3.1
+Version:        2.2.2
 Release:        0
 Source0:        http://pear.horde.org/get/Horde_Imap_Client-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://pear.horde.org/package/Horde_Imap_Client
-BuildRequires:  php5-pear >= 1.4.7
-Requires:       php5-pear-Horde_Exception < 2.0.0
-Requires:       php5-pear-Horde_Mime < 2.0.0
-Requires:       php5-pear-Horde_Util < 2.0.0
-Requires:       php5-pear-Horde_Secret < 2.0.0
-Requires:       php5-pear-Horde_Cache < 2.0.0
-Requires:       php5-pear-Horde_Stream_Filter < 2.0.0
-Requires:       php5-pear >= 1.7.0
+Requires:       php >= 5.3.3
+BuildRequires:  php >= 5.3.3
+BuildRequires:  php-pear >= 1.4.7
+Requires:       php-pear >= 1.7.0
+Requires:       php5-pear-Horde_Cache >= 2.0.0
+Requires:       php5-pear-Horde_Exception >= 2.0.0
+Requires:       php5-pear-Horde_Mime >= 2.0.0
+Requires:       php5-pear-Horde_Secret >= 2.0.0
+Requires:       php5-pear-Horde_Stream_Filter >= 2.0.0
+Requires:       php5-pear-Horde_Util >= 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:       php5-pear-channel-horde
 BuildArch:      noarch
@@ -44,12 +46,12 @@
 %define pear_name  Horde_Imap_Client
 %define pear_sname horde_imap_client
 # Fix for renaming (package convention)
-Provides:       php5-pear-%{pear_sname} = %{version}
-Provides:       php-pear-%{pear_sname} = %{version}
 Provides:       pear-%{pear_sname} = %{version}
-Obsoletes:      php5-pear-%{pear_sname} < %{version}
-Obsoletes:      php-pear-%{pear_sname} < %{version}
+Provides:       php-pear-%{pear_sname} = %{version}
+Provides:       php5-pear-%{pear_sname} = %{version}
 Obsoletes:      pear-%{pear_sname} < %{version}
+Obsoletes:      php-pear-%{pear_sname} < %{version}
+Obsoletes:      php5-pear-%{pear_sname} < %{version}
 
 %description
 This package provides an abstracted API interface to various IMAP4rev1 

++++++ Horde_Imap_Client-1.3.1.tgz -> Horde_Imap_Client-2.2.2.tgz ++++++
++++ 43326 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to