<?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/Mail_Queue/download/1.2.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Session2/download/0.7.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Session2/download/0.7.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Session2/download/0.7.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Session2/download/0.6.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC1/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for till</title>
<description>The latest releases for the PEAR developer till (Till Klampaeckel)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.2.2/">
 <title>Mail_Queue 1.2.2</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.2.2/</link>
 <content:encoded>- fixed bug #6330: check for lost DB connection in _preload()&lt;br /&gt;
- fixed bug #12521: NOTICE: undefined index&lt;br /&gt;
- fixed bug #12768: On errors, sendMail() marks mail as sent anyway&lt;br /&gt;
- added additional checks for factorySendMail() returned Mail&lt;br /&gt;
- better error handling in the MDB2 container&lt;br /&gt;
- code cleanup
 </content:encoded>
 <dc:date>2008-05-07T11:30:37-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.2/">
 <title>Services_ProjectHoneyPot 0.5.2</title>
 <link>http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.2/</link>
 <content:encoded>* fixed format &quot;array&quot; and &quot;string&quot; (bugs introduced in 0.5.0)&lt;br /&gt;
* removed classes for &quot;array&quot; and &quot;string&quot;&lt;br /&gt;
* migrated leftover methods into Services_ProjectHoneyPot_Response_Result&lt;br /&gt;
* added an example to show usage of custom Net_DNS_Resolver&lt;br /&gt;
* cleaned up standard example file
 </content:encoded>
 <dc:date>2008-04-11T18:17:40-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.1/">
 <title>Services_ProjectHoneyPot 0.5.1</title>
 <link>http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.1/</link>
 <content:encoded>* small bugfixes
 </content:encoded>
 <dc:date>2008-04-11T14:11:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Session2/download/0.7.2/">
 <title>HTTP_Session2 0.7.2</title>
 <link>http://pear.php.net/package/HTTP_Session2/download/0.7.2/</link>
 <content:encoded>* removed old code in MDB2 driver&lt;br /&gt;
* now throwing exceptions in MDB2 for all errors
 </content:encoded>
 <dc:date>2008-04-02T15:57:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.0/">
 <title>Services_ProjectHoneyPot 0.5.0</title>
 <link>http://pear.php.net/package/Services_ProjectHoneyPot/download/0.5.0/</link>
 <content:encoded>* more comments&lt;br /&gt;
* introduced new response type (&quot;object&quot;)&lt;br /&gt;
* documented __set() and __get() with @property
 </content:encoded>
 <dc:date>2008-03-06T10:33:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Session2/download/0.7.1/">
 <title>HTTP_Session2 0.7.1</title>
 <link>http://pear.php.net/package/HTTP_Session2/download/0.7.1/</link>
 <content:encoded>Thanks to the people who reported those bugs:&lt;br /&gt;
* Fix Bug #12701: setExpire() bug + documentation problem&lt;br /&gt;
* Fix Bug #13084: Idle property and Expiry property don't work&lt;br /&gt;
* Fix Bug #13126: Class method visibility&lt;br /&gt;
* Fix Bug #13127: The given dsn was not valid for MDB2
 </content:encoded>
 <dc:date>2008-02-20T11:58:52-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Session2/download/0.7.0/">
 <title>HTTP_Session2 0.7.0</title>
 <link>http://pear.php.net/package/HTTP_Session2/download/0.7.0/</link>
 <content:encoded>- new Memcache container&lt;br /&gt;
- many smaller fixes for the containers (in respect to future drivers)&lt;br /&gt;
(This is a please-help-test-release. :-))
 </content:encoded>
 <dc:date>2008-02-06T09:46:25-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC2/">
 <title>Net_CheckIP2 1.0.0RC2</title>
 <link>http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC2/</link>
 <content:encoded>Added a test.
 </content:encoded>
 <dc:date>2008-02-02T16:13:34-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Session2/download/0.6.1/">
 <title>HTTP_Session2 0.6.1</title>
 <link>http://pear.php.net/package/HTTP_Session2/download/0.6.1/</link>
 <content:encoded>- smaller fixes in phpcs (file names, etc.)&lt;br /&gt;
- small fixes in MDB2 container&lt;br /&gt;
- added more documentation inline&lt;br /&gt;
- changed license to The BSD License
 </content:encoded>
 <dc:date>2007-12-12T17:21:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC1/">
 <title>Net_CheckIP2 1.0.0RC1</title>
 <link>http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC1/</link>
 <content:encoded>Initial PHP5 port of Net_CheckIP.
 </content:encoded>
 <dc:date>2007-12-04T12:29:02-05:00</dc:date>
</item>

</rdf:RDF>