diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-10-27 12:32:01 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-10-27 12:32:01 +0100 |
commit | a0f97ca033b5e120c63e3fd018fa78dfacd140f8 (patch) | |
tree | 84aada629365e38aab065369b948a0e894dd39f3 | |
parent | 43acb28cdbba13f3d43ce2a5d9d2dd55847a4738 (diff) |
release: Update NEWS and bump version for 1.12.0-beta1 releasev1.12.0-beta1
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -46,6 +46,7 @@ Features: | |||
46 | * Evas GL: Add evas_gl_surface_query | 46 | * Evas GL: Add evas_gl_surface_query |
47 | * Evas GL: Add support for pbuffer surfaces | 47 | * Evas GL: Add support for pbuffer surfaces |
48 | * Evas GL: Add support for OpenGL-ES 1.1 (part 1) | 48 | * Evas GL: Add support for OpenGL-ES 1.1 (part 1) |
49 | * ecore_drm: Added internal function to check if drm device is hotplug device | ||
49 | 50 | ||
50 | Fixes: | 51 | Fixes: |
51 | 52 | ||
@@ -155,6 +156,22 @@ Fixes: | |||
155 | * ecore-drm: Create udev watch for each output, and delete the watch when we free the output. | 156 | * ecore-drm: Create udev watch for each output, and delete the watch when we free the output. |
156 | * evas: Evas_Box - layout_flow_horizontal and layout_flow_vertical fix | 157 | * evas: Evas_Box - layout_flow_horizontal and layout_flow_vertical fix |
157 | * evas-wayland-egl: Fix function prototype for eng_context_create | 158 | * evas-wayland-egl: Fix function prototype for eng_context_create |
159 | * Eo id: Fix id security checks for invalid objects. | ||
160 | * ecore-drm: Cleanup/Unify output_free function code | ||
161 | * ecore-drm: Check for valid crtc before calling free | ||
162 | * ecore-drm: Cleanup backlight and drm device in output_free function code | ||
163 | * ecore-drm: Added documentation for various APIs in ecore_drm_device module | ||
164 | * ecore-drm: Added documentation for various APIs in ecore_drm_output module | ||
165 | * ecore_wayland: Making _ecore_wl_init_count not to go below zero in shutdown. | ||
166 | * ecore_drm: Making _ecore_drm_init_count not to go below zero in _ecore_drm_shutdown. | ||
167 | * ecore-drm: Add error message for calling shutdown without calling init first. | ||
168 | * ecore-wayland: Add error message for calling shutdown without calling init | ||
169 | * ecore_wayland: Making _ecore_wl_shutdown return int instead of EINA_BOOL. | ||
170 | * evas-gl-drm: Fix initialization from incompatible pointer type | ||
171 | * evas gl rgba visual/rendering fix try ... again | ||
172 | * dnd/x: fix type set for case there is no type list exists | ||
173 | * edje: edje_edit - don't unlick(NULL) (T1760) | ||
174 | * edje: edje_edit - fix posible resource leak (T1760) | ||
158 | 175 | ||
159 | Changes since 1.10.0: | 176 | Changes since 1.10.0: |
160 | --------------------- | 177 | --------------------- |
diff --git a/configure.ac b/configure.ac index 1dd62ed..c5d1268 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [12], [0], [release]) | 1 | EFL_VERSION([1], [12], [0], [release]) |
2 | AC_INIT([efl], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version-beta1], [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]) |