aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2014-11-26 22:56:57 +0100
committerLars Magne Ingebrigtsen2014-11-26 22:56:57 +0100
commitccae04f205db7cffa0f247a463272f6c5af77122 (patch)
treef20eca55e187667ee7ebf0af28f5941a5d64f896 /src/ChangeLog
parent7520f8919ae4030b5b2c3fbcc4141c85bb65aad1 (diff)
downloademacs-ccae04f205db7cffa0f247a463272f6c5af77122.tar.gz
emacs-ccae04f205db7cffa0f247a463272f6c5af77122.zip
* gnutls.c (Fgnutls_boot): Send the server name over
Fixes: debbugs:18208 * gnutls.c (Fgnutls_boot): Send the server name over (bug#18208).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index da8746c3ff8..17e3c5988a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-11-26 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2
3 * gnutls.c (Fgnutls_boot): Send the server name over (bug#18208).
4
12014-11-25 Paul Eggert <eggert@cs.ucla.edu> 52014-11-25 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Fix gnutls problems caught by static checking. 7 Fix gnutls problems caught by static checking.