<?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/Services_Amazon_S3/download/0.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Amazon_S3/download/0.3.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Amazon_S3/download/0.3.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Amazon_S3/download/0.3.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Amazon_S3/download/0.3.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Amazon_S3/download/0.3.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Amazon_S3/download/0.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Amazon_S3/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Amazon_S3/download/0.1.0/"/>
</rdf:Seq>
</items>

<title>Latest releases of services_amazon_s3</title>
<description>The latest releases for the package services_amazon_s3</description>
</channel>

<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.4.0/">
 <title>Services_Amazon_S3 0.4.0</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.4.0/</link>
 <content:encoded>Request #17131 Ability to fetch the logging information per bucket.
 </content:encoded>
 <dc:date>2012-08-15T14:59:25-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.3.5/">
 <title>Services_Amazon_S3 0.3.5</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.3.5/</link>
 <content:encoded>* Fixed Bug #18658 - Bad regular expression.
 </content:encoded>
 <dc:date>2011-07-08T17:46:33-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.3.4/">
 <title>Services_Amazon_S3 0.3.4</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.3.4/</link>
 <content:encoded>* Fixed Bug #18654 - Allow underscores in bucket names.
 </content:encoded>
 <dc:date>2011-07-06T20:47:46-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.3.3/">
 <title>Services_Amazon_S3 0.3.3</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.3.3/</link>
 <content:encoded>* Fixed Bug #18457 - Stream Wrapper ignores various writing modes.
 </content:encoded>
 <dc:date>2011-04-19T15:21:56-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.3.2/">
 <title>Services_Amazon_S3 0.3.2</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.3.2/</link>
 <content:encoded>* Fixed Bug #18292 - Bad variable name httpOptions in Steam class.&lt;br /&gt;
 * Fixed Bug #17042 - eTag should not have quotation marks stripped.
 </content:encoded>
 <dc:date>2011-03-28T15:47:12-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.3.1/">
 <title>Services_Amazon_S3 0.3.1</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.3.1/</link>
 <content:encoded>* Fixed Bug #16827 - Adding empty value for custom metadata causes    signature to generate incorrectly.&lt;br /&gt;
 * Fixed Bug #16912 - Invalid variable in exception class.
 </content:encoded>
 <dc:date>2010-01-29T03:09:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.3.0/">
 <title>Services_Amazon_S3 0.3.0</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.3.0/</link>
 <content:encoded>* Implemented Request #15239. Use HTTP_Request2. This allows for    better forwards-compatibility with PHP.&lt;br /&gt;
 * Implemented Request #14751. Add S3 object copy method.&lt;br /&gt;
 * Implemented Request #16517. Make object iterator populate the eTag,    lastModified and size properties.
 </content:encoded>
 <dc:date>2009-11-22T08:19:25-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.2.0/">
 <title>Services_Amazon_S3 0.2.0</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.2.0/</link>
 <content:encoded>* Fix Bug #15732: Files get truncated when mbstring overloading is enabled&lt;br /&gt;
* Fix Bug #15312: Warning in getSignedUrl()&lt;br /&gt;
* Fix missing require_once of ServerErrorException.php&lt;br /&gt;
* Make getSignedUrl() available for buckets as well&lt;br /&gt;
* Stream wrapper option &quot;default_acl&quot; renamed to &quot;acl&quot; (&quot;default_acl&quot; is also supported in this release for backwards compatibility - bug #15893)&lt;br /&gt;
* Implement Request #15240: Add ability to set content headers for new objects created via streams&lt;br /&gt;
* Preserve ACL in rename() and actually delete the source, i.e. move not copy&lt;br /&gt;
* Make Services_Amazon_S3_Resource_Bucket::getURL() throw exception if bucket name is valid for current request style
 </content:encoded>
 <dc:date>2009-05-01T16:20:51-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Amazon_S3/download/0.1.0/">
 <title>Services_Amazon_S3 0.1.0</title>
 <link>http://pear.php.net/package/Services_Amazon_S3/download/0.1.0/</link>
 <content:encoded>First alpha release.
 </content:encoded>
 <dc:date>2008-04-07T16:38:31-05:00</dc:date>
</item>

</rdf:RDF>