ChangeLog
changeset 82 a32b54e654e2
parent 81 b9dfe6efc011
child 84 7ae7b690aa89
equal deleted inserted replaced
81:b9dfe6efc011 82:a32b54e654e2
       
     1 2004-03-17  Mikael Hallendal  <micke@imendio.com>
       
     2 
       
     3 	* Synced from SVN.
       
     4 
       
     5 	* Released 0.16
       
     6 	
       
     7 	* configure.in: Bumped to 0.16 
       
     8 	* NEWS: Updated for 0.16
       
     9  
       
    10 2004-03-17  Mikael Hallendal  <micke@imendio.com>
       
    11 
       
    12 	* docs/reference/*: Updated documentation.
       
    13 	* loudmouth/*: Fixed the documentation in a couple of places. 
       
    14 
       
    15 2004-03-17  Mikael Hallendal  <micke@imendio.com>
       
    16 
       
    17 	* loudmouth/lm-connection.[ch]
       
    18 	(lm_connection_new_with_context): 
       
    19  	- Added to be able to give what context the connection should be 
       
    20 	  running in. 
       
    21 	- All internal functions are updated to use the context or NULL if 
       
    22 	  lm_connection_new was called.
       
    23 	- Should make it possible to use several LmConnections in various 
       
    24 	  threads.
       
    25 
       
    26 2004-03-17  Mikael Hallendal  <micke@imendio.com>
       
    27 
       
    28 	* loudmouth/lm-connection.c: 
       
    29 	* loudmouth/lm-internal.h:
       
    30 	* loudmouth/lm-proxy.c: 
       
    31 	- Make the HTTP proxy support asynchronous. Patch from Josh Beam.
       
    32 	- Re-enable the HTTP proxy support.
       
    33 	* examples/lm-send-sync.c: 
       
    34 	* examples/lm-send-async.c:
       
    35 	* examples/test-http-proxy.c:
       
    36 	- Added two of the old examples and a new one to test out the HTTP 
       
    37 	  proxy support.
       
    38 
       
    39 2004-03-17  Mikael Hallendal  <micke@imendio.com>
       
    40 
       
    41 	* configure.in: Generate examples/Makefile
       
    42 	* loudmouth/test-jid.c: Removed
       
    43 	* loudmouth/test-lm.c: Moved to examples/
       
    44 	* exmples/*: Moved out from loudmouth/
       
    45 
     1 2004-02-05  Mikael Hallendal  <micke@imendio.com>
    46 2004-02-05  Mikael Hallendal  <micke@imendio.com>
     2 
    47 
     3 	* README: Updated information about website and bug reporting
    48 	* README: Updated information about website and bug reporting
     4 
    49 
     5 2004-01-29  Richard Hult  <richard@imendio.com>
    50 2004-01-29  Richard Hult  <richard@imendio.com>