summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 08817b10c5..dbf959e213 100644
--- a/NEWS
+++ b/NEWS
@@ -184,6 +184,24 @@ Fixes:
* win32: Fix compilation due to recent changes in Evil
* embryo: change the log catagory of printf in embryo
* ecore imf: fix imf module load hangs when not even configured
+ * ecore-x: add safety checks for _ecore_x_disp in some functions
+ * Eina: Fix eina_file_mk[ds]temp when a path is passed
+ * elua: Fix use of eina_file_mkstemp after previous patch
+ * Evas GL: Also fix surface cap cache
+ * edje/edje_edit: make posible to unset the program filter part and state
+ * ecore-drm: Cleanup ecore-drm shutdown routine
+ * ecore-evas-drm: Cleanup drm outputs during shutdown
+ * ecore-drm: Refactor logind code to use tty functions
+ * ecore-drm: Destroy any existing eeze watch when we free the device
+ * ecore-drm: Don't unset logind variable when disconnecting a device
+ * ecore-drm: Unify and cleanup tty code
+ * ector: fix potential crash if cairo is not found on the system. (T2938)
+ * Ethumb: make the emotion plugin correctly use the edje frame if requested.
+ * ecore_evas_extn: Add safety checks, fixing a crash in elm_test (T2835)
+ * edje: Fix potential NULL pointer dereference (CID1349866)
+ * efreet: reject invalid "" data for Efreet_Desktop->x hash (T3096)
+ * efreet: add locking for efreet_desktop_x_field_get()
+
Changes since 1.15.0:
---------------------
diff --git a/configure.ac b/configure.ac
index dac30cec2a..852e989dd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
EFL_VERSION([1], [17], [0], [release])
-AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([efl], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])