From 1af18a8c85119969746647094355411f62d60084 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 26 Jul 2016 12:55:41 +0200 Subject: [PATCH] release: Update NEWS and bump version for 1.18.0-beta1 release --- NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9ea2b69..f1a5737 100644 --- a/NEWS +++ b/NEWS @@ -754,31 +754,74 @@ Fixes: * elm wl cnp - fix paste to not crash anymore * elm config - monitor JUST the correct files for profile and cfg change * elementary: Fix elementary not compiling + * eina_js: Fix documentation generation (T3005) + * ecore-wl2: Fix support for nested compositors * sys_notify: fix shutdown of elm_sys_notify * segment_control: check item disable (T2883) * elementary_test: remove wrong usage of EINA_UNUSED. * layout: do not unset max size hint during sizing eval + * efreet: fix undeclared function + * ecore_con: fix compiling on OS X + * evas_gl_cocoa: update function parameters + * ecore_wayland: set touch_focus window when gets pointer_enter + * eina mp: only include malloc.h on linux + * js: fix binding after namespace change of connector * hide indicator after mouse wheel activation. (T2348) + * Edje UI mirroring: Fix UI mirroring for GROUP parts. (T3021) + * Edje entry: Fix memory leak. * combobox: fix recalc and hover's best_location error * js: fix examples functions * elm entry: check for null return from eina_rectangle_new + * eina-cxx: Remove Eo classes defined manually (T2940) + * edje: unswallow objects from parent edje when swallowing into new edje + * ecore-drm: Call inputs shutdown before eina_shutdown * [Hover] Fixed the delaying of hover dismiss on continuous mouse clicks (T3006) + * ecore_wayland: send mouse_move when sets touch_focus window in cb_touch_down * box: enforce size recalc during unpack_all() + * ecore_wayland: move check for pointer capability + * ecore_drm/ecore_wl2: logging: remove errant usage of %m * config: try to properly update config for popup new align value. (T3008) * config: Correct defaults in upgrade of popup conf (T3008) * Gengrid: improve item_region_show code + * 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 * elementary: Fix elm_win_window_id_get function (T3058) + * 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 * Adjust "context_menu_disabled" configuration. + * ector: fix potential crash if cairo is not found on the system. (T2938) * genlist : fix tree item floating issue when homoegeneous mode is enabled (T2708) * combobox: move responsibility to define filter and content to the user of a combobox * combobox: "return" key handled correctly and removed unreachable code. (T3075) * Genlist: do not select the item two times in case of a double click. + * 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() + * evas: Fix segfault when trying to determine overlay usage * Elm Image: fix usage of animated gif on the same image object more than one time * combobox: fix disabled state (T3075) * combobox: fix continuous clicks on hover + * evas: Fix explicit NULL dereference (CID1347415) + * Evas clip: Fix rare crash in _render_pre_clipper_change + * eina: fix invalid prototype * [toolbar] don't leak icons into the UI + * eeze: Fix eeze_udev_find_by_subsystem_sysname function * [toolbar] Adjust icon size along with text etc. * genlist/gengrid: Fix focus hilight error (T3122) + * eldbus: Correctly read/write boolean to eina_value (T3089) + * revise edje_object_size_min_restricted_calc() logic. (T2978) * edje: Reduce duplicated item obj creations and deletions. * Elm entry: Fix selection using handlers. * multibuttonentry: Add item unfocused callback. @@ -1124,6 +1167,22 @@ Fixes: * elementary: Remove logically dead code (CID1356617) * eina: Fix null pointer derefernce (CID1356625) * elementary: Remove logically dead code (CID1357392) + * Gstreamer1: implement subtitles mute/unmute ability + * evas image updates - optimize by over-rendering less with hidden content + * elm quicklaunch binary - fix coverity CID 1353607 + * evas cache2 - fix coverity CID 1357754 + * edje entry - fix coverity CID 1357752 + * efl ui video - fix coverity CID 1356997 + * efl ui image async locking -fix CID 1356199 - locked data cant be messed with (CID1356199) + * elm default config - change default select on focus to be disabled (T3198) + * elm button default theme - fix disabled events to not pass through (T2955) + * elm button theme - fix anchor style to not pass events when disabled + * elm table and box resize themselves on sizing eval - fix this - dont resize (T3031) + * elput: Fix issue of losing mouse input when removing a device (T4192) + * elm_conform: set data pointer to obj from NULL. + * evas and ecore_x shm segment management - fix over allocation and perms + * edje examples - when you cp also just assume success if same file + * elm cnp win32 - do one side at least of unix newlines to windows newln (T3556) Changes since 1.16.0: --------------------- diff --git a/configure.ac b/configure.ac index 4e26919..618ccb4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [18], [0], [release]) -AC_INIT([efl], [efl_version-alpha2], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) -- 2.7.4