diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-20 12:38:33 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-20 12:38:33 +0200 |
commit | 060613ac29696a9fd55b84815ed5abdc91c255b1 (patch) | |
tree | fd11f33b3711286e901c18cb56ab33edfeecead5 | |
parent | 24323d649a946c11493dc9537317f780e4da0dfd (diff) |
release: Update NEWS and bump version for 1.14.0-beta2 releasev1.14.0-beta2
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -72,6 +72,12 @@ Fixes: | |||
72 | * [elm_panel] Fix mirroring issue. | 72 | * [elm_panel] Fix mirroring issue. |
73 | * test_naviframe: Fix content image file names. | 73 | * test_naviframe: Fix content image file names. |
74 | * elm_image: return EINA_FALSE if the data source is NULL in elm_image_memfile_set | 74 | * elm_image: return EINA_FALSE if the data source is NULL in elm_image_memfile_set |
75 | * spinner: fix entry style in non 'button_layout' mode | ||
76 | * elm_gengrid: mark cursor_engine_only in data and update state when realized | ||
77 | * atspi: add missing signals array sentiel. | ||
78 | * elementary: Fix elm_win_window_id_get for wayland | ||
79 | * elm_slider: fix theme apply | ||
80 | * elm_clock: fix theme apply | ||
75 | 81 | ||
76 | Changes since 1.12.0: | 82 | Changes since 1.12.0: |
77 | --------------------- | 83 | --------------------- |
diff --git a/configure.ac b/configure.ac index c49246923..95737e82d 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-beta1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta2], [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]) |