diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-02-21 14:34:47 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-02-21 14:56:32 +0100 |
commit | 9bfa62cc1b7c52c416507bfc5524871afb41df2f (patch) | |
tree | 098e441b7da5e8c94aeaa67dfcc680e27d018638 | |
parent | ab6fc3b15cf50b3119326c1cf66fdacfa9292be1 (diff) |
release: Bump version to 1.9.0-beta2v1.9.0-beta2
Second and most likely last beta release before the 1.9 final. Give
it a good testing over the weekend.
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 16 insertions, 2 deletions
@@ -52,6 +52,10 @@ Additions: | |||
52 | * Popup: Adding elm_popup_align_set and elm_popup_align_get api | 52 | * Popup: Adding elm_popup_align_set and elm_popup_align_get api |
53 | * fileselector: Add support to change the size of thumbnails in grid view. | 53 | * fileselector: Add support to change the size of thumbnails in grid view. |
54 | * tooltip: Adding elm_object_tooltip_orient_set API | 54 | * tooltip: Adding elm_object_tooltip_orient_set API |
55 | * tooltip - renamed the new tooltip apis until 1.9 release. | ||
56 | elm_tooltip_move_freeze_push() | ||
57 | elm_tooltip_move_freeze_pop() | ||
58 | elm_tooltip_move_freeze_get() | ||
55 | 59 | ||
56 | Improvements: | 60 | Improvements: |
57 | 61 | ||
@@ -168,6 +172,8 @@ Improvements: | |||
168 | * autotools: improve build system to be able to correctly pick outside and inside tools. | 172 | * autotools: improve build system to be able to correctly pick outside and inside tools. |
169 | * libtool: work around lack of communication between mingw and libtool to generate .dll. | 173 | * libtool: work around lack of communication between mingw and libtool to generate .dll. |
170 | * elm_prefs_cc: use the right macro to allow cross compilation nicely. | 174 | * elm_prefs_cc: use the right macro to allow cross compilation nicely. |
175 | * Elm list, like genlist, should emit 1st/middle/last signals to its items. | ||
176 | * spinner: it has to be recalculated when its style is changed | ||
171 | 177 | ||
172 | Fixes: | 178 | Fixes: |
173 | 179 | ||
@@ -271,9 +277,17 @@ Fixes: | |||
271 | * elm_interface_scrollable.c: reset momentum_animator to null when return cancel from the animator. | 277 | * elm_interface_scrollable.c: reset momentum_animator to null when return cancel from the animator. |
272 | * theme - fix evrything theme elements for enlightenment (T596) | 278 | * theme - fix evrything theme elements for enlightenment (T596) |
273 | * fix e border theme mouse events | 279 | * fix e border theme mouse events |
280 | * elementary_test glview: fixed segv on close | ||
281 | * naviframe: fix T1008 so promoting an overlap item would perform as documented | ||
282 | * transit - fix the double free obj_data case. | ||
283 | * Fix T966, sort order of child folders. | ||
284 | * calendar - fix unstable calc complaint (T951) | ||
285 | * Dnd: Fix double text insert issue in elm_entry, drop at disable, non-editable entry | ||
274 | 286 | ||
275 | Removals: | 287 | Removals: |
276 | 288 | ||
289 | * widget: remove OP_ID ELM_WIDGET_SUB_ID_DISPLAY_MODE_GET | ||
290 | |||
277 | 291 | ||
278 | Changes since Elementary 1.7.0: | 292 | Changes since Elementary 1.7.0: |
279 | ------------------------- | 293 | ------------------------- |
diff --git a/configure.ac b/configure.ac index c2561877a..8414ff4f7 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [9], [0], [beta1]) | 1 | EFL_VERSION([1], [9], [0], [beta2]) |
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.60) | 4 | AC_PREREQ(2.60) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |