summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-08 20:01:15 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-08 20:01:15 +0200
commit7f1aeae5fb7face754203edcc6190a0ff29c31ee (patch)
tree7cf5d153cfb0ef256bcb91c8a9d651213775c367
parent7aed668468d414417fec84361285c8188efa8ddb (diff)
downloadweechat-7f1aeae5fb7face754203edcc6190a0ff29c31ee.zip
core: update GnuTLS section in release notes
-rw-r--r--ReleaseNotes.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc
index da513a8ef..5206a7144 100644
--- a/ReleaseNotes.adoc
+++ b/ReleaseNotes.adoc
@@ -36,8 +36,8 @@ Therefore two functions have been renamed in API and moved to the new
The old names are still valid for compatibility reasons, but it is recommended
to use only the new names as the old ones may be removed in an upcoming release.
-[[v2.9_remove_gnutls_build_option]]
-=== GnuTLS is not optional any more
+[[v2.9_gnutls_required_dependency]]
+=== GnuTLS is now a required dependency
The build options `ENABLE_GNUTLS` (in CMake) and `--disable-gnutls` (in autotools)
have been removed. That means now GnuTLS is always compiled and used in WeeChat.