<?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/Crypt_GPG/download/1.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Crypt_GPG/download/0.7.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Crypt_GPG/download/0.7.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Payment_PayPal_SOAP/download/0.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Akismet/download/1.0.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Akismet/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Crypt_GPG/download/0.6.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Akismet/download/1.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Crypt_GPG/download/0.5.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Services_Akismet/download/0.5.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for gauthierm</title>
<description>The latest releases for the PEAR developer gauthierm (Michael Gauthier)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Crypt_GPG/download/1.0.0RC1/">
 <title>Crypt_GPG 1.0.0RC1</title>
 <link>http://pear.php.net/package/Crypt_GPG/download/1.0.0RC1/</link>
 <content:encoded>RC1. API is stable. Changes include:&lt;br /&gt;
 * add support for initializing user ids, signatures and sub-keys from    an array of fields.&lt;br /&gt;
 * clean up unit tests to work with PEAR's continuous integration    server.&lt;br /&gt;
 * add unit tests for exception, user id, signature, key and sub-key    classes.&lt;br /&gt;
 * rename the 'gpgBinary' option in the constructor to just 'binary'.    the old option name is deprecated but still works.&lt;br /&gt;
 * rename Signature::setIsValid() to Signature::setValid() to match    methods on UserId.&lt;br /&gt;
 * remove unused exceptions: 'DuplicateKeyImportException',    'UnsignedKeyException', and 'MissingSelfSignatureException'.&lt;br /&gt;
 * Fix ISO 8601 timestamp parsing when E_STRICT is used.
 </content:encoded>
 <dc:date>2008-11-17T01:37:26-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Crypt_GPG/download/0.7.1/">
 <title>Crypt_GPG 0.7.1</title>
 <link>http://pear.php.net/package/Crypt_GPG/download/0.7.1/</link>
 <content:encoded>Small cleanups in generated API documentation. See 0.7.0 release notes:&lt;br /&gt;
&lt;br /&gt;
Brought to you by strace, xdebug, time and phpunit.&lt;br /&gt;
&lt;br /&gt;
API is beta -- there are significant API changes in this release. See the API or end-user documentation for details. Other changes in this release include:&lt;br /&gt;
 * support operations on large strings properly. Bug #13806.&lt;br /&gt;
 * support operations on files (or anything fopen-able). Bug #13586.&lt;br /&gt;
 * encryption speed improvements (went from 10 seconds to encrypt a    1.9 MiB file to 0.1 - 0.2 seconds). There is new file-specific API.    see the API docs for details.&lt;br /&gt;
 * remove GnuPG driver and driver architecture [BC BREAK]. The pecl    extension powering the GnuPG driver is missing features and doesn't    support any extra features that make it desirable to use. Crypt_GPG    still has nicer error handling, a greater feature set, better    documentation and more comprehensive tests.&lt;br /&gt;
 * split GPG I/O engine into a separate class&lt;br /&gt;
 * support multiple encryption, decryption and signing recipients    [BC BREAK]. Bug #13808. This moves the API towards something more    like the PECL gnupg extension where you add and clear keys for a    particular operation. This also changes the returned value of    verify() from a signature object to an array of signature objects.&lt;br /&gt;
 * use PHP_EOL for detecting line endings.&lt;br /&gt;
 * throw an exception if keychain can not be read or written.    Bug #14645.&lt;br /&gt;
 * split unit tests into separate files.&lt;br /&gt;
 * updated unit tests for new API and features.&lt;br /&gt;
 * throw a KeyNotFound exception if trying to verify a signature when    the public key is not in the keyring.&lt;br /&gt;
 * drop Windows support. PHP bugs and known limitations make it next    to impossible to develop for Windows correctly.
 </content:encoded>
 <dc:date>2008-09-23T17:02:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Crypt_GPG/download/0.7.0/">
 <title>Crypt_GPG 0.7.0</title>
 <link>http://pear.php.net/package/Crypt_GPG/download/0.7.0/</link>
 <content:encoded>Brought to you by strace, xdebug, time and phpunit.&lt;br /&gt;
