<?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/Text_Diff/download/1.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_Table/download/1.5.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_Table/download/1.5.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_Table/download/1.5.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_Table/download/1.5.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_Table/download/1.5.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Text_Diff/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Text_Diff/download/0.3.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Text_Diff/download/0.3.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Text_Diff/download/0.3.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for pmjones</title>
<description>The latest releases for the PEAR developer pmjones (Paul Jones)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Text_Diff/download/1.1.0/">
 <title>Text_Diff 1.1.0</title>
 <link>http://pear.php.net/package/Text_Diff/download/1.1.0/</link>
 <content:encoded>* Add countAddedLines() and countDeletedLines() methods (Christian King, PEAR Request #13183).&lt;br /&gt;
* Improve string engine if patch data has no header (PEAR Bug #14533).&lt;br /&gt;
* Fix autodetection of diff type in string engine (PEAR Bug #14625).
 </content:encoded>
 <dc:date>2008-09-10T04:58:26-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_Table/download/1.5.5/">
 <title>DB_Table 1.5.5</title>
 <link>http://pear.php.net/package/DB_Table/download/1.5.5/</link>
 <content:encoded>- fix for installation problems on some Linux installations, no code changes
 </content:encoded>
 <dc:date>2008-06-17T09:07:33-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_Table/download/1.5.4/">
 <title>DB_Table 1.5.4</title>
 <link>http://pear.php.net/package/DB_Table/download/1.5.4/</link>
 <content:encoded>- Bug #14106: &quot;PRIMARY&quot; not allowed as index name
 </content:encoded>
 <dc:date>2008-06-08T13:50:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_Table/download/1.5.3/">
 <title>DB_Table 1.5.3</title>
 <link>http://pear.php.net/package/DB_Table/download/1.5.3/</link>
 <content:encoded>- Bug #14082: fixed index type detection (due to changes in MDB2 2.5.x)&lt;br /&gt;
  (thanks to Gregor Gramlich for the patch)
 </content:encoded>
 <dc:date>2008-06-06T08:36:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_Table/download/1.5.2/">
 <title>DB_Table 1.5.2</title>
 <link>http://pear.php.net/package/DB_Table/download/1.5.2/</link>
 <content:encoded>- Bug #13701: Undefined variable $db in Generator.php&lt;br /&gt;
  (thanks to Youichi Okada)&lt;br /&gt;
- Bug #13728: generator produced invalid variable names (e.g. containing a dot)&lt;br /&gt;
  (thanks to Peter Pawluczuk)
 </content:encoded>
 <dc:date>2008-05-14T14:38:43-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_Table/download/1.5.1/">
 <title>DB_Table 1.5.1</title>
 <link>http://pear.php.net/package/DB_Table/download/1.5.1/</link>
 <content:encoded>- this package is now licensed under the New BSD license&lt;br /&gt;
- Request #12136: support for 'qf_type' == 'link' is now available, providing&lt;br /&gt;
  access to the &quot;link&quot; element of HTML_QuickForm; the link href needs to be&lt;br /&gt;
  specified in the 'qf_href' key, the link text needs to be specified in the&lt;br /&gt;
  'qf_setvalue' key&lt;br /&gt;
  (thanks to Diederick Huijbers)&lt;br /&gt;
- Bug #12190: missing error return in DB_Table_Manager::create() &lt;br /&gt;
  (thanks to Carsten Wiedmann for the patch)&lt;br /&gt;
- Bug #12208: wrong verification of clob fields with mysql(i) backend&lt;br /&gt;
  (thanks to Carsten Wiedmann)&lt;br /&gt;
- Bug #12247: 'require' attribute is name 'required' in Generator&lt;br /&gt;
  (thanks to Gregor Gramlich)&lt;br /&gt;
- Bug #12497: Generator works only with DB, but not with MDB2&lt;br /&gt;
  (thanks to Carsten Wiedmann for the patch)&lt;br /&gt;
- Request #12510: various optimizations (mostly coding standards) and&lt;br /&gt;
  corrections (missing error return call, change MDB2's portability mode only&lt;br /&gt;
  temporarily) &lt;br /&gt;
  (thanks to Carsten Wiedmann for the patch)&lt;br /&gt;
- Request #13267: constructor's $table parameter is now optional; this change&lt;br /&gt;
  allows to set a fixed table name via the $table property in the DB_Table&lt;br /&gt;
  subclass
 </content:encoded>
 <dc:date>2008-03-28T15:20:56-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Text_Diff/download/1.0.0/">
 <title>Text_Diff 1.0.0</title>
 <link>http://pear.php.net/package/Text_Diff/download/1.0.0/</link>
 <content:encoded>* Stable release; final non-bugfix PHP 4 release.
 </content:encoded>
 <dc:date>2008-01-31T23:53:36-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Text_Diff/download/0.3.2/">
 <title>Text_Diff 0.3.2</title>
 <link>http://pear.php.net/package/Text_Diff/download/0.3.2/</link>
 <content:encoded>* Fixed assertion in the native engine with PHP 5 (PEAR Bug #12740).
 </content:encoded>
 <dc:date>2008-01-04T05:29:45-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Text_Diff/download/0.3.1/">
 <title>Text_Diff 0.3.1</title>
 <link>http://pear.php.net/package/Text_Diff/download/0.3.1/</link>
 <content:encoded>* Fixed off-by-one errors with line numbers in default renderer output (Milian Wolff, PEAR Bugs #7839, #12111).&lt;br /&gt;
* Restore compatibility with PHP 4 in the shell diff engine.
 </content:encoded>
 <dc:date>2007-10-28T00:52:12-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Text_Diff/download/0.3.0/">
 <title>Text_Diff 0.3.0</title>
 <link>http://pear.php.net/package/Text_Diff/download/0.3.0/</link>
 <content:encoded>* Converted to package.xml 2.0.&lt;br /&gt;
* Added context diff renderer.&lt;br /&gt;
* Stripped nul characters to avoid infinite loops (PEAR bug #7921).&lt;br /&gt;
* Fix assertion with PHP 5 (PEAR bug #10423).&lt;br /&gt;
* Add shell diff engine (PEAR bug #12051).
 </content:encoded>
 <dc:date>2007-09-20T20:36:47-05:00</dc:date>
</item>

</rdf:RDF>