diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-07-23 12:02:52 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-07-23 12:02:52 +0200 |
commit | 556082d2e2a6a466c92482f77e41ee29fa9fac9d (patch) | |
tree | 90f60c180ded6a242f2407139163600ccbd21dc7 /NEWS | |
parent | 6108aa942cb933478fb1c72ab05d012fb9375276 (diff) | |
download | efl-556082d2e2a6a466c92482f77e41ee29fa9fac9d.tar.gz |
release: Update NEWS and bump version for 1.18.0-alpha2 releasev1.18.0-alpha2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1112,6 +1112,18 @@ Fixes: * elementary: Fix issue of toggling border state causing visual jumps (T4092) * elocation: properly generate pkgconfig file. (T4120) * ecore_con: fix lookup of libcurl on OpenBSD. (T4130) + * eina rbtree iterator - fix leak found while debugging other problems + * evas - on shutdown avoid potential invalid memory access (T4103) + * edje_pick: copy dependent group + * elm flip - make it not crash and interactive mode work again + * edje_pick: reset alias flag for copied group + * evas: Fix missing breaks in switch (CID1347414, CID1347413) + * edje: Fix unchecked return value (CID1349867) + * eldbus: Check return value and error out if necessary (CID1355233) + * elementary: Remove logically dead code (CID1355585) + * elementary: Remove logically dead code (CID1356617) + * eina: Fix null pointer derefernce (CID1356625) + * elementary: Remove logically dead code (CID1357392) Changes since 1.16.0: --------------------- |