Mercurial > hg > rc1
diff vendor/pear/net_sieve/package.xml @ 35:05c4c32948af
.hgignore: add vendor tree
composer.json: new packages
plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff
index.php: commented debugging hooks
others: new releases of vendor packages?
author | Charlie Root |
---|---|
date | Thu, 30 Aug 2018 16:21:59 -0400 |
parents | 1e000243b222 |
children |
line wrap: on
line diff
--- a/vendor/pear/net_sieve/package.xml Sun May 27 16:53:56 2018 -0400 +++ b/vendor/pear/net_sieve/package.xml Thu Aug 30 16:21:59 2018 -0400 @@ -37,10 +37,10 @@ <email>amistry@am-productions.biz</email> <active>no</active> </lead> - <date>2017-05-21</date> + <date>2018-03-04</date> <version> - <release>1.4.0</release> - <api>1.4.0</api> + <release>1.4.3</release> + <api>1.4.1</api> </version> <stability> <release>stable</release> @@ -48,10 +48,8 @@ </stability> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes> -* Dropped PHP4 support, fixed PHP7 warnings -* Fixed E_DEPRECATED warning on Auth_SASL::factory() call -* Enable later TLS versions -</notes> +* Support GSSAPI authentication + </notes> <contents> <dir name="/" baseinstalldir="Net"> <dir name="tests"> @@ -77,11 +75,6 @@ <channel>pear.php.net</channel> <min>1.0</min> </package> - <package> - <name>PEAR</name> - <channel>pear.php.net</channel> - <min>1.0</min> - </package> </required> <optional> <package> @@ -94,6 +87,55 @@ <phprelease /> <changelog> <release> + <date>2018-02-14</date> + <version> + <release>1.4.2</release> + <api>1.4.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> + <notes> +* Composer: Fix license identifier, don't use unbound version numbers for deps + </notes> + </release> + <release> + <date>2017-05-26</date> + <version> + <release>1.4.1</release> + <api>1.4.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> + <notes> +* Use 8bit instead of latin1 for string length in bytes calculation +* Extend listScripts() so it's possible to get an active script name in one go +* Request #20491: Skip redundant CAPABILITY requests + </notes> + </release> + <release> + <date>2017-05-21</date> + <version> + <release>1.4.0</release> + <api>1.4.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> + <notes> +* Dropped PHP4 support, fixed PHP7 warnings +* Fixed E_DEPRECATED warning on Auth_SASL::factory() call +* Enable later TLS versions + </notes> + </release> + <release> <date>2015-01-20</date> <version> <release>1.3.4</release> @@ -366,8 +408,8 @@ </stability> <date>2004-03-13</date> <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> - <notes>* Fixed BUG #1006 - + <notes> +* Fixed BUG #1006 </notes> </release> <release> @@ -383,7 +425,6 @@ <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> <notes>* Fixed DIGEST-MD5 sasl version handling (sasl v1.xx responses are diferent than v2.xx) * Fixed LOGIN Method - </notes> </release> <release> @@ -415,7 +456,6 @@ * _login --> login: now is a public method (without breaking BC) * fix typo cmdAuthenticate() ---> _cmdAuthenticate() * _doCmd() now parses string responses also. - </notes> </release> <release> @@ -434,7 +474,6 @@ * added sample file test_sieve.php * fixed bug #591 * automagically selects the best auth method - </notes> </release> <release>