release: Update NEWS and bump version for 1.12.0-beta2 release

This commit is contained in:
Stefan Schmidt 2014-11-03 13:01:45 +01:00
parent 3a9dee52fa
commit 5baab8c4e3
2 changed files with 6 additions and 1 deletions

View File

@ -37,6 +37,11 @@ Fixes:
* bg: fix the _elm_bg_elm_layout_sizing_eval bug.
* win: fix segfaults (wrong checking)
* widget: fix seg fault when ts is NULL.
* fileselector: Do not call _populate directly in APIs (T1663)
* entry/test: make scrollable entries visible
* elm win - start wins in withdrawn state
* Elm_Panel: forbid changing of content of "elm.swallow.event" part
* elm_widget: fix segfaults for _elm_widget_item_style_set/get
Changes since 1.10.0:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [12], [0], [release])
AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([configure.ac])