<?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/File_CSV/download/1.0.0alpha1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/File/download/1.4.0alpha1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_Parser/download/1.3.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_Parser/download/1.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_DTD/download/0.5.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/pearweb_gopear/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.7.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.7.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/pearweb_gopear/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PEAR/download/1.7.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for cox</title>
<description>The latest releases for the PEAR developer cox (Thomas V.V.Cox)</description>
</channel>

<item rdf:about="http://pear.php.net/package/File_CSV/download/1.0.0alpha1/">
 <title>File_CSV 1.0.0alpha1</title>
 <link>http://pear.php.net/package/File_CSV/download/1.0.0alpha1/</link>
 <content:encoded>* Split File_CSV from File into it's own package&lt;br /&gt;
* Change license to New BSD&lt;br /&gt;
* File_CSV::unquote now takes in an array and a string (string being the old way)&lt;br /&gt;
  Passing in an array of fields, for example a whole line.&lt;br /&gt;
* Double quotes is now the default quoting character when people don't specify which quoting character to use&lt;br /&gt;
&lt;br /&gt;
* Fix Bug #5257:  File_CSV: delimiter problem if first field is empty [dufuz]&lt;br /&gt;
* Fix Bug #14118: Error with quoted fields and separators [dufuz]&lt;br /&gt;
* Fix Bug #11526: DiscoverFormat returns wrong nr of fields [izi]&lt;br /&gt;
* Fix Bug #11892: File_CSV performance severely hurt [dufuz]&lt;br /&gt;
* Fix Bug #14030: File_CSV::write() does not correctly quote field values [dufuz, walter]
 </content:encoded>
 <dc:date>2008-10-26T17:09:25-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/File/download/1.4.0alpha1/">
 <title>File 1.4.0alpha1</title>
 <link>http://pear.php.net/package/File/download/1.4.0alpha1/</link>
 <content:encoded>- Split File_CSV from File into it's own package&lt;br /&gt;
- Split File_Util from File into it's own package
 </content:encoded>
 <dc:date>2008-10-26T17:09:12-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_Parser/download/1.3.1/">
 <title>XML_Parser 1.3.1</title>
 <link>http://pear.php.net/package/XML_Parser/download/1.3.1/</link>
 <content:encoded>- correct package.xml to reflect switch to BSD License
 </content:encoded>
 <dc:date>2008-09-15T16:40:54-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_Parser/download/1.3.0/">
 <title>XML_Parser 1.3.0</title>
 <link>http://pear.php.net/package/XML_Parser/download/1.3.0/</link>
 <content:encoded>- switch to BSD License&lt;br /&gt;
- switch to package.xml v2&lt;br /&gt;
- PEAR CS cleanup&lt;br /&gt;
- Fix Doc #13120:  Mistake in example code
 </content:encoded>
 <dc:date>2008-08-24T18:07:49-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_DTD/download/0.5.0/">
 <title>XML_DTD 0.5.0</title>
 <link>http://pear.php.net/package/XML_DTD/download/0.5.0/</link>
 <content:encoded>- switch to BSD license&lt;br /&gt;
- add package.xml v2 (while retaining package.xml v1)&lt;br /&gt;
- PEAR CS cleanup
 </content:encoded>
 <dc:date>2008-08-22T17:54:50-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/pearweb_gopear/download/1.1.2/">
 <title>pearweb_gopear 1.1.2</title>
 <link>http://pear.php.net/package/pearweb_gopear/download/1.1.2/</link>
 <content:encoded>Bugfixes:&lt;br /&gt;
 * Fixed temp_dir bug, see #13167&lt;br /&gt;
 * PEAR servers switched from viewcvs to viewvc&lt;br /&gt;
 * fix proxy bug, see #14365 (jwerner)
 </content:encoded>
 <dc:date>2008-08-03T09:46:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.7.2/">
 <title>PEAR 1.7.2</title>
 <link>http://pear.php.net/package/PEAR/download/1.7.2/</link>
 <content:encoded>* Implement Request #13375: install-pear.php should have option to set cfg_dir [timj]&lt;br /&gt;
* Fix Bug #12945 PEAR_Registry::setConfig() does not set install path [cweiske/cellog]&lt;br /&gt;
* Fix Bug #12959 PEAR should give warning when doing &quot;special&quot; handling with cfg role [cellog]&lt;br /&gt;
* Fix Bug #12960 role=cfg should automatically replace file if it has not been modified [cellog]&lt;br /&gt;
* Fix Bug #13031 PEAR fails to authenticate when doing upgrade-all on non-default channel [timj]&lt;br /&gt;
* Fix Bug #13033 Signature to PEAR_REST_XX::listAll() changes between REST1.0 and 1.1 [timj]&lt;br /&gt;
* Fix Bug #13059 Invalid release type causes Undefined Property notice [gwynne, dufuz]&lt;br /&gt;
* Fix Bug #13123 pear config-set works, but pecl config-set does not [cellog]&lt;br /&gt;
* Fix Bug #13323 Deprecated errors in many places [hubbitus]&lt;br /&gt;
* Fix Bug #13315 Upgrading of package fails if more than one file of role=cfg has changed [timj]&lt;br /&gt;
* Fix Bug #13386 &quot;pear install --register-only&quot; fails with cfg role [cellog]&lt;br /&gt;
* Fix Bug #13434 Breaks on HPUX - &quot;find () -ls&quot; doesn't work [cellog]&lt;br /&gt;
* Fix Bug #13484 pear package brings up warnings [dufuz]&lt;br /&gt;
* Fix Bug #13485 pear package-validate brings up ASCII issues [dufuz]&lt;br /&gt;
* Fix Bug #13508 undefined index errors when installing a remote bundle [cellog/tswicegood]&lt;br /&gt;
* Fix Bug #13525 pear package-validate is not showing warnings even if there are [dufuz]&lt;br /&gt;
* Fix Bug #13559 installing package fails via proxy to virtual-hosted server. [hirose]&lt;br /&gt;
* Fix Bug #13691 Pear doesn't remove old directories on upgrade [cellog]&lt;br /&gt;
* Fix Bug #13870 Notice uninstalling or using bundles [cellog]&lt;br /&gt;
* Fix Bug #13883 file permissions not preserved on packaging [cellog]
 </content:encoded>
 <dc:date>2008-05-17T15:51:20-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.7.1/">
 <title>PEAR 1.7.1</title>
 <link>http://pear.php.net/package/PEAR/download/1.7.1/</link>
 <content:encoded>fixed since 1.7.0&lt;br /&gt;
 * fix bug #13030: Port not set for REST HTTP requests [timj]&lt;br /&gt;
 * fix bug #13029: Duplicate Host headers set when requesting REST data [timj]&lt;br /&gt;
 * fix bug #13047: PEAR fails to install *any* package [timj]&lt;br /&gt;
