diff --git a/ChangeLog b/ChangeLog index 760271cf02..1e5e0a5b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-05-24 Guillaume Friloux + * Fix use of ecore_con_server_client_limit_set() (counter never + decreased). + * Fix use of ecore_con_client_timeout_set() and + ecore_con_server_timeout_set() that makes timeout on connections + even if you sent data. + * Fix cl->start_time (initialization missing). So now + ecore_con_client_uptime_get() is working. + 2013-05-22 Daniel Juyung Seo (SeoZ) * Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly. diff --git a/NEWS b/NEWS index e54766be78..ccb9af633d 100644 --- a/NEWS +++ b/NEWS @@ -273,3 +273,8 @@ Fixes: * Edje textblock: Fixed issue with quoted formats. * Edje textblock: Keep the text styles when new font by the text class is applied. * Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly. + * Fix use of ecore_con_server_client_limit_set() (counter never decreased). + * Fix use of ecore_con_client_timeout_set() and ecore_con_server_timeout_set() that makes timeout on + connections even if you sent data. + * Fix cl->start_time (initialization missing). So now + ecore_con_client_uptime_get() is working.