summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2016-05-23 12:34:22 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2016-05-23 12:34:22 +0200
commitb23a2a70096adee1f645ce0f8006198fc4306c7d (patch)
treeb987a62b92d02d34192a8aac360b420315bd415e
parente5da4f408d4f95d6bd149af84acd6b0558986991 (diff)
downloadefl-b23a2a70096adee1f645ce0f8006198fc4306c7d.tar.gz
release: Update NEWS and bump version for 1.17.1 releasev1.17.1
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cadd70db47..7663bf5a0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,24 @@
==========
-EFL 1.17.0
+EFL 1.17.1
==========
+Changes since 1.17.0:
+---------------------
+
+Fixes:
+
+ * Ecore con: Close server socket fd on failure.
+ * eina: invalidate last add/del rects when the opposite operation occurs
+ * Evas textblock: Fix markup cache, was completely broken.
+ * Edje textblock: Assume textblock knows to deal with setting the same markup.
+ * ecore-wl2: do not send double mouse up events during input ungrab
+ * edje: clear pending programs upon calling stop_programs_on()
+ * Evas textblock: fix cached markup's stringshare refs
+ * edje entry: fix bug not to call ecore_imf_context_cursor_position_set when deleting surrounding text
+ * evas: Fix improper extra library linkage for various engines
+ * ecore-drm: Add missing initializer for fb2 command
+ * ecore-evas-wayland: Remove include for old Ecore_Wayland library
+
Changes since 1.16.0:
---------------------
diff --git a/configure.ac b/configure.ac
index f7063c331f..05e3beacef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [17], [0], [release])
+EFL_VERSION([1], [17], [1], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])