Share

WinLop - Lopster for Win32

File Release Notes and Changelog

Release Name: Lopster 1.2.0 dev2-0.8

Notes:


Changes: 2004-05-16 [1.2.0-dev2 Win32-0.8] DanielKO |danielosmari at users.sourceforge.net| * Fixed bug #943996 - server_send was freezing the GUI. * Fixed bug #934817 - there were still some hardcoded path separators * Fixed a potential bug with the l_input_add() function. Now it only queue the adds, and after each iteraction through the sockets hash table, l_input_add_real() is called to actually insert the socket in the table. You can't changed the hash_table inside a g_hash_table_foreach*(), but all the socket callback functions are called inside this function; so a lot of adds were always called when iterating through the table. * Updated with Lopster's cvs (1.2.0-dev2)