updated for new release

This commit is contained in:
Thilo Raufeisen 2005-10-25 19:47:45 +00:00
parent f89504c92e
commit 95622aeb2d
2 changed files with 28 additions and 10 deletions

View file

@ -4,7 +4,6 @@
<name>gnupg</name>
<summary>wrapper around the gpgme library</summary>
<description>This extension provides methods to interact with gnupg.
So you can sign, encrypt, verify directly from php
</description>
<maintainers>
<maintainer>
@ -15,11 +14,11 @@ So you can sign, encrypt, verify directly from php
</maintainer>
</maintainers>
<release>
<version>0.4</version>
<date>2005-10-15</date>
<version>0.5</version>
<date>2005-10-25</date>
<license>PHP License</license>
<state>beta</state>
<notes>added procedual usage and lowered min PHP Version to 4.3
<notes>now supports multiple keys. added getsignatures. verify can now handle all signature types. therefore the API has changed.
</notes>
<deps>
<dep type="php" rel="ge" version="4.3"/>
@ -45,6 +44,12 @@ So you can sign, encrypt, verify directly from php
</filelist>
</release>
<changelog>
<release>
<version>0.5</version>
<date>2005-10-25</date>
<state>beta</state>
<notes>now supports multiple keys. added getsignatures. verify can now handle all signature types. therefore the API has changed.</notes>
</release>
<release>
<version>0.4</version>
<date>2005-10-17</date>

View file

@ -7,7 +7,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
<channel>pecl.php.net</channel>
<summary>wrapper around the gpgme library</summary>
<description>This extension provides methods to interact with gnupg.
So you can sign, encrypt, verify directly from php
</description>
<lead>
@ -16,18 +15,18 @@ So you can sign, encrypt, verify directly from php
<email>traufeisen@php.net</email>
<active>yes</active>
</lead>
<date>2005-10-17</date>
<time>23:14:49</time>
<date>2005-10-25</date>
<time>21:45:37</time>
<version>
<release>0.4</release>
<api>0.4</api>
<release>0.5</release>
<api>0.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>added procedual usage and lowered min PHP Version to 4.3
<notes>now supports multiple keys. added getsignatures. verify can now handle all signature types. therefore the API has changed.
</notes>
<contents>
@ -66,6 +65,20 @@ So you can sign, encrypt, verify directly from php
<providesextension>gnupg</providesextension>
<extsrcrelease />
<changelog>
<release>
<version>
<release>0.5</release>
<api>0.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-10-25</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>now supports multiple keys. added getsignatures. verify can now handle all signature types. therefore the API has changed.
</notes>
</release>
<release>
<version>
<release>0.4</release>