Release 1.5.2

This commit is contained in:
Jakub Zelenka 2025-04-08 12:29:42 +02:00
parent c839aa56e1
commit ca7272b732
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
3 changed files with 27 additions and 8 deletions

View file

@ -2,10 +2,10 @@
List of all features for the release
## X.Y.Z
- The deletekey `allow_secret` made optional again
## 1.5.2
- Fixed GH-37: `gnupg_decrypt()` returns false when decrypting an encrypted empty string
- Fixed GH-46: `gnupg_decrypt()` segfaults when password callback user ID hint is not supplied
- Fixed 1.5.0 regressition - the deletekey `allow_secret` made optional again
## 1.5.1
- Fixed compilation with PHP 8.1