Forwardport NEWS/Changelog of Guillaume's/Cravix's fixes

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
This commit is contained in:
Daniel Willmann 2013-05-24 16:02:43 +01:00
parent 7b88439346
commit 714401f1c3
2 changed files with 14 additions and 0 deletions

View File

@ -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.

5
NEWS
View File

@ -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.