diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-12-22 09:24:00 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-12-22 17:12:54 +0100 |
commit | c3792274d322b9a0cca171651866313772a6b88a (patch) | |
tree | 475e0bc0cfa64ced7d9c75106e04cf068eb1f3ab /doc | |
parent | configure: remove liburcu search fallback (diff) | |
download | knot-c3792274d322b9a0cca171651866313772a6b88a.tar.xz knot-c3792274d322b9a0cca171651866313772a6b88a.zip |
configure: remove deprecated libidn 1 support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/kdig.1in | 2 | ||||
-rw-r--r-- | doc/man_kdig.rst | 2 | ||||
-rw-r--r-- | doc/requirements.rst | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/kdig.1in b/doc/man/kdig.1in index 952bb26fc..cff87251f 100644 --- a/doc/man/kdig.1in +++ b/doc/man/kdig.1in @@ -355,7 +355,7 @@ Use JSON for output encoding (RFC 8427). .TP \fB+noidn\fP Disable the IDN transformation to ASCII and vice versa. IDN support depends -on libidn availability during project building! If used in \fIcommon\-settings\fP, +on libidn2 availability during project building! If used in \fIcommon\-settings\fP, all IDN transformations are disabled. If used in the individual query \fIsettings\fP, transformation from ASCII is disabled on output for the particular query. Note that IDN transformation does not preserve domain name letter case. diff --git a/doc/man_kdig.rst b/doc/man_kdig.rst index 7a1b94203..82c4621e5 100644 --- a/doc/man_kdig.rst +++ b/doc/man_kdig.rst @@ -334,7 +334,7 @@ Options **+noidn** Disable the IDN transformation to ASCII and vice versa. IDN support depends - on libidn availability during project building! If used in *common-settings*, + on libidn2 availability during project building! If used in *common-settings*, all IDN transformations are disabled. If used in the individual query *settings*, transformation from ASCII is disabled on output for the particular query. Note that IDN transformation does not preserve domain name letter case. diff --git a/doc/requirements.rst b/doc/requirements.rst index 5443aadb7..6b25fc153 100644 --- a/doc/requirements.rst +++ b/doc/requirements.rst @@ -72,9 +72,9 @@ Knot DNS requires a few libraries to be available: Optional libraries ================== -International Domain Names support (IDNA2008 or IDNA2003) in :doc:`kdig<man_kdig>`: +International Domain Names support (IDNA2008) in :doc:`kdig<man_kdig>`: -* libidn2 (or libidn) +* libidn2 Systemd's startup notification mechanism and journald logging: |