ChangeLog
changeset 39 b909b5af5a97
parent 38 8e3d2d3f2ccc
child 40 a6c68984c06a
--- a/ChangeLog	Wed Oct 01 10:39:20 2003 +0000
+++ b/ChangeLog	Wed Oct 01 13:07:01 2003 +0000
@@ -1,3 +1,17 @@
+2003-10-01  Mikael Hallendal  <micke@imendio.com>
+
+	* loudmouth/Makefile.am: 
+	- added lm-queue.[ch]
+	  
+	* loudmouth/lm-queue.[ch]: copied and extended from GQueue.
+	
+	* loudmouth/lm-connection.c: 
+	- Use LmQueue instead of GQueue
+	(lm_connection_open_and_block): Better handling of the queue.
+	
+	(lm_connection_send_with_reply_and_block): 
+	- Fixed a bug causing replies to be over looked.
+
 2003-10-01  Mikael Hallendal  <micke@imendio.com>
 
         * README.WIN32, win32-config.h: