summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-08-03 04:33:21 -0400
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-03 01:55:49 -0700
commit64edd14ca9cf6d1b957316a9a547e482c9ba811b (patch)
treee87bae7ec3e6d43605a7271a8a267e81e5ba4bb0 /etc
parent5f0b1c307a7d66ee8d2afa2eff982866785f60dd (diff)
Require GnuTLS 2.12.2 or later
* configure.ac, etc/NEWS: Require GnuTLS 2.12.2 or later, instead of merely 2.6.6 or later (Bug#23982#20). * src/gnutls.c (init_gnutls_functions, emacs_gnutls_handshake) [WINDOWSNT]: Don’t bother with gnutls_check_version or gnutls_transport_set_lowat, as they are no longer needed now that we require gnutls 2.12.2 or later.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6462effd9f..fadf4c2af0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,6 +28,9 @@ otherwise leave it unmarked.
** By default libgnutls is now required when building Emacs.
Use 'configure --with-gnutls=no' to build even when GnuTLS is missing.
+** GnuTLS version 2.12.2 or later is now required, instead of merely
+version 2.6.6 or later.
+
** The new option 'configure --enable-gcc-warnings=warn-only' causes
GCC to issue warnings without stopping the build. This behavior is
now the default in developer builds. As before, use