mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-11 19:09:35 +00:00
Release 1.5.4
This commit is contained in:
parent
b6fbcbc56a
commit
ced3b06792
3 changed files with 25 additions and 5 deletions
4
NEWS.md
4
NEWS.md
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
List of all features for the release
|
||||
|
||||
## 1.5.4
|
||||
- Fixed GH-57: PHP 8.5 build failure due to usage of removed zend_exception_get_default()
|
||||
- Fixed GH-59: Failure to build with gpgme >= 2.0.0 due to romoved trustlist
|
||||
|
||||
## 1.5.3
|
||||
- Fixed GH-32: Decryption of message encrypted with multiple keys
|
||||
|
||||
|
|
|
|||
24
package.xml
24
package.xml
|
|
@ -28,10 +28,10 @@
|
|||
<email>sean@siobud.com</email>
|
||||
<active>no</active>
|
||||
</lead>
|
||||
<date>2025-06-02</date>
|
||||
<date>2025-08-08</date>
|
||||
<version>
|
||||
<release>1.5.3</release>
|
||||
<api>1.5.3</api>
|
||||
<release>1.5.4</release>
|
||||
<api>1.5.4</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>stable</release>
|
||||
|
|
@ -39,7 +39,8 @@
|
|||
</stability>
|
||||
<license>BSD, revised</license>
|
||||
<notes><![CDATA[
|
||||
* Fixed GH-32: Decryption of message encrypted with multiple keys
|
||||
* Fixed GH-57: PHP 8.5 build failure due to usage of removed zend_exception_get_default()
|
||||
* Fixed GH-59: Failure to build with gpgme >= 2.0.0 due to romoved trustlist
|
||||
]]></notes>
|
||||
<contents>
|
||||
<dir name="/">
|
||||
|
|
@ -113,6 +114,21 @@
|
|||
<providesextension>gnupg</providesextension>
|
||||
<extsrcrelease />
|
||||
<changelog>
|
||||
<release>
|
||||
<date>2025-06-02</date>
|
||||
<version>
|
||||
<release>1.5.3</release>
|
||||
<api>1.5.3</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>stable</release>
|
||||
<api>stable</api>
|
||||
</stability>
|
||||
<license>BSD, revised</license>
|
||||
<notes><![CDATA[
|
||||
* Fixed GH-32: Decryption of message encrypted with multiple keys
|
||||
]]></notes>
|
||||
</release>
|
||||
<release>
|
||||
<date>2025-04-08</date>
|
||||
<version>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
extern zend_module_entry gnupg_module_entry;
|
||||
#define phpext_gnupg_ptr &gnupg_module_entry
|
||||
|
||||
#define PHP_GNUPG_VERSION "1.5.3"
|
||||
#define PHP_GNUPG_VERSION "1.5.4"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#define PHP_GNUPG_API __declspec(dllexport)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue