diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-11 12:32:25 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-11 12:32:25 +0100 |
commit | 8f02187d7aad665af1df27b43cb4b8bb68e1124e (patch) | |
tree | b1787b089dc35359f6c9afcd16f2b0f783678b35 | |
parent | 1f7e8d4253cf5265cba5a8968fb43fa720dde934 (diff) |
release: Update NEWS and bump version for 1.17.0-beta1 releasev1.17.0-beta1
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -165,6 +165,16 @@ Fixes: | |||
165 | * Edje_cc: support braces for description.proxy attribute. | 165 | * Edje_cc: support braces for description.proxy attribute. |
166 | * edje: custom state - if RTL flag is not set, return original description | 166 | * edje: custom state - if RTL flag is not set, return original description |
167 | * edje: Fix compiler warning about set but not used variables | 167 | * edje: Fix compiler warning about set but not used variables |
168 | * eina_js: Fix documentation generation (T3005) | ||
169 | * ecore-wl2: Fix support for nested compositors | ||
170 | * efreet: fix undeclared function | ||
171 | * ecore_con: fix compiling on OS X | ||
172 | * evas_gl_cocoa: update function parameters | ||
173 | * ecore_wayland: set touch_focus window when gets pointer_enter | ||
174 | * eina mp: only include malloc.h on linux | ||
175 | * js: fix binding after namespace change of connector | ||
176 | * Edje UI mirroring: Fix UI mirroring for GROUP parts. (T3021) | ||
177 | * Edje entry: Fix memory leak. | ||
168 | 178 | ||
169 | Changes since 1.15.0: | 179 | Changes since 1.15.0: |
170 | --------------------- | 180 | --------------------- |
diff --git a/configure.ac b/configure.ac index 5e4865e..0040323 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [17], [0], [release]) | 1 | EFL_VERSION([1], [17], [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]) |