From 0271998c038f00626bd26edacda403da4cf233e5 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 2 Jan 2022 21:07:23 +0000 Subject: [PATCH] Update TODO --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 1cc62e6..e4ecbc1 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,9 @@ # TODO list -- Fix build error with gpgme 1.4.0 - https://bugs.php.net/bug.php?id=81004&edit=1 -- Support PHP 8.1 - Update PHP.net documentation - including changes in 1.5.0 +- Add CI for running tests +- Fix mem leak for encrypting empty key + - https://github.com/php-gnupg/php-gnupg/issues/37 - Fix / review and test PR of decryption with multiple keys - https://github.com/php-gnupg/php-gnupg/pull/33 - Add support for exporting multiple keys using `gpgme_op_export_ext`