diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-10-05 23:50:30 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-10-05 23:50:30 +0900 |
commit | a969cbaa3421dd7ca1e4dc668fd18379e1c69147 (patch) | |
tree | 39c07a32769b6592279245258a38060738f0a169 | |
parent | 1722d2c3ab2dea59337f5ce697fd5b87c7b0d681 (diff) |
release: Update NEWS and bump version for 1.15.2 releasev1.15.2
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -10,6 +10,19 @@ Fixes: | |||
10 | * ecore_evas: fix first render skip in several windows | 10 | * ecore_evas: fix first render skip in several windows |
11 | * ecore-wl: do not nul terminate drops | 11 | * ecore-wl: do not nul terminate drops |
12 | * Evas language: fix script run code (T2670) | 12 | * Evas language: fix script run code (T2670) |
13 | * ecore_wayland: bind and destroy session_recovery interface correctly. | ||
14 | * ecore_pipe: add write fdset and except fdset. | ||
15 | * edje: Fix double free scenario caused by static pointer. | ||
16 | * Evas textblock: fix case of own_closer in style_set (T2654) | ||
17 | * evas - fix texture context bind reset in gl common using wrong texture | ||
18 | * eldbus: add dbus_pending NULL check | ||
19 | * ecore_evas-x11: unset withdrawn state when window is mapped (T2745) | ||
20 | * upower: free version string splits | ||
21 | * ecore_win32: fix the mouse out behavior. | ||
22 | * ecore-audio: defer deletion of pulseaudio timer until after event processing | ||
23 | * doc/eldbus: fix parameter in document | ||
24 | * edje_cc: Fix inheritance of "no_render" flag | ||
25 | * eldbus - make method calls less crasy since libdbus likes to abort | ||
13 | 26 | ||
14 | Changes since 1.14.0: | 27 | Changes since 1.14.0: |
15 | --------------------- | 28 | --------------------- |
diff --git a/configure.ac b/configure.ac index 23e62dc..9c17946 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [15], [1], [release]) | 1 | EFL_VERSION([1], [15], [2], [release]) |
2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |