diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-05-06 15:30:02 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-05-06 15:30:02 +0200 |
commit | 0f43af67ff5dabf1a3d7bbea235d578df0efd201 (patch) | |
tree | 8cb9d99534cb3f5b740b9263eae32666d9679a1a | |
parent | 64a4cf4c6847936f5074ad94bf9a8f2283609c3b (diff) |
release: Update NEWS and bump version for 1.14.0 releasev1.14.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -86,6 +86,10 @@ Fixes: | |||
86 | * elm_multibuttonentry: change theme_set API to provide full widget theming | 86 | * elm_multibuttonentry: change theme_set API to provide full widget theming |
87 | * elm_multibuttonentry: fix label position and size defects | 87 | * elm_multibuttonentry: fix label position and size defects |
88 | * elm_toolbar: fix memory leaks | 88 | * elm_toolbar: fix memory leaks |
89 | * Genlist: fix multiselect for ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY select_mode | ||
90 | * Genlist: rectification in _item_focused_next() | ||
91 | * map: fix scale calculation error | ||
92 | * Fix slideshow smart events event_info | ||
89 | 93 | ||
90 | Changes since 1.12.0: | 94 | Changes since 1.12.0: |
91 | --------------------- | 95 | --------------------- |
diff --git a/configure.ac b/configure.ac index a2f4f4c29..0025b5f36 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [14], [0], [release]) | 1 | EFL_VERSION([1], [14], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version], [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]) |