ChangeLog
changeset 155 d24c4392d4e3
parent 153 b2324df84971
child 156 8c054d9e98b8
equal deleted inserted replaced
154:207483c02cfc 155:d24c4392d4e3
       
     1 2006-06-16  Mikael Hallendal  <micke@imendio.com>
       
     2 
       
     3 	* configure.ac:
       
     4 	* loudmouth-1.0.pc.in:
       
     5 	* loudmouth/Makefile.am:
       
     6 	- Add checks for libidn.
       
     7 	* loudmouth/lm-connection.c: (lm_connection_new),
       
     8 	(lm_connection_set_server):
       
     9 	* loudmouth/lm-proxy.c: (lm_proxy_set_server):
       
    10 	- Use the new function _lm_utils_hostname_to_punycode.
       
    11 	* loudmouth/lm-internals.h:
       
    12 	* loudmouth/lm-utils.c: (_lm_utils_hostname_to_punycode):
       
    13 	- Added function to support internationalised host names.
       
    14 	- Patch from Frederic Peters.
       
    15 	- Fixes LM-42.
       
    16 
     1 2006-06-06  Mikael Hallendal  <micke@imendio.com>
    17 2006-06-06  Mikael Hallendal  <micke@imendio.com>
     2 
    18 
     3 	* loudmouth/lm-connection.c: (connection_free):
    19 	* loudmouth/lm-connection.c: (connection_free):
     4 	- Call lm_parser_free to actually free it.
    20 	- Call lm_parser_free to actually free it.
     5 	* loudmouth/lm-parser.c: (lm_parser_free):
    21 	* loudmouth/lm-parser.c: (lm_parser_free):