diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-05-18 05:02:44 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-05-18 05:02:44 +0000 |
commit | e3575cb50520fa23c2166e5438fd2245a84cfa58 (patch) | |
tree | d8dbefe15486e2b184eb9d3dd45e1b339bc1aeb3 /legacy/evas/NEWS | |
parent | 495addd041cf47e3c8b1daee1e11245d41b19d79 (diff) |
evas: remove librsvg svg loader.
NOTE: as librsvg is a massive source of bugs in e17, it is now
removed from evas. You can still use librsvg by using the
evas_generic_loader. Please not that you need to properly delete
it from your disk if you don't use a package manager. The file to
remove :
/*/lib/evas/modules/loaders/svg/linux-gnu-i686-1.2.*/module.so
SVN revision: 71223
Diffstat (limited to '')
-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 c2f50ea24c..bbc210dbdf 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -13,6 +13,7 @@ Fixes: | |||
13 | 13 | ||
14 | Removal: | 14 | Removal: |
15 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. | 15 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. |
16 | * Remove librsvg svg loader (If you want to use it, use the evas_generic_loader variant). | ||
16 | 17 | ||
17 | Evas 1.2.0 | 18 | Evas 1.2.0 |
18 | 19 | ||