2006-06-27 Mikael Hallendal * Release 1.0.4 * configure.ac: - Bumped to 1.0.4 * NEWS: - Added news about 1.0.4 2006-06-25 Mikael Hallendal * loudmouth/lm-connection.c: (lm_connection_close): - Patch from Martyn Russel - Make sure that disconnect is signalled if the connection is closed during opening phase. - Fixes LM-43 2006-06-06 Mikael Hallendal * loudmouth/lm-connection.c: (connection_free): - Call lm_parser_free to actually free it. * loudmouth/lm-parser.c: (lm_parser_free): - Free up memory used by the parser. - Fixes LM-39 2006-05-27 Mikael Hallendal * loudmouth/lm-ssl.c: (ssl_verify_certificate): - Fixed an error with an uninitialized value. - Fixes LM-35. 2006-05-26 Mikael Hallendal * loudmouth/lm-connection.c: (connection_free), (connection_handle_message), (_lm_connection_failed_with_error), (connection_auth_reply), (connection_stream_received), (lm_connection_set_disconnect_function): - Patch from Owen Taylor fixes two reentrancy problems. - Fixes LM-37.