From d8638ed0aa5bf7f970787155a35d37a4f5d320f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 28 Jun 2021 12:13:27 +0200 Subject: [PATCH] Update NEWS. * NEWS: Add changes of ChangeExpiryJob. -- GnuPG-bug-id: 4717 --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index de15bfc0..ff9bfd02 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ Noteworthy changes in version 1.16.1 (unreleased) ------------------------------------------------- + * qt: Extend ChangeExpiryJob to change expiration of primary key + and of subkeys at the same time. [#4717] + + * Interface changes relative to the 1.16.0 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + qt: ChangeExpiryJob::Option NEW. + qt: ChangeExpiryJob::Options NEW. + qt: ChangeExpiryJob::setOptions NEW. + qt: ChangeExpiryJob::options NEW. Noteworthy changes in version 1.16.0 (2021-06-24) -------------------------------------------------