diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-09-02 18:20:35 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-09-02 18:20:35 +0000 |
commit | 0854fe7aba21327fcc3a2fd065ef7931f77199ee (patch) | |
tree | c6f64a71c355e777d47d98f78f29bb2a40c9b60a /legacy/evas/NEWS | |
parent | 72010bf66d90fabe66835153db22815e0853e4be (diff) |
Evas: Fix seg fault in the esvg loader, latest code is required, and enable it on Windows.
SVN revision: 75942
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 2dcb6a2c08..27c0875928 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -7,6 +7,9 @@ Improvements: | |||
7 | 7 | ||
8 | * Function to rotate an evas map with a quaternion: evas_map_util_quat_rotate(). | 8 | * Function to rotate an evas map with a quaternion: evas_map_util_quat_rotate(). |
9 | 9 | ||
10 | Fixes: | ||
11 | * Fix segmentation fault with the esvg loader. | ||
12 | |||
10 | Evas 1.7.0 | 13 | Evas 1.7.0 |
11 | 14 | ||
12 | Changes since Evas 1.2.0: | 15 | Changes since Evas 1.2.0: |