svn: /pear2/Pyrus_Developer/trunk/ package.xml package_compatible.xml
[email protected] (Brett Bieber)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Mon, 12 Jul 2010 14:27:54 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301197
Log:
Prep for 0.3.1 release.
Changed paths:
U pear2/Pyrus_Developer/trunk/package.xml
U pear2/Pyrus_Developer/trunk/package_compatible.xml
Modified: pear2/Pyrus_Developer/trunk/package.xml
===================================================================
--- pear2/Pyrus_Developer/trunk/package.xml 2010-07-12 14:25:53 UTC (rev 301196)
+++ pear2/Pyrus_Developer/trunk/package.xml 2010-07-12 14:27:54 UTC (rev 301197)
@@ -8,14 +8,27 @@
This package contains several custom commands for Pyrus.
Included are commands for:
-* Creating pear2 and pecl package skeletons
- $ php pyrus.phar generate-pear2 MyNewPackage
+
+* Creating PEAR2 and PECL package skeletons
+ * `php pyrus.phar generate-pear2 MyNewPackage`
+ * [generate-pear2 documentation][1]
* Creating a package.xml file
- $ php pyrus.phar make
+ * `php pyrus.phar make`
+ * [make documentation][2]
* Packaging PEAR2 and PEAR releases
- $ php pyrus.phar package
+ * `php pyrus.phar package`
+ * [package documentation][3]
* Running phpt tests and generating code coverage reports
- $ php pyrus.phar run-phpt -m
+ * `php pyrus.phar run-phpt -m`
+ * [run-phpt documentation][4]
+
+For more information, read the [documentation][5].
+
+[1]: http://pear.php.net/manual/en/pyrus.commands.generatepear2.php
+[2]: http://pear.php.net/manual/en/pyrus.commands.make.php
+[3]: http://pear.php.net/manual/en/pyrus.commands.package.php
+[4]: http://pear.php.net/manual/en/pyrus.commands.runphpt.php
+[5]: http://pear.php.net/manual/en/pyrus.developers.php
</description>
<lead>
<name>Gregory Beaver</name>
@@ -35,10 +48,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2010-06-10</date>
- <time>10:06:41</time>
+ <date>2010-07-12</date>
+ <time>09:26:58</time>
<version>
- <release>0.3.0</release>
+ <release>0.3.1</release>
<api>0.1.0</api>
</version>
<stability>
@@ -46,10 +59,10 @@
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
- <notes>Feature release:
+ <notes>Bugfix Release:
-* Change namespace from pear2 to PEAR2.
-* Add coverage web page example to the www directory.</notes>
+* Fix package command failure "Cannot locate PEAR2/Exception.php" [saltybeagle]
+* Remove unused elements in PEAR2 package skeleton generator [saltybeagle]</notes>
<contents>
<dir name="/">
<dir name="customcommand" baseinstalldir="/">
Modified: pear2/Pyrus_Developer/trunk/package_compatible.xml
===================================================================
--- pear2/Pyrus_Developer/trunk/package_compatible.xml 2010-07-12 14:25:53 UTC (rev 301196)
+++ pear2/Pyrus_Developer/trunk/package_compatible.xml 2010-07-12 14:27:54 UTC (rev 301197)
@@ -8,14 +8,27 @@
This package contains several custom commands for Pyrus.
Included are commands for:
-* Creating pear2 and pecl package skeletons
- $ php pyrus.phar generate-pear2 MyNewPackage
+
+* Creating PEAR2 and PECL package skeletons
+ * `php pyrus.phar generate-pear2 MyNewPackage`
+ * [generate-pear2 documentation][1]
* Creating a package.xml file
- $ php pyrus.phar make
+ * `php pyrus.phar make`
+ * [make documentation][2]
* Packaging PEAR2 and PEAR releases
- $ php pyrus.phar package
+ * `php pyrus.phar package`
+ * [package documentation][3]
* Running phpt tests and generating code coverage reports
- $ php pyrus.phar run-phpt -m
+ * `php pyrus.phar run-phpt -m`
+ * [run-phpt documentation][4]
+
+For more information, read the [documentation][5].
+
+[1]: http://pear.php.net/manual/en/pyrus.commands.generatepear2.php
+[2]: http://pear.php.net/manual/en/pyrus.commands.make.php
+[3]: http://pear.php.net/manual/en/pyrus.commands.package.php
+[4]: http://pear.php.net/manual/en/pyrus.commands.runphpt.php
+[5]: http://pear.php.net/manual/en/pyrus.developers.php
</description>
<lead>
<name>Gregory Beaver</name>
@@ -35,10 +48,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2010-06-10</date>
- <time>10:06:41</time>
+ <date>2010-07-12</date>
+ <time>09:26:58</time>
<version>
- <release>0.3.0</release>
+ <release>0.3.1</release>
<api>0.1.0</api>
</version>
<stability>
@@ -46,10 +59,10 @@
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
- <notes>Feature release:
+ <notes>Bugfix Release:
-* Change namespace from pear2 to PEAR2.
-* Add coverage web page example to the www directory.</notes>
+* Fix package command failure "Cannot locate PEAR2/Exception.php" [saltybeagle]
+* Remove unused elements in PEAR2 package skeleton generator [saltybeagle]</notes>
<contents>
<dir name="/">
<file role="www" name="www/PEAR2_Pyrus_Developer/pear2.php.net/CoverageAnalyzer/CoverageAnalyzer/index.php"/>