Skip to content

Commit

Permalink
Update package.xml for 0.9.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pecl/xhprof/trunk@277550 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
kannan committed Mar 21, 2009
1 parent 48b3325 commit 4a5298e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
For installation and usage notes refer to:
xhprof_html/docs/index.html

To view the latest version of the doc, go to:
http://pecl.php.net/package/xhprof ---> [View Documentation]


27 changes: 22 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package packagerversion="0.9.0" 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
<package packagerversion="1.4.7" 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">
Expand Down Expand Up @@ -40,18 +40,18 @@ from multiple runs.
<email>haiping@php.net</email>
<active>yes</active>
</developer>
<date>2009-03-17</date>
<date>2009-03-21</date>
<version>
<release>0.9.0</release>
<api>0.9.0</api>
<release>0.9.1</release>
<api>0.9.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
<notes>
-- initial release of xhprof
-- doc improvements/fixes
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -127,5 +127,22 @@ from multiple runs.
</dependencies>
<providesextension>xhprof</providesextension>
<extsrcrelease/>
<changelog>
<release>
<version>
<release>0.9.0</release>
<api>0.9.0</api>
</version>
<date>2009-03-17</date>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
-- initial release of xhprof
</notes>
</release>

</changelog>

</package>

0 comments on commit 4a5298e

Please sign in to comment.