diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:46:03 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:46:03 +0000 |
commit | fbfb3ec61af35c1850f2e5baec4a8fb3b1807e2c (patch) | |
tree | eb183392ac5138a59cb8a23fc0175673885ff40b /NEWS | |
parent | 8d28445b801c7e22ad266da2a672a59bee073112 (diff) |
port mmap safety fix to efl tree.
SVN revision: 77115
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,7 @@ EFL 1.8.0 | |||
3 | ========= | 3 | ========= |
4 | 4 | ||
5 | Changes since 1.7.0: | 5 | Changes since 1.7.0: |
6 | -------------------- | ||
6 | 7 | ||
7 | Additions: | 8 | Additions: |
8 | * Add DOCTYPE children parsing in eina_simple_xml | 9 | * Add DOCTYPE children parsing in eina_simple_xml |
@@ -14,3 +15,5 @@ Improvements: | |||
14 | 15 | ||
15 | Fixes: | 16 | Fixes: |
16 | * Fix PPC (big endian) image codec bug. | 17 | * Fix PPC (big endian) image codec bug. |
18 | * Fix return value of eina_mmap_safety_enabled_set() and future | ||
19 | eina_mmap_safety_enabled_get() returns after success | ||