Skip to content

Commit

Permalink
Add note about PEAR_Exception usage, bump to RC3.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybeagle committed Jan 22, 2009
1 parent fb3dab1 commit 05ec3d8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
6 changes: 3 additions & 3 deletions makepackage.php
Expand Up @@ -58,10 +58,10 @@
$pfm->setChannel('pear.php.net');
$pfm->setAPIStability('beta');
$pfm->setReleaseStability('beta');
$pfm->setAPIVersion('1.0.0RC2');
$pfm->setReleaseVersion('1.0.0RC2');
$pfm->setAPIVersion('1.0.0RC3');
$pfm->setReleaseVersion('1.0.0RC3');
$pfm->setNotes('
* Switch to HTTP_Request2
Fix Exception throwing for PHP versions < 5.3.
');

//$pfm->addMaintainer('lead', 'saltybeagle', 'Brett', 'brett.bieber@gmail.com');
Expand Down
26 changes: 20 additions & 6 deletions package.xml
Expand Up @@ -19,19 +19,19 @@ trivial to build a validation system for web publishing.
<email>brett.bieber@gmail.com</email>
<active>yes</active>
</lead>
<date>2009-01-20</date>
<time>08:25:26</time>
<date>2009-01-22</date>
<time>09:44:22</time>
<version>
<release>1.0.0RC2</release>
<api>1.0.0RC2</api>
<release>1.0.0RC3</release>
<api>1.0.0RC3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Switch to HTTP_Request2
Fix Exception throwing for PHP versions &lt; 5.3.
</notes>
<contents>
<dir baseinstalldir="Services/W3C" name="/">
Expand All @@ -50,6 +50,7 @@ trivial to build a validation system for web publishing.
</dir> <!-- /docs -->
<dir name="HTMLValidator">
<file name="Error.php" role="php" />
<file name="Exception.php" role="php" />
<file name="Message.php" role="php" />
<file name="Response.php" role="php" />
<file name="Warning.php" role="php" />
Expand Down Expand Up @@ -187,8 +188,21 @@ Unit Tests now included, additional documentation and coding standards fixes.</n
</stability>
<date>2009-01-20</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* Switch to HTTP_Request2</notes>
</release>
<release>
<version>
<release>1.0.0RC3</release>
<api>1.0.0RC3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-01-22</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Switch to HTTP_Request2
Fix Exception throwing for PHP versions &lt; 5.3.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 05ec3d8

Please sign in to comment.