diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-11 17:06:30 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-11 17:06:30 +0200 |
commit | 105eb1aca236fda7e3f218aad112702838a0380e (patch) | |
tree | a10396e8a372f37bfc62b513fde333e81759bd2c | |
parent | ab963858bc233f62c2557d5e501a9bce43987058 (diff) |
release: Update NEWS and bump version for 1.18.0 releasev1.18.0-rc
-rw-r--r-- | NEWS | 55 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 34 deletions
@@ -763,56 +763,23 @@ Fixes: | |||
763 | * combobox: fix recalc and hover's best_location error | 763 | * combobox: fix recalc and hover's best_location error |
764 | * js: fix examples functions | 764 | * js: fix examples functions |
765 | * elm entry: check for null return from eina_rectangle_new | 765 | * elm entry: check for null return from eina_rectangle_new |
766 | * eina-cxx: Remove Eo classes defined manually (T2940) | ||
767 | * edje: unswallow objects from parent edje when swallowing into new edje | ||
768 | * ecore-drm: Call inputs shutdown before eina_shutdown | ||
769 | * [Hover] Fixed the delaying of hover dismiss on continuous mouse clicks (T3006) | 766 | * [Hover] Fixed the delaying of hover dismiss on continuous mouse clicks (T3006) |
770 | * ecore_wayland: send mouse_move when sets touch_focus window in cb_touch_down | ||
771 | * box: enforce size recalc during unpack_all() | 767 | * box: enforce size recalc during unpack_all() |
772 | * ecore_wayland: move check for pointer capability | ||
773 | * ecore_drm/ecore_wl2: logging: remove errant usage of %m | ||
774 | * config: try to properly update config for popup new align value. (T3008) | 768 | * config: try to properly update config for popup new align value. (T3008) |
775 | * config: Correct defaults in upgrade of popup conf (T3008) | 769 | * config: Correct defaults in upgrade of popup conf (T3008) |
776 | * Gengrid: improve item_region_show code | 770 | * Gengrid: improve item_region_show code |
777 | * win32: Fix compilation due to recent changes in Evil | ||
778 | * embryo: change the log catagory of printf in embryo | ||
779 | * ecore imf: fix imf module load hangs when not even configured | ||
780 | * ecore-x: add safety checks for _ecore_x_disp in some functions | ||
781 | * Eina: Fix eina_file_mk[ds]temp when a path is passed | ||
782 | * elua: Fix use of eina_file_mkstemp after previous patch | ||
783 | * Evas GL: Also fix surface cap cache | ||
784 | * edje/edje_edit: make posible to unset the program filter part and state | ||
785 | * elementary: Fix elm_win_window_id_get function (T3058) | 771 | * elementary: Fix elm_win_window_id_get function (T3058) |
786 | * ecore-drm: Cleanup ecore-drm shutdown routine | ||
787 | * ecore-evas-drm: Cleanup drm outputs during shutdown | ||
788 | * ecore-drm: Refactor logind code to use tty functions | ||
789 | * ecore-drm: Destroy any existing eeze watch when we free the device | ||
790 | * ecore-drm: Don't unset logind variable when disconnecting a device | ||
791 | * ecore-drm: Unify and cleanup tty code | ||
792 | * Adjust "context_menu_disabled" configuration. | 772 | * Adjust "context_menu_disabled" configuration. |
793 | * ector: fix potential crash if cairo is not found on the system. (T2938) | ||
794 | * genlist : fix tree item floating issue when homoegeneous mode is enabled (T2708) | 773 | * genlist : fix tree item floating issue when homoegeneous mode is enabled (T2708) |
795 | * combobox: move responsibility to define filter and content to the user of a combobox | 774 | * combobox: move responsibility to define filter and content to the user of a combobox |
796 | * combobox: "return" key handled correctly and removed unreachable code. (T3075) | 775 | * combobox: "return" key handled correctly and removed unreachable code. (T3075) |
797 | * Genlist: do not select the item two times in case of a double click. | 776 | * Genlist: do not select the item two times in case of a double click. |
798 | * Ethumb: make the emotion plugin correctly use the edje frame if requested. | ||
799 | * ecore_evas_extn: Add safety checks, fixing a crash in elm_test (T2835) | ||
800 | * edje: Fix potential NULL pointer dereference (CID1349866) | ||
801 | * efreet: reject invalid "" data for Efreet_Desktop->x hash (T3096) | ||
802 | * efreet: add locking for efreet_desktop_x_field_get() | ||
803 | * evas: Fix segfault when trying to determine overlay usage | ||
804 | * Elm Image: fix usage of animated gif on the same image object more than one time | 777 | * Elm Image: fix usage of animated gif on the same image object more than one time |
805 | * combobox: fix disabled state (T3075) | 778 | * combobox: fix disabled state (T3075) |
806 | * combobox: fix continuous clicks on hover | 779 | * combobox: fix continuous clicks on hover |
807 | * evas: Fix explicit NULL dereference (CID1347415) | ||
808 | * Evas clip: Fix rare crash in _render_pre_clipper_change | ||
809 | * eina: fix invalid prototype | ||
810 | * [toolbar] don't leak icons into the UI | 780 | * [toolbar] don't leak icons into the UI |
811 | * eeze: Fix eeze_udev_find_by_subsystem_sysname function | ||
812 | * [toolbar] Adjust icon size along with text etc. | 781 | * [toolbar] Adjust icon size along with text etc. |
813 | * genlist/gengrid: Fix focus hilight error (T3122) | 782 | * genlist/gengrid: Fix focus hilight error (T3122) |
814 | * eldbus: Correctly read/write boolean to eina_value (T3089) | ||
815 | * revise edje_object_size_min_restricted_calc() logic. (T2978) | ||
816 | * edje: Reduce duplicated item obj creations and deletions. | 783 | * edje: Reduce duplicated item obj creations and deletions. |
817 | * Elm entry: Fix selection using handlers. | 784 | * Elm entry: Fix selection using handlers. |
818 | * multibuttonentry: Add item unfocused callback. | 785 | * multibuttonentry: Add item unfocused callback. |
@@ -1187,6 +1154,28 @@ Fixes: | |||
1187 | * elm scroller accel was broken by default confgis setting it to 0. fix (T4263) | 1154 | * elm scroller accel was broken by default confgis setting it to 0. fix (T4263) |
1188 | * elementary widget: fix a wrong disabled behavior. | 1155 | * elementary widget: fix a wrong disabled behavior. |
1189 | * edje_edit: delete swallowed object before unswallowing (for part type GROUP) | 1156 | * edje_edit: delete swallowed object before unswallowing (for part type GROUP) |
1157 | * Fix text check in Elm_Code T4264 | ||
1158 | * elm theme - don't use empty env vars eina_prefix handles anyway | ||
1159 | * glx: Fix black windows in E on nvidia (T3030) | ||
1160 | * elm focus default theme: fix wrong resizing | ||
1161 | * Fix further text checks in Elm_Code T4264 | ||
1162 | * Elm.Entry: use proper theme_set function on edje object (T4091) | ||
1163 | * efreet: free fallback cache on shutdown | ||
1164 | * eina lock semaphores - do not use shared semaphores and fix osx names | ||
1165 | * ecore-con - fix complaint about null slave list due to shutdown | ||
1166 | * embryo_cc - fix coverity complaint about assert (CID1361224) | ||
1167 | * eina log - keep coverity happy with potential ptr comparison overflow (CID1361220) | ||
1168 | * eina log - handle possible overflow from high mem (last few bytes) or env (CID1361219) | ||
1169 | * elm config - dont rescale ui if no config that needs rescale changed (T4296) | ||
1170 | * edje_cc - fix inheritance of programs and store channel too in copy | ||
1171 | * efl - edje entry - dont emit changed on markup set unless text changed (T4045) | ||
1172 | * elm_map: fix wrong check of source search | ||
1173 | * elm_need_efret() - improve error handling according to coverity (CID1360466) | ||
1174 | * edje_pick: don't copy dependencies group if they in the import list (T4313) | ||
1175 | * edje_pick: set the correct file name for copied sample | ||
1176 | * edje_pick:set the correct compression for sample (T4314) | ||
1177 | * evas smart obj delete on shutdown - fix weird child with null parent | ||
1178 | * evas image update calculation - account for clipped color changes (T4246) | ||
1190 | 1179 | ||
1191 | Changes since 1.16.0: | 1180 | Changes since 1.16.0: |
1192 | --------------------- | 1181 | --------------------- |
diff --git a/configure.ac b/configure.ac index cb89323..55b9a25 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [18], [0], [release]) | 1 | EFL_VERSION([1], [18], [0], [release]) |
2 | AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |