<?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/PEAR/download/1.9.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0RC4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0RC3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.9.0RC1/"/>
<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/PEAR/download/1.8.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR_PackageFileManager_Plugins/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR_PackageFileManager2/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR_PackageFileManager/download/1.7.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for timj</title>
<description>The latest releases for the PEAR developer timj (Tim Jackson)</description>
</channel>

<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0/">
 <title>PEAR 1.9.0</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0/</link>
 <content:encoded>* Fix  Bug #16547: The phar for PEAR installer uses ereg() which is deprecated [dufuz]
 </content:encoded>
 <dc:date>2009-09-03T14:44:22-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0RC4/">
 <title>PEAR 1.9.0RC4</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0RC4/</link>
 <content:encoded>* Fixed a problem where the original channel could not be set as a preferred_mirror again [dufuz]&lt;br /&gt;
* Make sure channel aliases can't be made to start with - [dufuz]&lt;br /&gt;
* Output issues with pear search [dufuz]&lt;br /&gt;
* Fixed couple of stray notices [dufuz]
 </content:encoded>
 <dc:date>2009-08-23T01:26:42-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0RC3/">
 <title>PEAR 1.9.0RC3</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0RC3/</link>
 <content:encoded>* Improved svntag support to handle packages like PEAR it self [dufuz]
 </content:encoded>
 <dc:date>2009-08-21T22:57:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0RC2/">
 <title>PEAR 1.9.0RC2</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0RC2/</link>
 <content:encoded>* REST 1.4 file was occasionally being included but REST 1.4 is not intended for this release cycle [dufuz]
 </content:encoded>
 <dc:date>2009-08-20T15:56:24-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.9.0RC1/">
 <title>PEAR 1.9.0RC1</title>
 <link>http://pear.php.net/package/PEAR/download/1.9.0RC1/</link>
 <content:encoded>* Implement Request #16213: add alias to list-channels output [dufuz]&lt;br /&gt;
* Implement Request #16378: pear svntag [dufuz]&lt;br /&gt;
* Implement Request #16386: PEAR_Config::remove() does not support specifying a channel [timj]&lt;br /&gt;
* Implement Request #16396: package-dependencies should allow package names [dufuz]&lt;br /&gt;
&lt;br /&gt;
* Fix Bug #11181: pear requests channel.xml from main server instead from mirror [dufuz]&lt;br /&gt;
* Fix Bug #14493: pear install --offline doesn't print out errors [dufuz]&lt;br /&gt;
* Fix Bug #11348: pear package-dependencies isn't well explained [dufuz]&lt;br /&gt;
* Fix Bug #16108: PEAR_PackageFile_Generator_v2 PHP4 parse error when running upgrade-all [dufuz]&lt;br /&gt;
* Fix Bug #16113: Installing certain packages fails due incorrect encoding handling [dufuz]&lt;br /&gt;
* Fix Bug #16122: PEAR RunTest failed to run as expected [dufuz]&lt;br /&gt;
* Fix Bug #16366: compiling 5.2.10 leads to non-functioning pear [dufuz]&lt;br /&gt;
* Fix Bug #16387: channel-logout does not support logging out from a non-default channel [timj]&lt;br /&gt;
* Fix Bug #16444: Setting preferred mirror fails [dufuz]&lt;br /&gt;
* Fix the shutdown functions where a index might not exist and thus raise a notice [derick]
 </content:encoded>
 <dc:date>2009-08-18T13:52:12-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/PEAR/download/1.8.1/">
 <title>PEAR 1.8.1</title>
 <link>http://pear.php.net/package/PEAR/download/1.8.1/</link>
 <content:encoded>* Fix Bug #16099 	PEAR crash on PHP4 (parse error) [dufuz]
 </content:encoded>
 <dc:date>2009-04-15T06:14:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR_PackageFileManager_Plugins/download/1.0.0/">
 <title>PEAR_PackageFileManager_Plugins 1.0.0</title>
 <link>http://pear.php.net/package/PEAR_PackageFileManager_Plugins/download/1.0.0/</link>
 <content:encoded>* Fix Bug #15244: symlinked files are not exluded [dufuz]
 </content:encoded>
 <dc:date>2009-04-15T04:58:53-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR_PackageFileManager2/download/1.0.0/">
 <title>PEAR_PackageFileManager2 1.0.0</title>
 <link>http://pear.php.net/package/PEAR_PackageFileManager2/download/1.0.0/</link>
 <content:encoded>No changes since beta1
 </content:encoded>
 <dc:date>2009-04-15T04:58:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR_PackageFileManager/download/1.7.0/">
 <title>PEAR_PackageFileManager 1.7.0</title>
 <link>http://pear.php.net/package/PEAR_PackageFileManager/download/1.7.0/</link>
 <content:encoded>No changes since alpha1
 </content:encoded>
 <dc:date>2009-04-15T04:58:35-05:00</dc:date>
</item>

</rdf:RDF>