<?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/MDB_QueryTool/download/1.2.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB_QueryTool/download/1.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_BibTex/download/1.0.0RC4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB_QueryTool/download/1.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_BibTex/download/1.0.0RC3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_BibTex/download/1.0.0RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_BibTex/download/1.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_BibTex/download/0.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_BibTex/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_BibTex/download/0.1.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for hugoki</title>
<description>The latest releases for the PEAR developer hugoki (Elmar Pitschke)</description>
</channel>

<item rdf:about="http://pear.php.net/package/MDB_QueryTool/download/1.2.2/">
 <title>MDB_QueryTool 1.2.2</title>
 <link>http://pear.php.net/package/MDB_QueryTool/download/1.2.2/</link>
 <content:encoded>- fixed bug #12353: identifier quoting with functions in _buildSelect()&lt;br /&gt;
- better identifier quoting in _buildFrom()&lt;br /&gt;
- Coding Standards fixes
 </content:encoded>
 <dc:date>2008-01-12T08:12:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB_QueryTool/download/1.2.1/">
 <title>MDB_QueryTool 1.2.1</title>
 <link>http://pear.php.net/package/MDB_QueryTool/download/1.2.1/</link>
 <content:encoded>- fixed bug #9963: Quoting problem with COUNT(*)&lt;br /&gt;
- fixed bug #10073: bug with empty() and 0 in _localeSafeImplode()&lt;br /&gt;
- fixed bug #10890: warning with addMultiple() when no PRIMARY KEY is set&lt;br /&gt;
- Coding Standards fixes
 </content:encoded>
 <dc:date>2008-01-12T05:45:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_BibTex/download/1.0.0RC4/">
 <title>Structures_BibTex 1.0.0RC4</title>
 <link>http://pear.php.net/package/Structures_BibTex/download/1.0.0RC4/</link>
 <content:encoded>The fourth Release Candidate. Solved Bug #10466 (Do not use &quot;type&quot; for the entry type!). Now &quot;entryType&quot; is used as key instead of &quot;type&quot;. This should now not conflict anymore with BibTeX keys.
 </content:encoded>
 <dc:date>2007-03-26T16:40:59-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB_QueryTool/download/1.2.0/">
 <title>MDB_QueryTool 1.2.0</title>
 <link>http://pear.php.net/package/MDB_QueryTool/download/1.2.0/</link>
 <content:encoded>- added getOne() method (request #7580)&lt;br /&gt;
- custom implementation of implode() to circumvent locale handling of floats,&lt;br /&gt;
  which clashes with SQL standards (thanks to Lukas Ruetz)&lt;br /&gt;
- fixed bug #7909: different names for nextId()/nextID() in MDB and MDB2&lt;br /&gt;
- request #8056: add support for NULL fields in remove()&lt;br /&gt;
- fixed bug #8319: add $options['idxname_format'] to connect() to bypass&lt;br /&gt;
  MDB2 default index format&lt;br /&gt;
- added save() method to MDB_QueryTool_Result_Row (Elmar)&lt;br /&gt;
- fixed handling of returned values in MDB_QueryTool_Result&lt;br /&gt;
- added getFirst(), getNext() and hasMore() methods to MDB_QueryTool_Result_Object&lt;br /&gt;
- added support for custom return classes (Elmar)&lt;br /&gt;
- added table and field name quoting (requests #4613, #5250, #7570, #9197) (Elmar)&lt;br /&gt;
- fixed bug #9734, an incorrect regexp adds extraneous table names to the fields,&lt;br /&gt;
  if the name of the field appears as a column name in the current table.&lt;br /&gt;
- added new tests&lt;br /&gt;
- switched to package.xml v2
 </content:encoded>
 <dc:date>2007-01-27T14:13:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_BibTex/download/1.0.0RC3/">
 <title>Structures_BibTex 1.0.0RC3</title>
 <link>http://pear.php.net/package/Structures_BibTex/download/1.0.0RC3/</link>
 <content:encoded>The third Release Candidate. Added a new feature as requested (Request #9878  	Unable to parse bibtex without authors being spit into an array)
 </content:encoded>
 <dc:date>2007-01-25T15:25:03-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_BibTex/download/1.0.0RC2/">
 <title>Structures_BibTex 1.0.0RC2</title>
 <link>http://pear.php.net/package/Structures_BibTex/download/1.0.0RC2/</link>
 <content:encoded>The second Release Candidate. Moved the Files to the correct paths
 </content:encoded>
 <dc:date>2007-01-10T14:35:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_BibTex/download/1.0.0RC1/">
 <title>Structures_BibTex 1.0.0RC1</title>
 <link>http://pear.php.net/package/Structures_BibTex/download/1.0.0RC1/</link>
 <content:encoded>The first Release Candidate. Only one change to the previouse version, now ~ is identified as white space.
 </content:encoded>
 <dc:date>2007-01-10T04:46:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_BibTex/download/0.3.0/">
 <title>Structures_BibTex 0.3.0</title>
 <link>http://pear.php.net/package/Structures_BibTex/download/0.3.0/</link>
 <content:encoded>* Validation now includes checking the type of the entry&lt;br /&gt;
* Added possibility to remove curly braces in value&lt;br /&gt;
* Now a warning is generated when the closing brace of an entry is missing. And it is now parsed correctly.&lt;br /&gt;
* Bug Hunting: When the value of the author entry had a newline it was parsed wrong. This is now fixed by unwrapping the author fields prior to extracting the authors.&lt;br /&gt;
* Bug hunting: now also a warning is generated when the very last entry has a missing closing brace&lt;br /&gt;
* The output of the Author can now be set via the authorstring&lt;br /&gt;
This should be the final release before the stable 1.0 release.
 </content:encoded>
 <dc:date>2006-12-05T14:42:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_BibTex/download/0.2.0/">
 <title>Structures_BibTex 0.2.0</title>
 <link>http://pear.php.net/package/Structures_BibTex/download/0.2.0/</link>
 <content:encoded>This release introduces RTF and HTML formatter. And the source code is cleaned of some possible error sources. Now most of the things from ToDo are implemented and most of the left over work is bug tracking.
 </content:encoded>
 <dc:date>2006-07-28T14:40:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_BibTex/download/0.1.0/">
 <title>Structures_BibTex 0.1.0</title>
 <link>http://pear.php.net/package/Structures_BibTex/download/0.1.0/</link>
 <content:encoded>Most things are implemented others like &quot;String&quot; are on the ToDo.
 </content:encoded>
 <dc:date>2006-06-28T13:10:57-05:00</dc:date>
</item>

</rdf:RDF>