aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-11-21 19:21:42 +0100
committerLars Magne Ingebrigtsen2011-11-21 19:21:42 +0100
commit261b6fd466a835692e0b1eedba327eb674d79ca6 (patch)
treeffb661c6201f408aa01ab00fb3e5acd883532486 /src/ChangeLog
parente7cfd277bd7b5fda95431481c027fb16023cc654 (diff)
downloademacs-261b6fd466a835692e0b1eedba327eb674d79ca6.tar.gz
emacs-261b6fd466a835692e0b1eedba327eb674d79ca6.zip
Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.
Some versions of the GnuTLS library doesn't respons to poll reliably. Work around this by checking all GnuTLS sockets explicitly from the idle loop.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ef9aa4a907f..45e8eb1025d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * process.c (wait_reading_process_output): Fix asynchrounous
4 GnuTLS socket handling on some versions of the GnuTLS library.
5
12011-11-21 Jan Djärv <jan.h.d@swipnet.se> 62011-11-21 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * xterm.c (x_clear_frame): Reinstate the XClearWindow call. 8 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.