changelog

SVN revision: 73055
This commit is contained in:
Sebastian Dransfeld 2012-06-29 20:41:03 +00:00
parent 979ef9217c
commit 2087ba893e
2 changed files with 11 additions and 7 deletions

View File

@ -115,15 +115,14 @@
1.2.0 release
2012-05-11 Cedric Bail
2012-05-11 Cedric Bail
* Faster loading of mime type.
2012-06-07 Mike Blumenkrantz
* Support XDG_DESKTOP_DIR
2012-06-25 Sebastian Dransfeld
2012-06-25 Sebastian Dransfeld
* Added efreet_lang_reset() to reset language dependent variables and caches
2012-06-25 Sebastian Dransfeld
* Support XDG_DESKTOP_DIR and read user-dirs.dirs

View File

@ -302,3 +302,8 @@
* Add env var EINA_MEMPOOL_PASS to force mempool to try use
passthrough to malloc for debgging purposes and memory footrpint
comparisons at runtime.
2012-06-29 Sebastian Dransfeld
* Fix eina_file_map_lines. The function would not return the last line
of a file.