aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS45
-rw-r--r--g13/Makefile.am2
2 files changed, 45 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8548cfb56..359cc0f91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,50 @@
-Noteworthy changes in version 2.2.34 (unreleased)
+Noteworthy changes in version 2.2.34 (2022-02-07)
-------------------------------------------------
+ * gpgconf: Backport the improved option reading and writing code
+ from 2.3. [rG7a3a1ef370,T4788]
+
+ * gpgconf: Do not list ignored options and mark forced options as
+ read-only. [T5732]
+
+ * gpgconf: Correctly show registry entries with --show-configs.
+ [T5724]
+
+ * gpgconf: Add command aliases -L, -K, and -R. [rGf16c535eee]
+
+ * gpgconf: Tweak the use of the ldapserver option. [T5801]
+
+ * gpgconf: Make "--launch gpg-agent" work again. [rG5a7ed6dd8f]
+
+ * gpg: Accept Ed25519 private keys in modernized encoding. [T5120]
+
+ * gpg: Fix adding the list of ultimate trusted keys. [T5742]
+
+ * gpgsm: New option --ignore-cert-with-oid. [rGbcf446b70c]
+
+ * dirmngr: Avoid initial delay on the first keyserver access in
+ presence of --no-use-tor. [rGdde88897e2]
+
+ * scdaemon: Also prefer Yubikeys if no reader port is given.
+ [rG38c666ec3f]
+
+ * agent: Make missing strings translatable and update German and
+ Japanese translations. [T4777]
+
+ * ssh: Fix adding an ed25519 key with a zero length comment. [T5794]
+
+ * gpgtar: Create and handle extended headers to support long file
+ names. [T5754]
+
+ * Fix the creation of socket directories under Windows for non-ascii
+ account names. [rG7d1215cb9c]
+
+ * Improve the registry HKCU->HKLM fallback. [rG96db487a4d]
+
+ * Prettify the --help output of most commands.
+
Release-info: https://dev.gnupg.org/T5703
+ See-also: gnupg-announce/2022q1/000470.html
Noteworthy changes in version 2.2.33 (2021-11-23)
diff --git a/g13/Makefile.am b/g13/Makefile.am
index ef5671f21..b8cb34291 100644
--- a/g13/Makefile.am
+++ b/g13/Makefile.am
@@ -74,7 +74,7 @@ g13_syshelp_LDADD = $(libcommon) \
module_tests = t-g13tuple
t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) \
- $(LIBASSUAN_LIBS) $(LIBICONV)
+ $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) $(LIBICONV)
t_g13tuple_SOURCES = t-g13tuple.c g13tuple.c
t_g13tuple_LDADD = $(t_common_ldadd)