mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 05:11:34 +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
|
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
|
## 1.5.3
|
||||||
- Fixed GH-32: Decryption of message encrypted with multiple keys
|
- 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>
|
<email>sean@siobud.com</email>
|
||||||
<active>no</active>
|
<active>no</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2025-06-02</date>
|
<date>2025-08-08</date>
|
||||||
<version>
|
<version>
|
||||||
<release>1.5.3</release>
|
<release>1.5.4</release>
|
||||||
<api>1.5.3</api>
|
<api>1.5.4</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>stable</release>
|
||||||
|
|
@ -39,7 +39,8 @@
|
||||||
</stability>
|
</stability>
|
||||||
<license>BSD, revised</license>
|
<license>BSD, revised</license>
|
||||||
<notes><![CDATA[
|
<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>
|
]]></notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir name="/">
|
<dir name="/">
|
||||||
|
|
@ -113,6 +114,21 @@
|
||||||
<providesextension>gnupg</providesextension>
|
<providesextension>gnupg</providesextension>
|
||||||
<extsrcrelease />
|
<extsrcrelease />
|
||||||
<changelog>
|
<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>
|
<release>
|
||||||
<date>2025-04-08</date>
|
<date>2025-04-08</date>
|
||||||
<version>
|
<version>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
extern zend_module_entry gnupg_module_entry;
|
extern zend_module_entry gnupg_module_entry;
|
||||||
#define phpext_gnupg_ptr &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
|
#ifdef PHP_WIN32
|
||||||
#define PHP_GNUPG_API __declspec(dllexport)
|
#define PHP_GNUPG_API __declspec(dllexport)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue