eina: update news/changelog

SVN revision: 65268
This commit is contained in:
Boris Faure 2011-11-15 14:24:53 +00:00
parent 9614a4027f
commit 15f0f3e044
2 changed files with 6 additions and 0 deletions

View File

@ -142,3 +142,8 @@
* Add eina_xattr_ls, eina_xattr_get, eina_xattr_set, eina_xattr_string_set,
eina_xattr_string_get, eina_xattr_double_set, eina_xattr_double_get,
eina_xattr_int_set, eina_xattr_int_get.
2011-11-10 Boris Faure (billiob)
* Add new hash function eina_hash_murmur3 that should be better at
hashing strings.

View File

@ -21,6 +21,7 @@ Additions:
* eina_main_loop_is API
* eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
* eina_xattr API's
* eina_hash_murmur3 API
Fixes: