<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/crypt_gpg">Crypt_GPG</p>
 <c>pear.php.net</c>
 <v>1.0.0RC1</v>
 <st>beta</st>
 <l>LGPL</l>
 <m>gauthierm</m>
 <s>GNU Privacy Guard (GPG)</s>
 <d>This package provides an object oriented interface to GNU Privacy Guard (GPG). It requires the GPG executable to be on the system.

Though GPG can support symmetric-key cryptography, this package is intended only to facilitate public-key cryptography.

This package requires PHP version 5.2.1 or greater.</d>
 <da>2008-11-17 01:37:26</da>
 <n>RC1. API is stable. Changes include:
 * add support for initializing user ids, signatures and sub-keys from    an array of fields.
 * clean up unit tests to work with PEAR's continuous integration    server.
 * add unit tests for exception, user id, signature, key and sub-key    classes.
 * rename the 'gpgBinary' option in the constructor to just 'binary'.    the old option name is deprecated but still works.
 * rename Signature::setIsValid() to Signature::setValid() to match    methods on UserId.
 * remove unused exceptions: 'DuplicateKeyImportException',    'UnsignedKeyException', and 'MissingSelfSignatureException'.
 * Fix ISO 8601 timestamp parsing when E_STRICT is used.</n>
 <f>226826</f>
 <g>http://pear.php.net/get/Crypt_GPG-1.0.0RC1</g>
 <x xlink:href="package.1.0.0RC1.xml"/>
</r>