diff ChangeLog @ 4366:7ba9b56a8796

[gaim-migrate @ 4632] Ok, so this is a patch by Nicolas Lichtmaier (niqueco). You've probably noticed that when you try to sign an account on, the UI freezes for a while (esp. on poor connections). This was because gethostbyname() blocks. Nicolas's patch here forks a new process to resolve host names and returns them in a pipe. It makes things smoother and faster. Thanks so much, Nicolas. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 20 Jan 2003 19:26:56 +0000
parents 5fb47ec9bfe4
children 2fd80799d8f4
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 20 18:12:14 2003 +0000
+++ b/ChangeLog	Mon Jan 20 19:26:56 2003 +0000
@@ -16,7 +16,9 @@
 	  Robert McQueen)
 	* Conversation backend and UI are now separated. (Thanks,
 	  Christian Hammond)
-
+	* Asynchronous, non-blocking, DNS function (Thanks, Nicolas
+	  Lichtmaier)
+	
 	Plugins:
 	* Tray icon plugin--replaces the old GNOME applet. You'll need 
 	  the panel Notification Area applet (aka system-tray-applet)