From 28bee673043b775a489695e371cb539c947844c9 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 19 Oct 2015 11:36:51 +0200 Subject: [PATCH] release: Update NEWS and bump version for 1.16.0-beta2 release --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6b8e767150..18f0f73af0 100644 --- a/NEWS +++ b/NEWS @@ -115,6 +115,30 @@ Fixes: * eolian-cxx: Fixed possible exception escaping main (CID1265600) * Ecore_xcb_keymap: Fix memory leak in _ecore_xcb_keymap_finilize * Evas filter: Fix proxies of filtered images + * ecore-wl: Don't update window size during ecore_wl_window_resize function + * ecore-evas-wayland: Don't resize ecore_wl window to include frame size + * ecore-evas-wayland: Fix common window configure callback to not adjust for framespace + * evas-drm: remove useless condition + * ecore-evas-wayland: Trap for subsequent resize events + * edje_cc: fix segfault when a program attempts to play a non-registered sound + * Ecore_Con: make sure to create named pipe with a unique name + * ecore_exe: read remaining data when the child application has closed + * ecore_file: fix ecore_file management function on Windows + * Ecore exe win32: Fix double-free errors. (T2675) + * eina: Include for getuid and geteuid functions + * Eina: fix eina_file_current_directory_get() + * Eina: fix memory leak in eina_file_open() + * evas: Fix clang warning for missing field 'async' in default_state + * ecore-drm: Add missing field initializers for vt_mode + * ecore-evas-wayland-egl: Fix clang warning about extra parentheses + * edje_edit: Fix clang warning of unused variables + * ecore-wayland: Redo window animators to not use Custom source animators + * ecore-evas-wayland: Don't use custom animators for frame callbacks + * evas: no need to compute clippees list if we just want to know if there is any. + * evas: render - use evas_object_clipees_has instead of evas_object_clipees_get + * edje: load - use evas_object_clipees_has instead of evas_object_clipees_get + * Eo events: Add a struct member marking if it's a legacy event or not. + * evas gl - fix big endian fully by adding a host of new img shaders Changes since 1.14.0: --------------------- diff --git a/configure.ac b/configure.ac index 69edd17f76..929a088783 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [16], [0], [release]) -AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac])