Imported Upstream version 1.7.8
[platform/upstream/ecore.git] / NEWS
diff --git a/NEWS b/NEWS
index bf665df..b961758 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Ecore 1.7.8
+
+Changes since Ecore 1.7.7:
+--------------------------
+Additions:
+    * ecore_x_randr_crtc_info_get()
+    * ecore_x_randr_crtc_info_free()
+
+Deprecations:
+    * ecore_x_randr_crtc_gamma_ramp_size_get()
+    * ecore_x_randr_crtc_gamma_ramps_get()
+    * ecore_x_randr_crtc_gamma_ramps_set()
+
+Fixes:
+    * Ecore-X: Fix selection parser to not overrun buffer read by using longs on 64bit.
+    * 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.
+    * Fix srv->start_time (initialization missing). So now
+      ecore_con_server_uptime_get() is working for plain TCP connections.
+    * Fix use of ecore_con_server_timeout_set() that doesnt refresh the timer.
+    * Wayland: Handle ECORE_WL_WINDOW_TYPE_NONE correctly
+
 Ecore 1.7.7
 
 Changes since Ecore 1.7.6: