diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-01-19 14:15:17 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-01-19 14:48:28 +0100 |
commit | 862e17140d1947fc704142a1b3e1b8dc6179edf9 (patch) | |
tree | 16d6692e852d3eed3769a40ee72a88b9de5dc6a2 | |
parent | b9db9ca2e359ad75e9df52542a3864c19ad14f5e (diff) |
release: Update NEWS and bump version for 1.13.0-beta1 releasev1.13.0-beta1
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -160,6 +160,20 @@ Fixes: | |||
160 | * edje - edje_cc - fix wrong state lists where default is not the first (T1926) | 160 | * edje - edje_cc - fix wrong state lists where default is not the first (T1926) |
161 | * efl - edje_cc - fix default state checks in previous commit | 161 | * efl - edje_cc - fix default state checks in previous commit |
162 | * Eo tests: Fix bad free in eo_test_value | 162 | * Eo tests: Fix bad free in eo_test_value |
163 | * edje: Remove dead code | ||
164 | * eina - mmap safety handler - fix to only handle sigbus's from io | ||
165 | * ecore-drm: Add actual Outut to the Input device structure | ||
166 | * ecore-drm: Remove unused function | ||
167 | * ecore-drm: Remove call to unused function | ||
168 | * ecore-drm: Limit mouse movement to within the output size | ||
169 | * ecore-evas-drm: Init outputs before inputs so that input devices can have a pointer to outputs | ||
170 | * ecore-wayland: Don't set move cursor unless we actually start a drag | ||
171 | * ecore-wayland: Fix issue with Elementary DnD test not releasing mouse | ||
172 | * ecore-drm: Re-enable setting K_OFF keyboard mode | ||
173 | * Eee image: fix macros to be surrounded with do while(). | ||
174 | * eet - image decode - fix robustness of image decode from eet file | ||
175 | * edje: Edje_Edit - fix memory leak in edje_edit_image_usage_list_get | ||
176 | * ecore-wayland: Don't crash if we have no input->cursor_name | ||
163 | 177 | ||
164 | Changes since 1.11.0: | 178 | Changes since 1.11.0: |
165 | --------------------- | 179 | --------------------- |
diff --git a/configure.ac b/configure.ac index 3a3c954..cb977ce 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [13], [0], [release]) | 1 | EFL_VERSION([1], [13], [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]) |