<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.6.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.0     http://pear.php.net/dtd/package-2.0.xsd">
 <name>Crypt_GPG</name>
 <channel>pear.php.net</channel>
 <summary>GNU Privacy Guard (GPG)</summary>
 <description>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.</description>
 <lead>
  <name>Mike Gauthier</name>
  <user>gauthierm</user>
  <email>mike@silverorange.com</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Nathan Fredrickson</name>
  <user>nrf</user>
  <email>nathan@silverorange.com</email>
  <active>yes</active>
 </lead>
 <date>2008-01-28</date>
 <time>01:10:39</time>
 <version>
  <release>0.4.0</release>
  <api>0.4.0</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
 <notes>API is beta. The native PHP driver is pretty much finished. A PECL-powered gnupg driver will be added in the future.

Changes in this release:
 * cleaned up Key and Signature objects,
 * getPublicKeys() and getPrivateKeys become getKeys(),
 * getPublicFingerprint() and getPrivateFingerprint become getFingerprint(),
 * added ability to specify a key in getKeys(),
 * getFingerprint() can return fingerprint formatted in common formats,
 * throw an exception when you try to delete a public key that has a private key,
 * don&apos;t throw an exception when importing duplicate keys, and
 * unit tests are complete for PHP driver.</notes>
 <contents>
  <dir baseinstalldir="/Crypt" name="/">
   <file baseinstalldir="/Crypt" md5sum="2d3b6ec52830942a2b1e8f9177b17488" name="GPG/Driver/Php.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="8788f77073d643b5cb912c1941e7b062" name="GPG/Exceptions.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="3bdd0542f8e0773a8880156d6c56b1f4" name="GPG/Key.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="d6e9c8d6ee37ab6ab9ccdc8f57d23aa6" name="GPG/Signature.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="71c4d6c60d55f7939439003594bb664e" name="GPG/SubKey.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="df4878d159554d3f716edba6faf3f169" name="GPG/UserId.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="483a28a0b59c3c57bc806a0fca266df1" name="tests/PhpDriver.php" role="test" />
   <file baseinstalldir="/Crypt" md5sum="10581ad193c290907034185a9a5e742b" name="ChangeLog" role="data" />
   <file baseinstalldir="/Crypt" md5sum="56019cff10a630ea9d1f24e4b683cb2a" name="GPG.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="7eb09e6fd83eb49ed22911c3b2f06744" name="LICENSE" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.0.5</min>
   </php>
   <pearinstaller>
    <min>1.4.0</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.4.0</release>
    <api>0.4.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2008-01-28</date>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>API is beta. The native PHP driver is pretty much finished. A PECL-powered gnupg driver will be added in the future.

Changes in this release:
 * cleaned up Key and Signature objects,
 * getPublicKeys() and getPrivateKeys become getKeys(),
 * getPublicFingerprint() and getPrivateFingerprint become getFingerprint(),
 * added ability to specify a key in getKeys(),
 * getFingerprint() can return fingerprint formatted in common formats,
 * throw an exception when you try to delete a public key that has a private key,
 * don&apos;t throw an exception when importing duplicate keys, and
 * unit tests are complete for PHP driver.</notes>
  </release>
 </changelog>
</package>
