Skip to content

Commit

Permalink
Prep for QA release, package 2.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_POP3/trunk@284691 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
CloCkWeRX committed Jul 24, 2009
1 parent 54dacc8 commit 400e467
Showing 1 changed file with 91 additions and 90 deletions.
181 changes: 91 additions & 90 deletions package.xml
@@ -1,37 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.5.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<package packagerversion="1.8.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Net_POP3</name>
<channel>pear.php.net</channel>
<summary>Provides a POP3 class to access POP3 server.</summary>
<description>
Provides a POP3 class to access POP3 server. Support all POP3 commands
<description>Provides a POP3 class to access POP3 server. Support all POP3 commands
including UIDL listings, APOP authentication, DIGEST-MD5 and CRAM-MD5
using optional Auth_SASL package
</description>
using optional Auth_SASL package</description>
<lead>
<name>Richard Heyes</name>
<user>richard</user>
<email>richard@php.net</email>
<active>yes</active>
<active>no</active>
</lead>
<lead>
<name>Damian Fernandez Sosa</name>
<user>damian</user>
<email>damlists@cnba.uba.ar</email>
<active>yes</active>
<active>no</active>
</lead>
<lead>
<name>George Schlossnagle</name>
<user>gschlossnagle</user>
<email>george@omniti.com</email>
<active>yes</active>
<active>no</active>
</lead>

<date>2007-03-27</date>
<time>14:05:52</time>
<date>2009-07-24</date>
<time>15:32:37</time>
<version>
<release>1.3.7</release>
<api>1.3.7</api>
Expand All @@ -41,27 +35,23 @@ http://pear.php.net/dtd/package-2.0.xsd">
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>

<notes>
* Comment -> docblock. This should fix bug #8171: Add return types and description
* Fixing bug #8420: Copy&amp;Paste issue ;) (wrong error message)
QA release
Bug #3140 Error handling in _sendCmd
Bug #3551 Bug #2663 not fixed yet
Bug #7644 POP3 Line Concatenation Function will fail and halt the program
Updated to Package 2.0
Comment -&gt; docblock. This should fix bug #8171: Add return types and description
Bug #8420: Copy&amp;Paste issue ;) (wrong error message)
* Convert to package.xml v2
* Fail when authentication method is not supported
* Fixing #7644: bug POP3 Line Concatenation Function will fail and halt the program
</notes>
<contents>
<dir name="/">
<dir name="Net">
<file name="POP3.php" role="php"/>
</dir>
<dir name="docs">
<dir name="examples">
<file name="Net_POP3_example.php" role="doc" />
</dir>
</dir>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" md5sum="485df6069799d3a4ea27012e31608789" name="docs/examples/Net_POP3_example.php" role="doc" />
<file baseinstalldir="/" md5sum="12bfe491b7998d5e37045924c4be3449" name="Net/POP3.php" role="php" />
</dir>
</contents>

<dependencies>
<required>
<php>
Expand All @@ -84,85 +74,74 @@ http://pear.php.net/dtd/package-2.0.xsd">
</package>
</optional>
</dependencies>

<phprelease />

<changelog>

<release>
<version>
<release>1.3.6</release>
<api>1.3.6</api>
<release>1.1</release>
<api>1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-04-05</date>
<date>2002-02-13</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Fixed Bug #3551 Bug #2663 not fixed yet.
* Fixed Bug #3410 Error handling in _sendCmd
* Fixed Bug #1942 wrong parameter-type specification in Net_POP3::login
* Fixed Bug #239 Missing phpdoc tag.
Renamed file to POP3.php
</notes>
</release>

<release>
<version>
<release>1.3.5</release>
<api>1.3.5</api>
<release>1.2</release>
<api>1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-02-02</date>
<date>2002-07-27</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Fixed Bug #3141 $pop3-&gt;getListing() returns empty fields. thanks to culmat at gmx dot net
License change
</notes>
</release>

<release>
<version>
<release>1.3.4</release>
<api>1.3.4</api>
<release>1.3</release>
<api>1.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-12-05</date>
<date>2004-03-03</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Fixed Bug #2440 thanks to erickoh at jobsfactory dot com
* Fixed Bug #2453 :Mistake in PEAR Doc for Net_POP3 example. thanks to erickoh at jobsfactory dot com
* Removed double quotes in _authLogin() fixes Bug #2454 :AUTH LOGIN user and pass need to be enclosed in double quotes?. thanks to erickoh at jobsfactory dot com
* Fixed Bug #2523 : Unable to login to Qmail servers. thanks to johann dot hoehn at ecommerce dot com
* Fixed Bug #2646 :APOP attempted when not supported. thanks to osdave at nospam_davepar dot com
* Added debug capabilities
* Added _recvLn() and _send($data) to support debug and better check socket errors
* Added SASL AUTH capabilities
* if installed automatically uses Auth_SASL
* Added LOGIN,PLAIN,DIGEST-MD5 and CRAM-MD5
* Modified APOP and USER auths
* Now the class automagically selects the best auth method
</notes>
</release>

