summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2015-07-21 08:09:31 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2015-07-21 08:09:31 +0900
commit946891e15d9acf413a44db63e0ebb889734527fd (patch)
tree378416c8fed3632649cecbb1923e9d4d02c31eb1 /NEWS
parentd3f01d8f9e5a05754da532de9db196adf7441561 (diff)
downloadefl-946891e15d9acf413a44db63e0ebb889734527fd.tar.gz
release: Update NEWS and bump version for 1.15.0-beta2 releasev1.15.0-beta2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6aa8ad8c90..5ea6f476e2 100644
--- a/NEWS
+++ b/NEWS
@@ -205,6 +205,19 @@ Fixes:
* Efreet: Fix config and data dir paths on windows.
* ecore-wayland: Remove improper use of EINA_UNUSED
* evas: Init need_unload value after unload.
+ * Evas textblock: Clear unused paragraphs
+ * ecore-wl: Reset input's pointer & keyboard focus on events
+ * ecore-wl: Reset ecore_wl_input repeat values on keyboard leave
+ * ecore-wl: Don't renew keyboard-repeat timer if we have no focused surface
+ * ecore-wl: Reset input keyboard repeat values when we cancel the timer
+ * The default return value of edje_object_base_scale_get API is 1.0. The return value is used for divisor in many case. If it return 0.0 when it fail, it can break app with div by zero.
+ * Evas masking: Fix rendering of masks that belong to a proxied smart object
+ * eolian: do not use an invalid pointer after updating buffer
+ * image_savers/jpeg: fix undefined behavior of using sigsetjmp on jmp_buf
+ * Eolian: fix eolian helper for windows.
+ * Ecore evas: Correct function name in magic failure.
+ * Evas GL: Fix glClear(0,0,0,0) with DR and COPY
+ * Evas GL: Fix sync, wlbuffer and image egl ext functions
Changes since 1.13.0:
---------------------