diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -42,6 +42,11 @@ Fixes: | |||
42 | * elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe | 42 | * elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe |
43 | * ctxpopup: fix arrow geometry set. | 43 | * ctxpopup: fix arrow geometry set. |
44 | * ctxpopup: Fix wrong popup size. | 44 | * ctxpopup: Fix wrong popup size. |
45 | * elementary: Handle case where ELM_ENGINE environment variable is misspelled. | ||
46 | * photocam should reset its preload when a new file is loaded | ||
47 | * Gengrid: fix position calculation | ||
48 | * Genlist: do not segv if the user clear the list on item double-click | ||
49 | * gengrid once again selects items using keyboard when no item was previously selected | ||
45 | 50 | ||
46 | Changes since Elementary 1.9.0: | 51 | Changes since Elementary 1.9.0: |
47 | ------------------------------- | 52 | ------------------------------- |
diff --git a/configure.ac b/configure.ac index 5d32247b6..6617e3a93 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [11], [0], [release]) | 1 | EFL_VERSION([1], [11], [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.60) | 4 | AC_PREREQ(2.60) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |