diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-11-03 13:01:45 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-11-03 13:01:45 +0100 |
commit | 7468a7827d6d41f4c3bff431a3727b44c7660077 (patch) | |
tree | bd3f5d910fa867143de4dec71568d1dbd3bc13e4 | |
parent | dcf2c0d8f8e744c861d65b320a92b287f953e2fe (diff) |
release: Update NEWS and bump version for 1.12.0-beta2 releasev1.12.0-beta2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -37,6 +37,11 @@ Fixes: | |||
37 | * bg: fix the _elm_bg_elm_layout_sizing_eval bug. | 37 | * bg: fix the _elm_bg_elm_layout_sizing_eval bug. |
38 | * win: fix segfaults (wrong checking) | 38 | * win: fix segfaults (wrong checking) |
39 | * widget: fix seg fault when ts is NULL. | 39 | * widget: fix seg fault when ts is NULL. |
40 | * fileselector: Do not call _populate directly in APIs (T1663) | ||
41 | * entry/test: make scrollable entries visible | ||
42 | * elm win - start wins in withdrawn state | ||
43 | * Elm_Panel: forbid changing of content of "elm.swallow.event" part | ||
44 | * elm_widget: fix segfaults for _elm_widget_item_style_set/get | ||
40 | 45 | ||
41 | Changes since 1.10.0: | 46 | Changes since 1.10.0: |
42 | --------------------- | 47 | --------------------- |
diff --git a/configure.ac b/configure.ac index 49525083f..8db5950f7 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [12], [0], [release]) | 1 | EFL_VERSION([1], [12], [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]) |