diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-11 12:58:46 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-11 12:58:46 +0100 |
commit | 2d31ab164001ffd5e1425d0d3c349da5fc629518 (patch) | |
tree | 9e745d9bee5534f50bb9e7e7fedaac2c804e606e | |
parent | de2bffe9a1c7dce7d1ae54720e30b7d8c1f36523 (diff) |
release: Update NEWS and bump version for 1.17.0-beta1 releasev1.17.0-beta1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -33,6 +33,7 @@ Features: | |||
33 | * elm config - allow the ability to save out to another hidden profile | 33 | * elm config - allow the ability to save out to another hidden profile |
34 | * elm config - add function to check if profile exists | 34 | * elm config - add function to check if profile exists |
35 | * elm config - add the ability to have derived configurations from others | 35 | * elm config - add the ability to have derived configurations from others |
36 | * ctxpopup: add geometry,update smart callback. (T2042) | ||
36 | 37 | ||
37 | Fixes: | 38 | Fixes: |
38 | 39 | ||
@@ -75,6 +76,14 @@ Fixes: | |||
75 | * elm wl cnp - fix paste to not crash anymore | 76 | * elm wl cnp - fix paste to not crash anymore |
76 | * elm config - monitor JUST the correct files for profile and cfg change | 77 | * elm config - monitor JUST the correct files for profile and cfg change |
77 | * elementary: Fix elementary not compiling | 78 | * elementary: Fix elementary not compiling |
79 | * sys_notify: fix shutdown of elm_sys_notify | ||
80 | * segment_control: check item disable (T2883) | ||
81 | * elementary_test: remove wrong usage of EINA_UNUSED. | ||
82 | * layout: do not unset max size hint during sizing eval | ||
83 | * hide indicator after mouse wheel activation. (T2348) | ||
84 | * combobox: fix recalc and hover's best_location error | ||
85 | * js: fix examples functions | ||
86 | * elm entry: check for null return from eina_rectangle_new | ||
78 | 87 | ||
79 | Changes since 1.15.0: | 88 | Changes since 1.15.0: |
80 | --------------------- | 89 | --------------------- |
diff --git a/configure.ac b/configure.ac index 340d8e74f..9defc1043 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([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |