summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2015-10-05 23:50:30 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2015-10-05 23:50:30 +0900
commita969cbaa3421dd7ca1e4dc668fd18379e1c69147 (patch)
tree39c07a32769b6592279245258a38060738f0a169
parent1722d2c3ab2dea59337f5ce697fd5b87c7b0d681 (diff)
downloadefl-a969cbaa3421dd7ca1e4dc668fd18379e1c69147.tar.gz
release: Update NEWS and bump version for 1.15.2 releasev1.15.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a1d2bfd439..a1d8820010 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,19 @@ Fixes:
* ecore_evas: fix first render skip in several windows
* ecore-wl: do not nul terminate drops
* Evas language: fix script run code (T2670)
+ * ecore_wayland: bind and destroy session_recovery interface correctly.
+ * ecore_pipe: add write fdset and except fdset.
+ * edje: Fix double free scenario caused by static pointer.
+ * Evas textblock: fix case of own_closer in style_set (T2654)
+ * evas - fix texture context bind reset in gl common using wrong texture
+ * eldbus: add dbus_pending NULL check
+ * ecore_evas-x11: unset withdrawn state when window is mapped (T2745)
+ * upower: free version string splits
+ * ecore_win32: fix the mouse out behavior.
+ * ecore-audio: defer deletion of pulseaudio timer until after event processing
+ * doc/eldbus: fix parameter in document
+ * edje_cc: Fix inheritance of "no_render" flag
+ * eldbus - make method calls less crasy since libdbus likes to abort
Changes since 1.14.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 23e62dc710..9c1794652f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [15], [1], [release])
+EFL_VERSION([1], [15], [2], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])