summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e6f8e3b820..371b4b4a1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
==========
-EFL 1.18.2
+EFL 1.18.3
==========
+Changes since 1.18.2:
+---------------------
+
+Fixes:
+
+ * eocre animator - the anim thread is polled on shutdown use volatile
+ * ecore anim - actually fix by checking fd not thread handle
+ * ecore_cocoa: fix handling of some keys
+ * ecore audio - fix hang in wayland due to pulse audio connecting to x
+ * emotion gst1 module - disable subtitles by default as that should be (T4795)
+ * wl_drm and eayland_egl buffer age fix for gl when age changes
+
Changes since 1.18.1:
---------------------
diff --git a/configure.ac b/configure.ac
index 14435225ad..fc70ad4e9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [18], [2], [release])
+EFL_VERSION([1], [18], [3], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])