<?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/Net_CheckIP2/download/1.0.0RC3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Contact_Vcard_Parse/download/1.32.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Mail_Queue/download/1.2.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Contact_Vcard_Build/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File_IMC/download/0.4.0/"/>
<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: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/Net_CheckIP2/download/1.0.0RC3/">
 <title>Net_CheckIP2 1.0.0RC3</title>
 <link>http://pear.php.net/package/Net_CheckIP2/download/1.0.0RC3/</link>
 <content:encoded>This release introduces a last-minute BC break:&lt;br /&gt;
&lt;br /&gt;
To update your code, please replace the following:&lt;br /&gt;
&lt;br /&gt;
   Net_CheckIP2::check_ip($ip);&lt;br /&gt;
&lt;br /&gt;
... with:&lt;br /&gt;
&lt;br /&gt;
   Net_CheckIP2::isValid($ip);&lt;br /&gt;
&lt;br /&gt;
Changelog:&lt;br /&gt;
&lt;br /&gt;
* introduced getClass() - determine the CLASS network (A, B, C supported)&lt;br /&gt;
* introduced isValid() - replaces check_ip()&lt;br /&gt;
* introduced isReserved() - determine if the IP is from within a reserved space&lt;br /&gt;
* introduced isZeroconf() - determine if the IP is from the zeroconf pool&lt;br /&gt;
* added AllTests and new test suite
 </content:encoded>
 <dc:date>2009-09-30T16:48:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Contact_Vcard_Parse/download/1.32.0/">
 <title>Contact_Vcard_Parse 1.32.0</title>
 <link>http://pear.php.net/package/Contact_Vcard_Parse/download/1.32.0/</link>
 <content:encoded>* File is now at Contact/Vcard/Parse.php (still keeping old location for BC)&lt;br /&gt;
* Fix bug #5988: does not work with apple adressbook exported vcard files&lt;br /&gt;
* Using package.xml v2.0&lt;br /&gt;
* fixed #14972: patch by Andrew Whitehouse to fix notices&lt;br /&gt;
* fixed #14972: added test by Andrew Whitehouse, testParameters()&lt;br /&gt;
* added new tests/assertions (mostly based on examples from the docs)
 </content:encoded>
 <dc:date>2009-09-21T17:24:36-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Mail_Queue/download/1.2.3/">
 <title>Mail_Queue 1.2.3</title>
 <link>http://pear.php.net/package/Mail_Queue/download/1.2.3/</link>
 <content:encoded>* changed license from PHP to (new and simplyfied) BSD license&lt;br /&gt;
* fixed bug #7850 (introduced new method &quot;factory&quot; and helpers getErrors(), hasErrors())&lt;br /&gt;
* fixed bug #14626: alternative array container configuration not working&lt;br /&gt;
* minor CS fixes (file, class comments)&lt;br /&gt;
* implemented #15049 (count emails in queue) in MDB2 driver&lt;br /&gt;
* implemented #14921 (sleep in between sends to not hammer servers)&lt;br /&gt;
* improvement #6456 (validate parameters)&lt;br /&gt;
* fixed structure in svn&lt;br /&gt;
* implemented #16064 (callback support, patch by kguest) &lt;br /&gt;
* implemented #16068 (save greeting), patch by kguest)
 </content:encoded>
 <dc:date>2009-09-07T13:50:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Contact_Vcard_Build/download/1.1.2/">
 <title>Contact_Vcard_Build 1.1.2</title>
 <link>http://pear.php.net/package/Contact_Vcard_Build/download/1.1.2/</link>
 <content:encoded>* added unit test for vcard with emails&lt;br /&gt;
* added unit test for john doe&lt;br /&gt;
* addressed bug #15348 (added unit-test)&lt;br /&gt;
* release with package.xml 2.0
 </content:encoded>
 <dc:date>2009-07-01T00:48:51-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File_IMC/download/0.4.0/">
 <title>File_IMC 0.4.0</title>
 <link>http://pear.php.net/package/File_IMC/download/0.4.0/</link>
 <content:encoded>* #15608: fixed file loading (again)&lt;br /&gt;
* fixed class-/file-naming (a slight BC break)&lt;br /&gt;
* raised dependency to PHP5&lt;br /&gt;
* changed license from PHP to BSD
 </content:encoded>
 <dc:date>2009-06-29T22:00:08-05:00</dc:date>
</item>
<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>

</rdf:RDF>