2009-04-13 Dan Winship * libsoup/soup-proxy-resolver-gnome.c (get_proxy_async): fix use of async context here 2009-04-13 Dan Winship Bug 578809 – warnings in soup_address_equal_by_ip * libsoup/soup-session.c (get_host_for_message): don't try to look up unresolved addresses in the hosts hash; just return NULL. The "cancel other messages for the bad host" code in connect_result() will loop over the whole queue, including messages with unresolved addresses. 2009-04-13 Dan Winship Bug 578746 – http_proxy env var set to "http://:80" in session despite proxy mode "none" * libsoup/soup-proxy-resolver-gnome.c (update_proxy_settings): Don't set anything if proxy_mode is NONE, and properly ignore the proxy host if it's empty. 2009-04-11 Dan Winship Bug 578645 – crash in Rhythmbox Music Player * libsoup/soup-proxy-resolver-gnome.c (soup_proxy_resolver_gnome_init): unlock id.lock before freeing it. (Fixes the case where SoupProxyResolverGNOME is first initialized from a thread other than the main thread, while the default main loop is running.)