Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Oct 23, 2012
1 parent 771a5a4 commit cab2b88
Showing 1 changed file with 29 additions and 22 deletions.
51 changes: 29 additions & 22 deletions package.xml
Expand Up @@ -24,10 +24,10 @@ control codes. $console = new Console_Color2(); print $console->convert(&quot
<email>scottmattocks@php.net</email> <email>scottmattocks@php.net</email>
<active>no</active> <active>no</active>
</lead> </lead>
<date>2012-03-14</date> <date>2012-10-23</date>

<time>11:52:11</time>
<version> <version>
<release>0.1.1</release> <release>0.1.2</release>
<api>0.1.0</api> <api>0.1.0</api>
</version> </version>
<stability> <stability>
Expand All @@ -36,22 +36,18 @@ control codes. $console = new Console_Color2(); print $console-&gt;convert(&quot
</stability> </stability>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license> <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
<notes> <notes>
Fix undefined index E_NOTICEs [Tarcisio Gruppi] Bug #19626 Going from Light to Dark color does not work
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="/" name="/"> <dir baseinstalldir="/" name="/">
<dir name="Console"> <file baseinstalldir="/" md5sum="192fb4cd5fd64bf80938e955adf7f805" name="Console/Color2.php" role="php" />
<file name="Color2.php" role="php" /> <file baseinstalldir="/" md5sum="04c232aa258bd5c8d14b2a370fcd1292" name="examples/color_example.php" role="doc" />
</dir> <file baseinstalldir="/" md5sum="32593f1641504e01f9fb6df55c1c5478" name="examples/documentation" role="doc" />
<dir name="examples"> <file baseinstalldir="/" md5sum="3d0940ae3b4c98e9f4184d2deae3ebe4" name="composer.json" role="data" />
<file name="color_example.php" role="doc" /> <file baseinstalldir="/" md5sum="386286831b7c47adae39ddfb51d483ab" name="LICENSE" role="doc" />
<file name="documentation" role="doc" /> <file baseinstalldir="/" md5sum="ea4ee09f74764a34fc99e6da91a06c62" name="README" role="doc" />
</dir>
<file name="LICENSE" role="doc" />
<file name="README" role="doc" />
</dir> </dir>
</contents> </contents>

<dependencies> <dependencies>
<required> <required>
<php> <php>
Expand All @@ -62,10 +58,23 @@ control codes. $console = new Console_Color2(); print $console-&gt;convert(&quot
</pearinstaller> </pearinstaller>
</required> </required>
</dependencies> </dependencies>

<phprelease /> <phprelease />

<changelog> <changelog>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-12-18</date>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
<notes>
PHP5 syntax
</notes>
</release>
<release> <release>
<version> <version>
<release>0.1.1</release> <release>0.1.1</release>
Expand All @@ -78,25 +87,23 @@ control codes. $console = new Console_Color2(); print $console-&gt;convert(&quot
<date>2012-03-14</date> <date>2012-03-14</date>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license> <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
<notes> <notes>
Fix undefined index E_NOTICEs [Tarcisio Gruppi] Fix undefined index E_NOTICEs [Tarcisio Gruppi]
</notes> </notes>
</release> </release>

<release> <release>
<version> <version>
<release>0.1.0</release> <release>0.1.2</release>
<api>0.1.0</api> <api>0.1.0</api>
</version> </version>
<stability> <stability>
<release>alpha</release> <release>alpha</release>
<api>alpha</api> <api>alpha</api>
</stability> </stability>
<date>2011-12-18</date> <date>2012-10-23</date>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license> <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
<notes> <notes>
PHP5 syntax Bug #19626 Going from Light to Dark color does not work
</notes> </notes>
</release> </release>

</changelog> </changelog>
</package> </package>

0 comments on commit cab2b88

Please sign in to comment.