Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Dec 21, 2024
1 parent b23c0de commit 692fb5a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
split-gpg2 (1.1.2) unstable; urgency=medium

[ Demi Marie Obenour ]
* Fix tests for Ed448 and X448 keys
* Do not test Ed448 or X448 unless GnuPG says they are supported
* Ignore NOP command
* Return fake 'OK' to setting 'display' option
* Remove OptionHandlingType.override
* Give fake OK response to OPTIONS pinentry-mode=ask
* Fix bytes vs str mismatch
* Properly indent a function parameter
* Understand Assuan comments
* Always pass expected_inquires dict
* Clean up input validation
* Allow "KEYINFO --list"
* Use unrestricted connection for HAVEKEY --list and KEYINFO --list

[ Marek Marczykowski-Górecki ]
* tests: assertEquals -> assertEqual
* tests: fix creating config dir
* Factor in FlowControlMixin
* Convert FlowControlMixin to StdoutWriterProtocol
* ci: drop R4.1 add R4.3
* Add type annotations to StdoutWriterProtocol
* Do not output keyring import messages to the client stderr
* tests: log stdout/stderr on key generation failure
* tests: generate signing subkey
* tests: update Thunderbird/Evolution interactions

-- Marek Marczykowski-Górecki <[email protected]> Sat, 21 Dec 2024 16:08:57 +0100

split-gpg2 (1.1.1) unstable; urgency=medium

[ Yanase Yuki ]
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2

0 comments on commit 692fb5a

Please sign in to comment.