diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-12-24 10:12:53 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-12-24 10:12:53 +0900 |
commit | e5695c9bc0a2755473f7ceff4834a0f8bbcbde30 (patch) | |
tree | 61d223ab0f5a6b55fe260828fd6cac7aa23e1953 | |
parent | 6e3e99d8cbbe5d6aea523fd562e9881f27e7f1ae (diff) |
release: Update NEWS and bump version for 1.16.1 releasev1.16.1
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 1 deletions
@@ -183,6 +183,30 @@ Fixes: | |||
183 | * ecore-drm: Fix issue of hanging in read() (T2791) | 183 | * ecore-drm: Fix issue of hanging in read() (T2791) |
184 | * ecore-drm: Remove unused function | 184 | * ecore-drm: Remove unused function |
185 | * eina/efreet: open file with binary file on Windows | 185 | * eina/efreet: open file with binary file on Windows |
186 | * edje: initialize map.zoom values to fix old *.edj compatibility issues. | ||
187 | * ecore-evas wayland: use correct values when updating wayland window size | ||
188 | * ecore-evas drm: null global device pointer after free (T2844) | ||
189 | * ector: disable NEON build. (T2851) | ||
190 | * ecore-evas-wl: Fix issue of improper window geometry (T2842) | ||
191 | * ecore-drm: Don't send mouse_move event too early | ||
192 | * ecore-evas-drm: Send fake mouse_move event after registering (T2854) | ||
193 | * ecore-wayland: Make ecore_wl_window_maximized_get return proper values | ||
194 | * ecore-evas wayland: enforce frame/state change triggering before move/resize (T2841) | ||
195 | * ecore-wayland: return only the relevant state value for maximize/fullscreen | ||
196 | * ecore-wayland: rewrite maximize/fullscreen set functions for consistency (T2841) | ||
197 | * edje: fix edje RTL description in case of custom state of a part | ||
198 | * emotion - fix gst back-end to report title and other meta changes | ||
199 | * evas: do not add unclipped smart members to the master clip | ||
200 | * evas: trigger FLUSH_PRE callback prior to kicking off an async render | ||
201 | * evas: do not unset/delete master clip after every frame | ||
202 | * efreet_icon_cache_create: null theme eet file to avoid double free | ||
203 | * edje_cc: track parts for descriptions, ensure part types match when inheriting | ||
204 | * edje_cc: terminate filter file scripts | ||
205 | * edje_cc: correctly copy part descriptions when setting part type | ||
206 | * edje_cc: redo part type setting to be even more correct | ||
207 | * evas: unset pointer ungrabs when using EVAS_OBJECT_POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN | ||
208 | * evas: handle existing pointer grabs when changing object pointer mode | ||
209 | * efreetd: send ipc for EFREET_EVENT_DESKTOP_CACHE_BUILD...always (T2733) | ||
186 | 210 | ||
187 | Changes since 1.14.0: | 211 | Changes since 1.14.0: |
188 | --------------------- | 212 | --------------------- |
diff --git a/configure.ac b/configure.ac index c6e49bc..dee6690 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [16], [0], [release]) | 1 | EFL_VERSION([1], [16], [1], [release]) |
2 | AC_INIT([efl], [efl_version], [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]) |