diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-08-26 02:50:18 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-08-26 03:01:24 +0900 |
commit | 77afec04f984b24e5016b1c93952861060bc2e66 (patch) | |
tree | e95b451091849682c4037dc43127a9aeb2937a73 | |
parent | 68aa6a5cb7f9b720d4a2342cee729f1328ede844 (diff) |
release: Update NEWS for 1.15.1 releasev1.15.1
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ Fixes: | |||
25 | * list: fix crash while setting nearest item in viewport (T2662) | 25 | * list: fix crash while setting nearest item in viewport (T2662) |
26 | * scroller: fix the focus move bug in scroller. | 26 | * scroller: fix the focus move bug in scroller. |
27 | * scroller: fix the misstake. change && -> || | 27 | * scroller: fix the misstake. change && -> || |
28 | * elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking _elm_win_xwin_update() in _elm_win_finalize_internal(). | ||
29 | * scroller: fix memory leak on keys traversal | ||
28 | 30 | ||
29 | Changes since 1.14.0: | 31 | Changes since 1.14.0: |
30 | --------------------- | 32 | --------------------- |