release: Update NEWS and bump version for 1.12.0 release v1.12.0
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 10 Nov 2014 11:04:06 +0000 (12:04 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 10 Nov 2014 11:04:06 +0000 (12:04 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6db9e32..ef25533 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -187,6 +187,14 @@ Fixes:
    * ecore-drm: Remove commented out dead functions
    * ecore-drm: Remove dead functions
    * eina: clear up eina_tmpstr length information (T1775)
+   * elua: load .dylib on OSX
+   * Ecore File: Corrected documentation of ecore_file_monitor_add API
+   * edje: fix edje_object_part_text_item_list_get and edje_object_part_text_item_geometry_get
+   * elua: remove the : prefix for running apps
+   * evas: fix quaternion initiation for node, which isn't a root node
+   * edje: Edje_Edit - fix segfaults on restacking of text parts with set 'text_source'.
+   * edje: Edje_Edit - fix segfault on copying state of IMAGE part with twins
+   * elua: two-stage bytecode caching
 
 Changes since 1.10.0:
 ---------------------
index 54356b7..eac6f65 100644 (file)
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [12], [0], [release])
-AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])