diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-08-11 12:54:59 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-08-11 12:54:59 +0200 |
commit | 00d4c1eb4354c8ffa015af1df1bf0b15f674ae78 (patch) | |
tree | 30c57384b4c3f66087719a76912c5736254d464a | |
parent | 466f0af56497c4c70982844cd51c1bbefa45d593 (diff) |
release: Update NEWS and bump version for 1.11.0-beta2 releasev1.11.0-beta2
-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]) |