stefan pushed a commit to branch master.

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

commit ecbcc26a5ff692f64cd7d8bad3683b1e9277c12f
Author: Stefan Schmidt <[email protected]>
Date:   Thu Aug 9 11:42:35 2018 +0200

    release: Update NEWS and bump version for 1.21.0-beta2 release
---
 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index e6e048e852..c84424283e 100644
--- a/NEWS
+++ b/NEWS
@@ -466,6 +466,11 @@ Fixes:
    * ecore x - fix vsync to not block amdgpu drivers
    * elm_code_widget: resize cursor at time of font change. (T6470)
    * evas canvas: fix not to trigger unnecessary events.
+   * build: fix rpath for binaries which use ecore-x dependencies
+   * elm/genlist: remove conditional in _calc_job for verifying show_item code 
(T6368)
+   * elementary image: don't calc size using empty ones.
+   * evas image: fix screen flickering issue at partial + image preloading
+   * edje_cc: change .mo file write location to be relative to the .edj file
 
 Changes since 1.19.0:
 ---------------------
diff --git a/configure.ac b/configure.ac
index 0995909b30..64ef40a779 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [21], [0], [release])
-AC_INIT([efl], [efl_version-beta1], 
[[email protected]])
+AC_INIT([efl], [efl_version-beta2], 
[[email protected]])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to