<?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/pearweb_manual/download/1.1.1/"/>
<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/Crypt_DiffieHellman/download/0.2.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_LDAP2/download/2.0.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR_Command_Packaging/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Testing_DocTest/download/0.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_ReCaptcha/download/0.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/pearweb/download/1.21.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_UserAgent_Mobile/download/1.0.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases</title>
<description>The latest releases in PEAR.</description>
</channel>

<item rdf:about="http://pear.php.net/package/pearweb_manual/download/1.1.1/">
 <title>pearweb_manual 1.1.1</title>
 <link>http://pear.php.net/package/pearweb_manual/download/1.1.1/</link>
 <content:encoded>User notes administration usability overhall
 </content:encoded>
 <dc:date>2009-07-02T05:32:58-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/Crypt_DiffieHellman/download/0.2.3/">
 <title>Crypt_DiffieHellman 0.2.3</title>
 <link>http://pear.php.net/package/Crypt_DiffieHellman/download/0.2.3/</link>
 <content:encoded>* Fixed Bug #16379
 </content:encoded>
 <dc:date>2009-06-29T17:49:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_LDAP2/download/2.0.2/">
 <title>Net_LDAP2 2.0.2</title>
 <link>http://pear.php.net/package/Net_LDAP2/download/2.0.2/</link>
 <content:encoded>* Fixed some bugs that rendered the new schema caching facility unusable
 </content:encoded>
 <dc:date>2009-06-29T16:49:13-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR_Command_Packaging/download/0.2.0/">
 <title>PEAR_Command_Packaging 0.2.0</title>
 <link>http://pear.php.net/package/PEAR_Command_Packaging/download/0.2.0/</link>
 <content:encoded>- fix Bug #9932: cannot build specs from external channels [cellog]&lt;br /&gt;
- fix Bug #10116: fatal error when packaging packages from other channel [cellog]&lt;br /&gt;
- NEW: Can now build specs for channels as well as packages&lt;br /&gt;
- Can now build specs for packages from channels other than pear.php.net (bug #9932, bug #10116, bug #10254)&lt;br /&gt;
- @possible_channel@ now doesn't include a trailing slash (template.spec changed to accommodate)&lt;br /&gt;
- @possible_channel@ is now filled even if channel is pecl.php.net/pear.php.net - this is part of moving towards a less pear.php.net-centric system where the core PEAR channels are not particularly &quot;special&quot;&lt;br /&gt;
- Add the following macros:&lt;br /&gt;
 - @php_files_statement@&lt;br /&gt;
 - @test_files_statement@&lt;br /&gt;
 - @data_files_statement@&lt;br /&gt;
 - @script_files_statement@&lt;br /&gt;
 - @customrole_files_statement@&lt;br /&gt;
 - @cfg_files_statement@&lt;br /&gt;
 - @www_files_statement@&lt;br /&gt;
 All of these are &quot;intelligent&quot; in that they are empty if no files of the given type exist, plus if files do exist and are in a subdirectory dedicated to the package being RPM-ified, then make-rpm-spec will just put the top level directory in the substitution, rather than a complete file list - this makes for much shorter specs in some cases. Use of the @XXX_files_statement@ substitutions is encouraged in favour of the @files@ substitution.&lt;br /&gt;
- Deprecate @rpm_xml_dir@ macro - this is pointless (replaced with actual path in the template specs)&lt;br /&gt;
- Deprecate @arch@ macro - this gave invalid results; it should either be &quot;noarch&quot; or not defined, not the architecture of the machine building the spec file. Replaced by @arch_statement@ if you really want to use it, although the building of specs for compiled packages (i.e. PECL) is not supported at the moment, even though in theory it should work in a similar way.&lt;br /&gt;
- Fix a bug if PEAR/PackageFile.php was already included&lt;br /&gt;
- Fix bug #10327, bug #8630 - file prefixes sometimes generated incorrectly, stops some packages building&lt;br /&gt;
- Add $_spec_line_format config option to allow distributors to tune the format that additional RPM headers are added to the spec in, to match their conventions&lt;br /&gt;
- Internal refactoring/cleanup&lt;br /&gt;
- Require PHP 4.3.0+ to avoid internal cruft&lt;br /&gt;
- Tidy summaries (trim and remove trailing dots)
 </content:encoded>
 <dc:date>2009-06-27T23:15:15-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Testing_DocTest/download/0.4.1/">
 <title>Testing_DocTest 0.4.1</title>
 <link>http://pear.php.net/package/Testing_DocTest/download/0.4.1/</link>
 <content:encoded>* fixed bug #16371: installation to wrong location&lt;br /&gt;
* fixed bug #16372 phpdt confused by &quot;{$var}&quot; notation
 </content:encoded>
 <dc:date>2009-06-25T11:17:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_ReCaptcha/download/0.2.1/">
 <title>Services_ReCaptcha 0.2.1</title>
 <link>http://pear.php.net/package/Services_ReCaptcha/download/0.2.1/</link>
 <content:encoded>* added support for the new &quot;custom_translations&quot; reCAPTCHA option (+ tests)&lt;br /&gt;
* comments cleanup
 </content:encoded>
 <dc:date>2009-06-25T10:16:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/pearweb/download/1.21.1/">
 <title>pearweb 1.21.1</title>
 <link>http://pear.php.net/package/pearweb/download/1.21.1/</link>
 <content:encoded>Stray typo on bug report UI&lt;br /&gt;
More UTF8 Encoding
 </content:encoded>
 <dc:date>2009-06-24T00:20:16-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_UserAgent_Mobile/download/1.0.0/">
 <title>Net_UserAgent_Mobile 1.0.0</title>
 <link>http://pear.php.net/package/Net_UserAgent_Mobile/download/1.0.0/</link>
 <content:encoded>What's New in Net_UserAgent_Mobile 1.0.0&lt;br /&gt;
&lt;br /&gt;
 * Updated docomo Support: Nine new models P-10A, P-08A, P-09A, N-09A, F-08A, F-09A, SH-05A, SH-06A, and SH-07A since the release 1.0.0RC3 have been supported. Also the model name of P-07A, N-06A, and N-08A have been adjusted to their fixed user-agent string like P07A =&gt; P07A3.
 </content:encoded>
 <dc:date>2009-06-23T10:41:18-05:00</dc:date>
</item>

</rdf:RDF>