stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f3de0a0b540a12fd1d14a96d8eb7d8a9db563c34

commit f3de0a0b540a12fd1d14a96d8eb7d8a9db563c34
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Mon May 26 11:50:38 2014 +0200

    release: v1.10.0
---
 NEWS         | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 5f65a89..58b9f7b 100644
--- a/NEWS
+++ b/NEWS
@@ -203,12 +203,15 @@ Fixes:
    * evas-wayland-shm: Use XDG_RUNTIME_DIR if available for creating mmap'd 
buffer file.
    * evas-wayland-shm: Fix 'oopsie/typo' in temporary file name template
    * ecore-x - fix setting protocol atoms for icccm for 64bit
+   * ecore-drm: Send proper keycode to ecore key event, and remove erroneous 
variable.
    * edje/Edje_Edit: _edje_edit_real_part_add init field of Edje_Real_part
    * fix ecore_con_url using 100% cpu and just let fd handler do work (T1251)
    * fix behavior of edje entry to match other toolkit entires (T1229)
    * fix ecore_thread_global_data_wait to work when no data exists yet
    * Eo: Fix deref after free. (CID1039898)
    * evas/render - fix segfault because of null cow access. (T1252)
+   * edje: Edje_Edit - fix wrong behaviour on draggable.event processing while 
deleting parts.
+   * evas/text: fix abnormal ellipsis logic when harfbuzz is enabled.
 
 
 Changes since 1.8.0:
diff --git a/configure.ac b/configure.ac
index 4138d47..58ac23d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [10], [0], [release])
-AC_INIT([efl], [efl_version-beta3], 
[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to