<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.1.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.0.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.0.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.0.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.0.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.0.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Console_CommandLine/download/1.0.1/"/>
</rdf:Seq>
</items>

<title>Latest releases of console_commandline</title>
<description>The latest releases for the package console_commandline</description>
</channel>

<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.1.3/">
 <title>Console_CommandLine 1.1.3</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.1.3/</link>
 <content:encoded>* fixed package.xml to allow installation via pyrus.
 </content:encoded>
 <dc:date>2010-04-10T10:39:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.1.2/">
 <title>Console_CommandLine 1.1.2</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.1.2/</link>
 <content:encoded>Bugfix release:&lt;br /&gt;
* fixed bug #16848: Trailing spaces in quoted argument are truncated,&lt;br /&gt;
* fixed bug #16849: Replaced $_GET by $_REQUEST to handle POST correctly, &lt;br /&gt;
* fixed bug #16850: Parse9 test (password) fails (on windows),&lt;br /&gt;
* fixed bug #16914: Password action now operates as expected when it is the last parameter or the last parameter before a command,&lt;br /&gt;
* displayUsage() should output to stdout instead of stderr,&lt;br /&gt;
* added the possibility to pass &quot;false&quot; as exitCode to the display*() methods to prevent exit() calls,&lt;br /&gt;
* fixed some typos in code comments.
 </content:encoded>
 <dc:date>2010-04-10T09:55:34-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.1.1/">
 <title>Console_CommandLine 1.1.1</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.1.1/</link>
 <content:encoded>Bugfix release:&lt;br /&gt;
* fixed bug #16507: typo in code example (thanks Richard)&lt;br /&gt;
* fixed bug #16497: cascade command properties to sub-commands&lt;br /&gt;
* fixed bug #16370: allow pre-processing of arguments for list (thanks rquadling for the patch)&lt;br /&gt;
* fixed bug #16764: Invalid Package.xml (thanks mklappstuhl for the patch)&lt;br /&gt;
* fixed some test cases
 </content:encoded>
 <dc:date>2009-11-11T18:19:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.1.0/">
 <title>Console_CommandLine 1.1.0</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.1.0/</link>
 <content:encoded>* changed sources layout to make easier to use / run tests without installing the package with pear&lt;br /&gt;
* implemented subcommand aliases (as requested by Greg for pyrus)&lt;br /&gt;
* implemented request #15325: add ability to detect missing sub-command (patch by gauthierm, thanks)&lt;br /&gt;
* implemented request #15324: add ability to set custom error messages (patch by gauthierm, thanks)&lt;br /&gt;
* fixed bug #16320: storeArray default value not cleared when options arguments given (patch by Richard Quadling, thanks!)&lt;br /&gt;
* fixed bug #16329: sub command aliases do not work (was a &quot;too early documentation&quot; issue)&lt;br /&gt;
* fixed bug #16330: nested subCommands help output not quite right&lt;br /&gt;
* implemented request #16332: add support for optional arguments in XML (patch by gauthierm, thanks)
 </content:encoded>
 <dc:date>2009-06-19T12:56:33-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.0.6/">
 <title>Console_CommandLine 1.0.6</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.0.6/</link>
 <content:encoded>Bugfix release:&lt;br /&gt;
* fixed bug #15374 (RelaxNG validation should be less strict);&lt;br /&gt;
* fixed bug #15375 (Cannot add a comment before the root node of the xml file);&lt;br /&gt;
* fixed bug #15376 (short option and long options in separated lines in help);&lt;br /&gt;
* fixed bug #15377 (StoreFalse/True actions should have a boolean default value);&lt;br /&gt;
* added relevant unit tests.
 </content:encoded>
 <dc:date>2008-12-26T11:45:22-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.0.5/">
 <title>Console_CommandLine 1.0.5</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.0.5/</link>
 <content:encoded>* implemented feature request #15251: Allow specifying optional arguments for&lt;br /&gt;
  sub-commands,&lt;br /&gt;
* use &quot;name&quot; instead of &quot;help_name&quot; when generating list-xxx options,&lt;br /&gt;
* updated relevant unit tests,&lt;br /&gt;
* added examples for sub-commands usage.
 </content:encoded>
 <dc:date>2008-12-06T06:56:46-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.0.4/">
 <title>Console_CommandLine 1.0.4</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.0.4/</link>
 <content:encoded>- implemented feature request #14753 (add_list_option parameter for --list-XXX option);&lt;br /&gt;
- fixed bug #14762 (error message always tells me to use &quot;-h&quot; for help);&lt;br /&gt;
- added relevant unit tests;&lt;br /&gt;
- cleaned up phpdoc tags and some cosmetic changes.
 </content:encoded>
 <dc:date>2008-10-09T06:47:32-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.0.3/">
 <title>Console_CommandLine 1.0.3</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.0.3/</link>
 <content:encoded>- now handles stdin with the &quot;-&quot; special switch;&lt;br /&gt;
- fixed bug #14717 (Password not optional when parser built from an xml file);&lt;br /&gt;
- added relevant unit tests;&lt;br /&gt;
- removed useless require_once's in some tests.
 </content:encoded>
 <dc:date>2008-09-30T09:24:01-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.0.2/">
 <title>Console_CommandLine 1.0.2</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.0.2/</link>
 <content:encoded>- fixed bug #14454 (Console_Commandline hangs when called via browser);&lt;br /&gt;
- fixed outputter bug (STDOUT/STDERR not defined with php-cgi);&lt;br /&gt;
- Console_CommandLine can now handle web requests (it convert automatically a request to options/arguments).
 </content:encoded>
 <dc:date>2008-08-22T09:15:20-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Console_CommandLine/download/1.0.1/">
 <title>Console_CommandLine 1.0.1</title>
 <link>http://pear.php.net/package/Console_CommandLine/download/1.0.1/</link>
 <content:encoded>- Better code coverage of tests (nearly 100%);&lt;br /&gt;
- fixed two bad include_once;&lt;br /&gt;
- fixed bug #14435 (own -h short option doesn't remove help short option) and did the same for &quot;version&quot; option;&lt;br /&gt;
- fixed bug #14436 (Typo in error message) and some fixed other typos.
 </content:encoded>
 <dc:date>2008-08-01T12:43:09-05:00</dc:date>
</item>

</rdf:RDF>
