<?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/VersionControl_SVN/download/0.3.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/VersionControl_SVN/download/0.3.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/VersionControl_SVN/download/0.3.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_RSS/download/0.9.10/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_RSS/download/0.9.9/"/>
<rdf:li rdf:resource="http://pear.php.net/package/VersionControl_SVN/download/0.3.0alpha1/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for clay</title>
<description>The latest releases for the PEAR developer clay (Clay Loveless)</description>
</channel>

<item rdf:about="http://pear.php.net/package/VersionControl_SVN/download/0.3.3/">
 <title>VersionControl_SVN 0.3.3</title>
 <link>http://pear.php.net/package/VersionControl_SVN/download/0.3.3/</link>
 <content:encoded>* Fix Bug #14114: Delete command requires -m switch [mrook]
 </content:encoded>
 <dc:date>2009-09-02T10:00:12-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/VersionControl_SVN/download/0.3.2/">
 <title>VersionControl_SVN 0.3.2</title>
 <link>http://pear.php.net/package/VersionControl_SVN/download/0.3.2/</link>
 <content:encoded>* Fix Bug #12439: Log using VERSIONCONTROL_SVN_FETCHMODE_ARRAY fails [mrook]&lt;br /&gt;
* Fix Bug #14114: Delete command requires -m switch [mrook]&lt;br /&gt;
* Fix Bug #14643: Single quote are used instead of double quotes. [mrook]&lt;br /&gt;
* Fix Bug #14827: VersionControl_SVN_Copy cannot prepare command [mrook]&lt;br /&gt;
* Fix Bug #15186: VersionControl_SVN::run has trouble with Windows paths. [mrook]&lt;br /&gt;
* Implement Feature #13011: info command should accept username/password switches [mrook]
 </content:encoded>
 <dc:date>2009-08-09T22:23:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/VersionControl_SVN/download/0.3.1/">
 <title>VersionControl_SVN 0.3.1</title>
 <link>http://pear.php.net/package/VersionControl_SVN/download/0.3.1/</link>
 <content:encoded>The 0.3.1 alpha release addresses a vast majority of open items discovered &lt;br /&gt;
with the VersionControl_SVN 0.3.0alpha1 release.&lt;br /&gt;
     &lt;br /&gt;
 * Fix Bug #5020: Code-bug, missing break in switch [clay]&lt;br /&gt;
 * Fix Bug #5099: Copy ignores source, traget and switches [clay]&lt;br /&gt;
 * Fix Bug #9351: log does not accept the 'limit' switch [clay]&lt;br /&gt;
 * Fix Bug #9998: Regular Expression Matching For List [clay]&lt;br /&gt;
 * Fix Bug #11935: All checkouts are non-recursive due to a typo in SVN/Checkout.php [clay]&lt;br /&gt;
 * Implement Feature #5021: SVN objects are not reusable [clay]&lt;br /&gt;
 * Implement Feature #9343: Using non-english file/dir names [clay]&lt;br /&gt;
 &lt;br /&gt;
A new public property called 'prepend_cmd' is supported to allow environment &lt;br /&gt;
variables controlling things such as character encoding to be prepended to &lt;br /&gt;
the Subversion command execution. This was introduced in response to #9343.&lt;br /&gt;
&lt;br /&gt;
NOTE: This is very likely to be among the last of PHP 4 compatible releases.&lt;br /&gt;
Significant refactoring is already underway for a PHP 5-only release of the &lt;br /&gt;
package. If significant issues are found in this release, a few more 0.3.x &lt;br /&gt;
releases may be made.
 </content:encoded>
 <dc:date>2007-09-17T16:22:45-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_RSS/download/0.9.10/">
 <title>XML_RSS 0.9.10</title>
 <link>http://pear.php.net/package/XML_RSS/download/0.9.10/</link>
 <content:encoded>This release is a beta release in preparation for the upcoming stable&lt;br /&gt;
release of version 1.0.0.&lt;br /&gt;
&lt;br /&gt;
* Fixed bug #8492&lt;br /&gt;
* Added additional unit tests&lt;br /&gt;
* Added preliminary support for Trackback, GeoCoding, Media and iTunes RSS extensions
 </content:encoded>
 <dc:date>2006-09-14T04:45:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_RSS/download/0.9.9/">
 <title>XML_RSS 0.9.9</title>
 <link>http://pear.php.net/package/XML_RSS/download/0.9.9/</link>
 <content:encoded>This release is a beta release in preparation for the upcoming stable&lt;br /&gt;
release of version 1.0.0.&lt;br /&gt;
&lt;br /&gt;
* Allows string inputs (useful for cached feeds, e.g. from databases)&lt;br /&gt;
* Fixes dependency on XML_Parser and removes erroneous dependency on XML_Tree&lt;br /&gt;
* Fixed bug #557&lt;br /&gt;
* Fixed bug #2045&lt;br /&gt;
* Fixed bug #2310&lt;br /&gt;
* Fixed bug #2782&lt;br /&gt;
* Fixed bug #3871&lt;br /&gt;
* Added unit tests
 </content:encoded>
 <dc:date>2005-10-22T06:02:18-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/VersionControl_SVN/download/0.3.0alpha1/">
 <title>VersionControl_SVN 0.3.0alpha1</title>
 <link>http://pear.php.net/package/VersionControl_SVN/download/0.3.0alpha1/</link>
 <content:encoded>- Completed all svn subcommand packages.
 </content:encoded>
 <dc:date>2004-06-09T13:05:00-05:00</dc:date>
</item>

</rdf:RDF>