Changelog for gnupg |
Release |
What has changed? |
1.4.0 |
* No changes since 1.4.0RC2 |
1.4.0RC2 |
* Fixed ZTS issue with invalid context for a password callback |
1.4.0RC1 |
* Added support for PHP 7
* Fixed various compilation issues |
1.3.6 |
Compilation bug |
1.3.5 |
Fix compatibility with PHP 5.4, 5.5 and 5.6
iterator fix
bug #65342 |
1.3.3 |
Fix compatibility with PHP 5.4 and 5.5 |
1.3.2 |
Fix compatibility with gpgme >= 1.2.0 and crashes on 64-bit systems |
1.3.1 |
fixed double-free with recent gpgme-lib |
1.3 |
PHP 5.2 compatibility
gnupg_deletekey now allows deleting a secret key in procedural usage
raised min version to 4.4 |
1.2 |
fixed bug #7587 (gnupg_verify fails with detached signature)
added "summary" into signature-array |
1.1 |
improved PHP4 compatibility
passphrase-errors now takes care of the errormode |
1.0 |
bump to stable |
0.7.1 |
fixed PHP 5.1 build |
0.7 |
changed licence to BSD, revised
fixed error during keyimport when the keyring is not writeable
fixed error when an invalid errormode is passed to seterrormode |
0.6.1 |
fixed zts build |
0.6 |
+ added seterrormode
- various memory optimizations |
0.5 |
now supports multiple keys. added getsignatures. verify can now handle all signature types. therefore the API has changed. |
0.4 |
added procedural usage and lowered min PHP Version to 4.3 |
0.3 |
added import/export methods and better errormessages |
0.2 |
added keylistiterator, encryptsign and decryptverify |
0.1 |
First release and not feature complete. Don't use in production enviroments |