|
| 1 | +split-gpg2 (1.1.2) unstable; urgency=medium |
| 2 | + |
| 3 | + [ Demi Marie Obenour ] |
| 4 | + * Fix tests for Ed448 and X448 keys |
| 5 | + * Do not test Ed448 or X448 unless GnuPG says they are supported |
| 6 | + * Ignore NOP command |
| 7 | + * Return fake 'OK' to setting 'display' option |
| 8 | + * Remove OptionHandlingType.override |
| 9 | + * Give fake OK response to OPTIONS pinentry-mode=ask |
| 10 | + * Fix bytes vs str mismatch |
| 11 | + * Properly indent a function parameter |
| 12 | + * Understand Assuan comments |
| 13 | + * Always pass expected_inquires dict |
| 14 | + * Clean up input validation |
| 15 | + * Allow "KEYINFO --list" |
| 16 | + * Use unrestricted connection for HAVEKEY --list and KEYINFO --list |
| 17 | + |
| 18 | + [ Marek Marczykowski-Górecki ] |
| 19 | + * tests: assertEquals -> assertEqual |
| 20 | + * tests: fix creating config dir |
| 21 | + * Factor in FlowControlMixin |
| 22 | + * Convert FlowControlMixin to StdoutWriterProtocol |
| 23 | + * ci: drop R4.1 add R4.3 |
| 24 | + * Add type annotations to StdoutWriterProtocol |
| 25 | + * Do not output keyring import messages to the client stderr |
| 26 | + * tests: log stdout/stderr on key generation failure |
| 27 | + * tests: generate signing subkey |
| 28 | + * tests: update Thunderbird/Evolution interactions |
| 29 | + |
| 30 | + -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 21 Dec 2024 16:08:57 +0100 |
| 31 | + |
1 | 32 | split-gpg2 (1.1.1) unstable; urgency=medium |
2 | 33 |
|
3 | 34 | [ Yanase Yuki ] |
|
0 commit comments