&lt;br /&gt;
API is beta -- there are significant API changes in this release. See the API or end-user documentation for details. Other changes in this release include:&lt;br /&gt;
 * support operations on large strings properly. Bug #13806.&lt;br /&gt;
 * support operations on files (or anything fopen-able). Bug #13586.&lt;br /&gt;
 * encryption speed improvements (went from 10 seconds to encrypt a    1.9 MiB file to 0.1 - 0.2 seconds). There is new file-specific API.    see the API docs for details.&lt;br /&gt;
 * remove GnuPG driver and driver architecture [BC BREAK]. The pecl    extension powering the GnuPG driver is missing features and doesn't    support any extra features that make it desirable to use. Crypt_GPG    still has nicer error handling, a greater feature set, better    documentation and more comprehensive tests.&lt;br /&gt;
 * split GPG I/O engine into a separate class&lt;br /&gt;
 * support multiple encryption, decryption and signing recipients    [BC BREAK]. Bug #13808. This moves the API towards something more    like the PECL gnupg extension where you add and clear keys for a    particular operation. This also changes the returned value of    verify() from a signature object to an array of signature objects.&lt;br /&gt;
 * use PHP_EOL for detecting line endings.&lt;br /&gt;
 * throw an exception if keychain can not be read or written.    Bug #14645.&lt;br /&gt;
 * split unit tests into separate files.&lt;br /&gt;
 * updated unit tests for new API and features.&lt;br /&gt;
 * throw a KeyNotFound exception if trying to verify a signature when    the public key is not in the keyring.&lt;br /&gt;
 * drop Windows support. PHP bugs and known limitations make it next    to impossible to develop for Windows correctly.
 </content:encoded>
 <dc:date>2008-09-23T12:52:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Payment_PayPal_SOAP/download/0.1.0/">
 <title>Payment_PayPal_SOAP 0.1.0</title>
 <link>http://pear.php.net/package/Payment_PayPal_SOAP/download/0.1.0/</link>
 <content:encoded>First PEAR release.
 </content:encoded>
 <dc:date>2008-08-28T17:46:36-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Akismet/download/1.0.1/">
 <title>Services_Akismet 1.0.1</title>
 <link>http://pear.php.net/package/Services_Akismet/download/1.0.1/</link>
 <content:encoded>Added unit tests. No functional changes singe 1.0.0.
 </content:encoded>
 <dc:date>2008-05-03T16:59:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Akismet/download/1.0.0/">
 <title>Services_Akismet 1.0.0</title>
 <link>http://pear.php.net/package/Services_Akismet/download/1.0.0/</link>
 <content:encoded>First stable release.&lt;br /&gt;
&lt;br /&gt;
Coding standards fixes. Made the _requiredFields private member variable static in Services_Akismet_Comment. No functional changes since RC1. Marked package as stable.
 </content:encoded>
 <dc:date>2008-04-15T23:20:57-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Crypt_GPG/download/0.6.0/">
 <title>Crypt_GPG 0.6.0</title>
 <link>http://pear.php.net/package/Crypt_GPG/download/0.6.0/</link>
 <content:encoded>API is beta. No API changes in this release. Changes in this release:&lt;br /&gt;
 * unit test - fail on E_NOTICE,&lt;br /&gt;
 * unit test - fixes for PHPUnit &gt; 3.2.16,&lt;br /&gt;
 * unit test - fixes for systems other than Ubuntu 7.10,&lt;br /&gt;
 * PHP driver - added workarounds for Windows using temporary files,&lt;br /&gt;
 * PHP driver - added auto-detection of GPG binary, making it less likely that you need to specify the binary location,&lt;br /&gt;
 * PHP driver - documentation typo fixes,&lt;br /&gt;
 * PHP driver - fix bug parsing status output in Windows,&lt;br /&gt;
 * PHP driver - fix undefined array in _parseVerifyStatus(),&lt;br /&gt;
 * PHP driver - throw an exception if the specified GPG binary is not valid.
 </content:encoded>
 <dc:date>2008-04-05T17:29:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Akismet/download/1.0.0RC1/">
 <title>Services_Akismet 1.0.0RC1</title>
 <link>http://pear.php.net/package/Services_Akismet/download/1.0.0RC1/</link>
 <content:encoded>Added CVS Id tags to file-level docblocks. No code changes since 0.5.0. Marked as package as RC1.
 </content:encoded>
 <dc:date>2008-03-21T11:51:46-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Crypt_GPG/download/0.5.0/">
 <title>Crypt_GPG 0.5.0</title>
 <link>http://pear.php.net/package/Crypt_GPG/download/0.5.0/</link>
 <content:encoded>API is beta. No API changes in this release. Changes in this release:&lt;br /&gt;
 * added PECL-powered gnupg driver,&lt;br /&gt;
 * added unit tests for new driver.
 </content:encoded>
 <dc:date>2008-03-02T16:41:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Services_Akismet/download/0.5.0/">
 <title>Services_Akismet 0.5.0</title>
 <link>http://pear.php.net/package/Services_Akismet/download/0.5.0/</link>
 <content:encoded>Cleaned up example code in documentation. Marked as package as beta. no code changes since 0.4.1.
 </content:encoded>
 <dc:date>2008-02-29T18:24:43-05:00</dc:date>
</item>

</rdf:RDF>