Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kenguest committed Dec 15, 2015
1 parent 1b2cad1 commit e70e527
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
25 changes: 20 additions & 5 deletions package-index.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.5" 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.10.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>pearweb_index</name>
<channel>pear.php.net</channel>
<summary>The source code for the PEAR website, informational front pages</summary>
Expand Down Expand Up @@ -73,10 +73,10 @@
<email>wiesemann@php.net</email>
<active>yes</active>
</developer>
<date>2015-02-10</date>
<time>22:37:20</time>
<date>2015-12-15</date>
<time>22:04:46</time>
<version>
<release>1.22.2</release>
<release>1.23.0</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -85,7 +85,7 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Fix #20500: twitter &amp; identi.ca links broken
Request #20998: Include associated username/uploader for releases on main page.
</notes>
<contents>
<dir baseinstalldir="/pear.php.net/" name="/">
Expand Down Expand Up @@ -521,5 +521,20 @@ Link to new qa tools
Fix #20500: twitter &amp; identi.ca links broken
</notes>
</release>
<release>
<version>
<release>1.23.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-12-15</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Request #20998: Include associated username/uploader for releases on main page.
</notes>
</release>
</changelog>
</package>
4 changes: 2 additions & 2 deletions package_index.php
Expand Up @@ -25,11 +25,11 @@
),
)
);
$a->setReleaseVersion('1.22.2');
$a->setReleaseVersion('1.23.0');
$a->setReleaseStability('stable');
$a->setAPIStability('stable');
$a->setNotes('
Fix #20500: twitter & identi.ca links broken
Request #20998: Include associated username/uploader for releases on main page.
');
$a->resetUsesrole();
$a->clearDeps();
Expand Down

0 comments on commit e70e527

Please sign in to comment.