fixed double-free with recent gpgme-lib

adjusted testfiles
going 1.3.1
This commit is contained in:
Thilo Raufeisen 2007-05-04 12:26:17 +00:00
parent 19dcb9fda3
commit 42c62c0ee8
5 changed files with 37 additions and 25 deletions

View file

@ -14,13 +14,11 @@
</maintainer>
</maintainers>
<release>
<version>1.3</version>
<date>2006-11-06</date>
<version>1.3.1</version>
<date>2007-05-04</date>
<license>BSD, revised</license>
<state>stable</state>
<notes>PHP 5.2 compatibility
gnupg_deletekey now allows deleting a secret key in procedural usage
raised min version to 4.4</notes>
<notes>fixed double-free with recent gpgme-lib</notes>
<deps>
<dep type="php" rel="ge" version="4.4"/>
</deps>
@ -62,6 +60,13 @@ raised min version to 4.4</notes>
</filelist>
</release>
<changelog>
<release>
<version>1.3.1</version>
<date>2007-05-04</date>
<license>BSD, revised</license>
<state>stable</state>
<notes>fixed double-free with recent gpgme-lib</notes>
</release>
<release>
<version>1.3</version>
<date>2006-11-06</date>