&lt;br /&gt;
Known bugs to be fixed in version 1.7.2:&lt;br /&gt;
 - Bug #12945 	PEAR_Registry::setConfig() does not set install path&lt;br /&gt;
 - Bug #12959 	PEAR should give warning when doing &quot;special&quot; handling with cfg role&lt;br /&gt;
 - Bug #12960 	role=cfg should automatically replace file if it has not been modified&lt;br /&gt;
 - Bug #13031 	PEAR fails to authenticate when doing upgrade-all on non-default channel&lt;br /&gt;
 - Bug #13033 	Signature to PEAR_REST_XX::listAll() changes between REST1.0 and 1.1
 </content:encoded>
 <dc:date>2008-02-03T09:59:53-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/pearweb_gopear/download/1.1.1/">
 <title>pearweb_gopear 1.1.1</title>
 <link>http://pear.php.net/package/pearweb_gopear/download/1.1.1/</link>
 <content:encoded>using PEAR-stable again&lt;br /&gt;
 simplified intro and installation instructions
 </content:encoded>
 <dc:date>2008-02-01T18:09:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PEAR/download/1.7.0/">
 <title>PEAR 1.7.0</title>
 <link>http://pear.php.net/package/PEAR/download/1.7.0/</link>
 <content:encoded>Minor feature addition release&lt;br /&gt;
&lt;br /&gt;
Known bugs to be fixed in version 1.7.1:&lt;br /&gt;
 - Bug #12945 	PEAR_Registry::setConfig() does not set install path&lt;br /&gt;
 - Bug #12959 	PEAR should give warning when doing &quot;special&quot; handling with cfg role&lt;br /&gt;
 - Bug #12960 	role=cfg should automatically replace file if it has not been modified&lt;br /&gt;
 - Bug #13031 	PEAR fails to authenticate when doing upgrade-all on non-default channel&lt;br /&gt;
 - Bug #13033 	Signature to PEAR_REST_XX::listAll() changes between REST1.0 and 1.1&lt;br /&gt;
&lt;br /&gt;
fixed since 1.7.0RC2&lt;br /&gt;
 * fix bug #13030: Port not set for REST HTTP requests [timj]&lt;br /&gt;
 * fix bug #13029: Duplicate Host headers set when requesting REST data [timj]&lt;br /&gt;
 * fix Bug #12987: improper calls to class_exists [weirdan]&lt;br /&gt;
 * fix Bug #12954: Host header missing when using proxy [flint]&lt;br /&gt;
 * fix Bug #12918: file tasks ignored for role=src [cellog]&lt;br /&gt;
 * fix Bug #12816: &lt;configureoption&gt; default isn't being parsed [jon]&lt;br /&gt;
 * fix Bug #12793: run-tests fails when using --ARGS-- in phpt test files [izi]&lt;br /&gt;
fixed since 1.7.0RC1:&lt;br /&gt;
 * fix Bug #12818: package.xml 1.0 parsing can drop lines [cellog]&lt;br /&gt;
 * fix Bug #12662: System::_parseArgs() should be declared statically [cellog]&lt;br /&gt;
 * fix Bug #12661: System::mktemp needs to be declaired statically [cellog]&lt;br /&gt;
 * implement PEAR_Error::__toString() as alias to getMessage() [cellog]&lt;br /&gt;
fixed since 1.6.2:&lt;br /&gt;
 * fix Bug #12116: Accept-Encoding not supported: breaks installer [jldupont]&lt;br /&gt;
 * fix Bug #12162: config-create doesn't work after installing custom roles [cellog]&lt;br /&gt;
 * fix Bug #12553: System::find() does not find exact filename matches [cellog/jorrit]&lt;br /&gt;
 * fix Bug #12554: enableExtension() zeros php.ini in some instances [jlightsey]&lt;br /&gt;
 * implement Request #11964: introduce www role, www_dir config variable [cellog]&lt;br /&gt;
 * implement Request #12108: Add &quot;config&quot; (cfg) role [cellog]&lt;br /&gt;
 * implement Request #12147: Avoid compile-time strict warnings [cellog]
 </content:encoded>
 <dc:date>2008-01-31T23:43:08-05:00</dc:date>
</item>

</rdf:RDF>