summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2014-08-28 13:59:09 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2014-08-28 13:59:09 +0200
commitb2dce31664f63f4b43171f078af8f02532841326 (patch)
tree1fb4dbee711a29cab6a457be01213f2d65fb9a20
parent5794becf79bff0e90a56de18fd28b23275713cd7 (diff)
downloadefl-1.11.1.tar.gz
release: Update NEWS and bump version for 1.11.1 releasev1.11.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a59f0b0dae..cb654e05b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
==========
-EFL 1.11.0
+EFL 1.11.1
==========
+Changes since 1.11.0:
+---------------------
+
+Fixes:
+
+ * evas: Evas_Wayland_Egl - change size of common gl context after egl make current according to current Outbuf's size
+ * evas: Evas_wayland_Egl - fix black surface during resize
+ * ecore_evas: Ecore_Evas_X - make sure that ecore evas post render is always called.
+ * fix efl deadlock with thread queues
+ * ecore_evas: Ecore_Evas_X - Fix broken rendering during rotation with resize (T1371)
+ * eina_file: fixing wrong return value on access problems in file copy process
+
Changes since 1.10.0:
---------------------
diff --git a/configure.ac b/configure.ac
index c7c3b9902b..1f7b96b757 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [11], [0], [release])
+EFL_VERSION([1], [11], [1], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])