diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-16 13:29:11 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-16 13:29:11 +0200 |
commit | ec7f268c2376bde170a813a4c0fe6efa854bbf5f (patch) | |
tree | 8b2cf17097b7c5dc6f9772a6a0dd328e043f8896 | |
parent | ed5d0a12a5622aace6d871de9a8d1e66b26cb6d8 (diff) |
release: Update NEWS and bump version for 1.18.0 releasev1.18.0
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1176,6 +1176,20 @@ Fixes: | |||
1176 | * edje_pick:set the correct compression for sample (T4314) | 1176 | * edje_pick:set the correct compression for sample (T4314) |
1177 | * evas smart obj delete on shutdown - fix weird child with null parent | 1177 | * evas smart obj delete on shutdown - fix weird child with null parent |
1178 | * evas image update calculation - account for clipped color changes (T4246) | 1178 | * evas image update calculation - account for clipped color changes (T4246) |
1179 | * elm_win: Fix ABI break with missing EAPIs (T4344) | ||
1180 | * elm_image: Remove EAPI sizing_eval | ||
1181 | * image: Remove all new EAPI that shouldn't exist (T4343) | ||
1182 | * evas: Fix shader for text masking (T4338) | ||
1183 | * evas textgrid: unset style when trying to load bold/italic (T4323) | ||
1184 | * elementary: fix segmentation faults when using elm_prefs | ||
1185 | * elm win - fix elm win center to actually center again | ||
1186 | * evas table - handle recursive access to cols/rows where child frees | ||
1187 | * evas smart obj - handle invalid object id's when scop data get is NULL | ||
1188 | * evas gl x11 engine - fix buffer age symbol find and use | ||
1189 | * glview: Mark draw_request as eo-only | ||
1190 | * elm: Hide new init APIs behind BETA tag | ||
1191 | * win: Mark two properties as eo-only | ||
1192 | * elm: Remove _EFL_APP_VERSION_SET from ELM_MAIN | ||
1179 | 1193 | ||
1180 | Changes since 1.16.0: | 1194 | Changes since 1.16.0: |
1181 | --------------------- | 1195 | --------------------- |