Imported Upstream version 1.7.8
[platform/upstream/ecore.git] / ChangeLog
index 307e26b..85c2e6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         * ecore_evas/wayland_shm: Backport frame_callback implementation.
 
 2013-04-30  Rafael Antognolli
+
         * ecore_evas/wayland_shm: Don't destroy a non-released buffer.
+
+2013-05-11  Rafael Antognolli
+
+        * 1.7.7 release
+
+2013-05-21     Daniel Willmann
+
+        * Backport (6d54f46) from Raster:
+        Ecore-X: Fix selection parser to not use longs - wrong on
+        64bit as the rest of ecore-x keeps types to their REAL sizes (ints),
+        but xlib uses longs (change size - eg 64bit even though protocol-wise
+        the data is DEFINEd as 32bit)
+
+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-24  Daniel Willmann
+        * Fix srv->start_time (initialization missing). So now 
+          ecore_con_server_uptime_get() is working for plain TCP connections.
+
+2013-07-17  Guillaume Friloux
+        * Fix ecore_con_server_timeout_set(). It was changing the 
+          timeout value, but not the timer.
+
+2013-08-01 Deon Thomas
+       * Fix building with --disable-ecore-randr thanks to devilhorns #ifdef
+
+2013-08-02  Eduardo Lima (Etrunko)
+
+        * Wayland: Handle ECORE_WL_WINDOW_TYPE_NONE correctly
+
+2013-08-02  Eduardo Lima (Etrunko)
+
+        * 1.7.8 release