summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2016-10-17 11:44:26 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2016-10-17 11:44:26 +0200
commit8e89840193b104d500d068f05f1f2d45fec6d191 (patch)
tree71fa7ea13ca0319bbe3d959ed1bac0bd621bdeb4
parentdbcf8102eff8cbd39adb0387ed1f49004ed38558 (diff)
downloadefl-8e89840193b104d500d068f05f1f2d45fec6d191.tar.gz
release: Update NEWS and bump version for 1.18.2 releasev1.18.2
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 53234927a2..e6f8e3b820 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
==========
-EFL 1.18.1
+EFL 1.18.2
==========
+Changes since 1.18.1:
+---------------------
+
+Fixes:
+
+ * efreet - fix command generation by fixing string buffer expansion
+ * elm_toolbar: Show icons in icon only mode
+ * Evas_Common: Fix typo.
+ * Evas_Device: Use eo_del() in evas_device_del().
+ * ecore_evas x - dont set withdrawn to fals on show but wait for wm state (T4699)
+ * ecore-evas - x fix intial iconified state so terminology -I works
+ * evas: Fix evas_object_smart_clipped_clipper_get
+ * epp: fix memory corruption when using #warning and #error
+ * fix edje_cc segv when compiling bling bling theme
+
Changes since 1.18.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 84b654247e..14435225ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [18], [1], [release])
+EFL_VERSION([1], [18], [2], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])