<release>
<version>
<release>1.3.3</release>
<api>1.3.3</api>
<release>1.3.1</release>
<api>1.3.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-09-15</date>
<date>2004-03-18</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* _sendCmd now return PEAR_Error on error instead of false making error check easy
* Fixes bug #2175 login() which uses DIGEST-MD5 always returns true.
* All the Login methods now uses PEAR_Error instead of &apos;false&apos; finding the error cause is now easy
* Disabling DIGEST-MD5 until I can make work whit saslv2 (saslv2 and saslv1 responses are different )
* Solves a bug in the auth code when the AUTH method is set to APOP but the server fall back to user and pass
</notes>
</release>

<release>
<version>
<release>1.3.2</release>
Expand All @@ -175,79 +154,101 @@ http://pear.php.net/dtd/package-2.0.xsd">
<date>2004-06-26</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Fixes bug #1505
* Fixes bug #1505
</notes>
</release>

<release>
<version>
<release>1.3.1</release>
<api>1.3.1</api>
<release>1.3.3</release>
<api>1.3.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-03-18</date>
<date>2004-09-15</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Solves a bug in the auth code when the AUTH method is set to APOP but the server fall back to user and pass
* _sendCmd now return PEAR_Error on error instead of false making error check easy
* Fixes bug #2175 login() which uses DIGEST-MD5 always returns true.
* All the Login methods now uses PEAR_Error instead of &apos;false&apos; finding the error cause is now easy
* Disabling DIGEST-MD5 until I can make work whit saslv2 (saslv2 and saslv1 responses are different )
</notes>
</release>

<release>
<version>
<release>1.3</release>
<api>1.3</api>
<release>1.3.4</release>
<api>1.3.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-03-03</date>
<date>2004-12-05</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Added debug capabilities
* Added _recvLn() and _send($data) to support debug and better check socket errors
* Added SASL AUTH capabilities
* if installed automatically uses Auth_SASL
* Added LOGIN,PLAIN,DIGEST-MD5 and CRAM-MD5
* Modified APOP and USER auths
* Now the class automagically selects the best auth method
* Fixed Bug #2440 thanks to erickoh at jobsfactory dot com
* Fixed Bug #2453 :Mistake in PEAR Doc for Net_POP3 example. thanks to erickoh at jobsfactory dot com
* Removed double quotes in _authLogin() fixes Bug #2454 :AUTH LOGIN user and pass need to be enclosed in double quotes?. thanks to erickoh at jobsfactory dot com
* Fixed Bug #2523 : Unable to login to Qmail servers. thanks to johann dot hoehn at ecommerce dot com
* Fixed Bug #2646 :APOP attempted when not supported. thanks to osdave at nospam_davepar dot com
</notes>
</release>

<release>
<version>
<release>1.2</release>
<api>1.2</api>
<release>1.3.5</release>
<api>1.3.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-07-27</date>
<date>2005-02-02</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
License change
* Fixed Bug #3141 $pop3-&gt;getListing() returns empty fields. thanks to culmat at gmx dot net
</notes>
</release>

<release>
<version>
<release>1.1</release>
<api>1.1</api>
<release>1.3.6</release>
<api>1.3.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-02-13</date>
<date>2005-04-05</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
Renamed file to POP3.php
* Fixed Bug #3551 Bug #2663 not fixed yet.
* Fixed Bug #3410 Error handling in _sendCmd
* Fixed Bug #1942 wrong parameter-type specification in Net_POP3::login
* Fixed Bug #239 Missing phpdoc tag.
</notes>
</release>
<release>
<version>
<release>1.3.7</release>
<api>1.3.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-07-24</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
QA release
Bug #3140 Error handling in _sendCmd
Bug #3551 Bug #2663 not fixed yet
Bug #7644 POP3 Line Concatenation Function will fail and halt the program
Updated to Package 2.0
Comment -&gt; docblock. This should fix bug #8171: Add return types and description
Bug #8420: Copy&amp;Paste issue ;) (wrong error message)
* Convert to package.xml v2
* Fail when authentication method is not supported
</notes>
</release>

</changelog>
</package>
</package>

0 comments on commit 400e467

Please sign in to comment.