comparison 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
comparison
equal deleted inserted replaced
34:50ac5484d514 35:05c4c32948af
35 <name>Anish Mistry</name> 35 <name>Anish Mistry</name>
36 <user>amistry</user> 36 <user>amistry</user>
37 <email>amistry@am-productions.biz</email> 37 <email>amistry@am-productions.biz</email>
38 <active>no</active> 38 <active>no</active>
39 </lead> 39 </lead>
40 <date>2017-05-21</date> 40 <date>2018-03-04</date>
41 <version> 41 <version>
42 <release>1.4.0</release> 42 <release>1.4.3</release>
43 <api>1.4.0</api> 43 <api>1.4.1</api>
44 </version> 44 </version>
45 <stability> 45 <stability>
46 <release>stable</release> 46 <release>stable</release>
47 <api>stable</api> 47 <api>stable</api>
48 </stability> 48 </stability>
49 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> 49 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
50 <notes> 50 <notes>
51 * Dropped PHP4 support, fixed PHP7 warnings 51 * Support GSSAPI authentication
52 * Fixed E_DEPRECATED warning on Auth_SASL::factory() call 52 </notes>
53 * Enable later TLS versions
54 </notes>
55 <contents> 53 <contents>
56 <dir name="/" baseinstalldir="Net"> 54 <dir name="/" baseinstalldir="Net">
57 <dir name="tests"> 55 <dir name="tests">
58 <file name="largescript.siv" role="test" /> 56 <file name="largescript.siv" role="test" />
59 <file name="config.php.dist" role="test" /> 57 <file name="config.php.dist" role="test" />
75 <package> 73 <package>
76 <name>Net_Socket</name> 74 <name>Net_Socket</name>
77 <channel>pear.php.net</channel> 75 <channel>pear.php.net</channel>
78 <min>1.0</min> 76 <min>1.0</min>
79 </package> 77 </package>
80 <package>
81 <name>PEAR</name>
82 <channel>pear.php.net</channel>
83 <min>1.0</min>
84 </package>
85 </required> 78 </required>
86 <optional> 79 <optional>
87 <package> 80 <package>
88 <name>Auth_SASL</name> 81 <name>Auth_SASL</name>
89 <channel>pear.php.net</channel> 82 <channel>pear.php.net</channel>
92 </optional> 85 </optional>
93 </dependencies> 86 </dependencies>
94 <phprelease /> 87 <phprelease />
95 <changelog> 88 <changelog>
96 <release> 89 <release>
90 <date>2018-02-14</date>
91 <version>
92 <release>1.4.2</release>
93 <api>1.4.0</api>
94 </version>
95 <stability>
96 <release>stable</release>
97 <api>stable</api>
98 </stability>
99 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
100 <notes>
101 * Composer: Fix license identifier, don't use unbound version numbers for deps
102 </notes>
103 </release>
104 <release>
105 <date>2017-05-26</date>
106 <version>
107 <release>1.4.1</release>
108 <api>1.4.0</api>
109 </version>
110 <stability>
111 <release>stable</release>
112 <api>stable</api>
113 </stability>
114 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
115 <notes>
116 * Use 8bit instead of latin1 for string length in bytes calculation
117 * Extend listScripts() so it's possible to get an active script name in one go
118 * Request #20491: Skip redundant CAPABILITY requests
119 </notes>
120 </release>
121 <release>
122 <date>2017-05-21</date>
123 <version>
124 <release>1.4.0</release>
125 <api>1.4.0</api>
126 </version>
127 <stability>
128 <release>stable</release>
129 <api>stable</api>
130 </stability>
131 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
132 <notes>
133 * Dropped PHP4 support, fixed PHP7 warnings
134 * Fixed E_DEPRECATED warning on Auth_SASL::factory() call
135 * Enable later TLS versions
136 </notes>
137 </release>
138 <release>
97 <date>2015-01-20</date> 139 <date>2015-01-20</date>
98 <version> 140 <version>
99 <release>1.3.4</release> 141 <release>1.3.4</release>
100 <api>1.3.0</api> 142 <api>1.3.0</api>
101 </version> 143 </version>
364 <release>stable</release> 406 <release>stable</release>
365 <api>stable</api> 407 <api>stable</api>
366 </stability> 408 </stability>
367 <date>2004-03-13</date> 409 <date>2004-03-13</date>
368 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> 410 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
369 <notes>* Fixed BUG #1006 411 <notes>
370 412 * Fixed BUG #1006
371 </notes> 413 </notes>
372 </release> 414 </release>
373 <release> 415 <release>
374 <version> 416 <version>
375 <release>1.0.0</release> 417 <release>1.0.0</release>
381 </stability> 423 </stability>
382 <date>2004-03-10</date> 424 <date>2004-03-10</date>
383 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> 425 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
384 <notes>* Fixed DIGEST-MD5 sasl version handling (sasl v1.xx responses are diferent than v2.xx) 426 <notes>* Fixed DIGEST-MD5 sasl version handling (sasl v1.xx responses are diferent than v2.xx)
385 * Fixed LOGIN Method 427 * Fixed LOGIN Method
386
387 </notes> 428 </notes>
388 </release> 429 </release>
389 <release> 430 <release>
390 <version> 431 <version>
391 <release>0.9.1</release> 432 <release>0.9.1</release>
413 * added hasAuthMech() to check if the server has a particular auth method 454 * added hasAuthMech() to check if the server has a particular auth method
414 * _connect --&gt; connect: now is a public method (without breaking BC) 455 * _connect --&gt; connect: now is a public method (without breaking BC)
415 * _login --&gt; login: now is a public method (without breaking BC) 456 * _login --&gt; login: now is a public method (without breaking BC)
416 * fix typo cmdAuthenticate() ---&gt; _cmdAuthenticate() 457 * fix typo cmdAuthenticate() ---&gt; _cmdAuthenticate()
417 * _doCmd() now parses string responses also. 458 * _doCmd() now parses string responses also.
418
419 </notes> 459 </notes>
420 </release> 460 </release>
421 <release> 461 <release>
422 <version> 462 <version>
423 <release>0.9.0</release> 463 <release>0.9.0</release>
432 <notes>* Added setDebug() method and debugging capabilities 472 <notes>* Added setDebug() method and debugging capabilities
433 * added disconnect() method 473 * added disconnect() method
434 * added sample file test_sieve.php 474 * added sample file test_sieve.php
435 * fixed bug #591 475 * fixed bug #591
436 * automagically selects the best auth method 476 * automagically selects the best auth method
437
438 </notes> 477 </notes>
439 </release> 478 </release>
440 <release> 479 <release>
441 <version> 480 <version>
442 <release>0.8.1</release> 481 <release>0.8.1</release>