Skip to content

Commit

Permalink
QA release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_URL_Mapper/trunk@304842 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
CloCkWeRX committed Oct 25, 2010
1 parent 33b61b3 commit 3b896b4
Showing 1 changed file with 56 additions and 20 deletions.
76 changes: 56 additions & 20 deletions package.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.5.0RC1" 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.9.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_URL_Mapper</name>
<channel>pear.php.net</channel>
<summary>Provides a simple and flexible way to build nice URLs for web applications.</summary>
Expand All @@ -18,30 +15,41 @@ own router.</description>
<email>golgote@mamasam.com</email>
<active>yes</active>
</lead>
<date>2007-03-28</date>
<time>12:55:10</time>
<date>2010-10-25</date>
<time>23:00:54</time>
<version>
<release>0.9.0</release>
<release>0.9.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>Initial release</notes>
<notes>
Automatically built QA release
Doc #14700 Docs - till

Bug #16050 URL generation problem with query parameters - kguest

Bug #17271 small tweaks required to get unit tests working w phpunit3 - kguest
</notes>
<contents>
<dir baseinstalldir="Net/URL" name="/">
<file baseinstalldir="Net/URL" md5sum="fcada2ed46e58cb297e97b721333b136" name="Mapper/Exception.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="bdff79d21b45d7c8d7609a338abda75e" name="Mapper/Part.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="590760c0d17219467e09e99ce8299170" name="Mapper/Path.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="cbaa2c2b8073567c7aa45360609c864e" name="Mapper/Part/Dynamic.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="85dddf4ad20c3a2dab48528feeb8df5d" name="Mapper/Part/Fixed.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="755dc6fec79990845b6c7f07945264fb" name="Mapper/Part/Wildcard.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="53f9295c1b439bb61e956badb876b696" name="tests/ExceptionTest.php" role="test" />
<file baseinstalldir="Net/URL" md5sum="2bc67007007d35ca0e6967796d9fb58e" name="tests/GenerationTest.php" role="test" />
<file baseinstalldir="Net/URL" md5sum="fb0dbfff180a288e1b2d7dad0eb64fe3" name="tests/RecognitionTest.php" role="test" />
<file baseinstalldir="Net/URL" md5sum="5c47e9ade7f2bbf4f33c3635cb875f14" name="Mapper.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="636b8e70745596a43671bbe87a373aa3" name="Mapper/Exception.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="de3762f9293ddb85a210c002cf003777" name="Mapper/Part.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="42e0abefdf3e3b344e40caa130a738fb" name="Mapper/Path.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="f729994e65771d1b1db60c124395cb0d" name="Mapper/Path.plex" role="data" />
<file baseinstalldir="Net/URL" md5sum="4acd9d1def12a3ad373ed3255329872b" name="Mapper/Part/Dynamic.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="35279b5f0d5c00f42a6652007c78f485" name="Mapper/Part/Fixed.php" role="php" />
<file baseinstalldir="Net/URL" md5sum="261554d90a264cbf19bab16b11449409" name="Mapper/Part/Wildcard.php" role="php" />
<file baseinstalldir="" md5sum="19e42bbc95ef24507c2ec0cc5257e644" name="scripts/create_package.xml.php" role="script" />
<file baseinstalldir="" md5sum="b94bcec0fbd8eeaade4ef9eb14b0edd3" name="scripts/generate_path.php" role="script" />
<file baseinstalldir="" md5sum="5b4833fb1479b004bdf144a02ebcf51f" name="scripts/update_package.xml.php" role="script" />
<file baseinstalldir="Net/URL" md5sum="472867b6759f3adb0cfb6955e5ce7cb1" name="tests/ExceptionTest.php" role="test" />
<file baseinstalldir="Net/URL" md5sum="972fa0c4b6cdc8e6778571bfe4076c58" name="tests/GenerationTest.php" role="test" />
<file baseinstalldir="Net/URL" md5sum="f21a62821f6e0f09172029061283e29f" name="tests/RecognitionTest.php" role="test" />
<file baseinstalldir="Net/URL" md5sum="e5ae309361a8862c542931f9894266dc" name="Mapper.php" role="php" />
</dir>
</contents>
<dependencies>
Expand All @@ -59,7 +67,13 @@ own router.</description>
</package>
</required>
</dependencies>
<phprelease />
<phprelease>
<filelist>
<install as="create_package.xml.php" name="scripts/create_package.xml.php" />
<install as="generate_path.php" name="scripts/generate_path.php" />
<install as="update_package.xml.php" name="scripts/update_package.xml.php" />
</filelist>
</phprelease>
<changelog>
<release>
<version>
Expand All @@ -72,7 +86,29 @@ own router.</description>
</stability>
<date>2007-03-28</date>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>Initial release</notes>
<notes>
Initial release
</notes>
</release>
<release>
<version>
<release>0.9.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2010-10-25</date>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
Automatically built QA release
Doc #14700 Docs - till

Bug #16050 URL generation problem with query parameters - kguest

Bug #17271 small tweaks required to get unit tests working w phpunit3 - kguest
</notes>
</release>
</changelog>
</package>

0 comments on commit 3b896b4

Please sign in to comment.