summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7663bf5a0d..8e10d2f52e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,20 @@
==========
-EFL 1.17.1
+EFL 1.17.2
==========
+Changes since 1.17.1:
+---------------------
+
+Fixes:
+
+ * evas: gif loader - fix out of bounds access on cmap of invalid pixels
+ * evas - gif loader - handle missing colormap
+ * evas sw render: cutout rects may be used in multiple threads (T3348)
+ * eina hash - fix stringshare key comparison function (T3638)
+ * efl - fix many bounds over/underflow where we use int for ptr cmp (T3638)
+ * examples: evas: add all needed files to SOURCES to make sure they are distributed
+ * ecore_x: fix emission of ECORE_X_EVENT_XKB_NEWKBD_NOTIFY
+
Changes since 1.17.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 05e3beacef..184c58741a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [17], [1], [release])
+EFL_VERSION([1], [17], [2], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])