diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-10-23 08:55:22 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-10-23 08:55:22 +0000 |
commit | 86e8c4ed53c9c9f067a7837fe3c4eb784e916ba8 (patch) | |
tree | 01bd7f595512b21b8dbdfc8f6f60c80165a0f5da /legacy/evas/NEWS | |
parent | d115ff8e3b8efe97d4b0db17a801e301acd5cf9c (diff) |
fix possible size set segv in gl engine.
SVN revision: 78363
Diffstat (limited to 'legacy/evas/NEWS')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index f847933e5c..79f8adc73d 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -28,6 +28,7 @@ Fixes: | |||
28 | * Fix font sizing issue with some rare sizes and fonts when rounding wrong. | 28 | * Fix font sizing issue with some rare sizes and fonts when rounding wrong. |
29 | * Fix software line drawing c fallback code. | 29 | * Fix software line drawing c fallback code. |
30 | * Fix the vertical line drawing on gl backened. | 30 | * Fix the vertical line drawing on gl backened. |
31 | * Fix potential segfault in gl engine if image internal image is NULL. | ||
31 | 32 | ||
32 | Removal: | 33 | Removal: |
33 | * No more support s3c6410. | 34 | * No more support s3c6410. |