ChangeLog
changeset 55 849786a27b00
parent 54 eee846c76348
child 56 3bf928955fc5
equal deleted inserted replaced
54:eee846c76348 55:849786a27b00
       
     1 2003-11-16  Mikael Hallendal  <micke@imendio.com>
       
     2 
       
     3 	* loudmouth/lm-connection.c: 
       
     4 	(lm_connection_new): Don't create and attach source here
       
     5 	(lm_connection_open): Do it here, 
       
     6 	(lm_connection_open_and_block): and here. Fixes #126983.
       
     7 
     1 2003-11-11  Mikael Hallendal  <micke@imendio.com>
     8 2003-11-11  Mikael Hallendal  <micke@imendio.com>
     2 
     9 
     3 	* Makefile.am: 
       
     4 	- Added README.WIN32 so it will be distributed next release.
       
     5 	* loudmouth/lm-connection.c:
    10 	* loudmouth/lm-connection.c:
     6 	(connection_do_close): Remove the incoming source. Reported and fix
    11 	(connection_do_close): Remove the incoming source. Reported and fix
     7 	  proposed by Christopher G. Abiad
    12 	  proposed by Christopher G. Abiad
     8 	(lm_connection_authenticate_and_block):
    13 	(lm_connection_authenticate_and_block):
     9 	- Set error message on auth failed (should be more explicit). Fixes
    14 	- Set error message on auth failed (should be more explicit). Fixes