NEWS file like ecore - per vtorri's suggestion

SVN revision: 65120
This commit is contained in:
Carsten Haitzler 2011-11-13 06:08:35 +00:00
parent e54c2c56be
commit c305ba5215
1 changed files with 39 additions and 28 deletions

View File

@ -1,29 +1,40 @@
1.1 Release Features Eina 1.1.0
* Fixed compilation problems with some configure options Changes since Eina 1.0.0:
* Fixed stat issue if file size is in bytes and serial number overran 32bits --------------------------
* Fixed uninstall of mempool modules
* Fixed static build of buddy mempool Additions:
* Fixed stringshare multi-init bug
* Fixed windows port of eina_sched_prio_drop * eina_unicode_strndup API
* Fixed eina_hash_set to handle data being NULL like eina_hash_del * EINA_INLIST_FOREACH_SAFE API
* Fixed static linking to eina (iconv can be avoided) * eina unicode UTF8 convenience calls API
* Fixed eina_share_common_del and eina_share_common_ref unlock bug * eina_list_move functions to move list nodes from list to list directly
* Improved scalability/speed improvements in Chained Mempool * simple SAX XML parser API added
* Added eina_unicode_strndup API * inlist sort and sorted insert API
* Added EINA_INLIST_FOREACH_SAFE API * mempool repack API
* Added Eina unicode UTF8 convenience calls API * eina_file API for portable file memory-mapping with IO saffety traps
* Added eina_list_move functions to move list nodes from list to list directly * thread locks, conditions etc. wrapper API for portability
* Added simple SAX XML parser API added * prefix API for apps or libs to find their runtime prefix location
* Added inlist sort and sorted insert API * refcount macro API
* Added mempool repack API * binbuf for binary extendable buffers API
* Added eina_file API for portable file memory-mapping with IO saffety traps * eina_hash_free_cb_set API
* Added thread locks, conditions etc. wrapper API for portability * eina_main_loop_is API
* Added prefix API for apps or libs to find their runtime prefix location * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
* Added refcount macro API * eina_xattr API's
* Added binbuf for binary extendable buffers API
* Added eina_hash_free_cb_set API Fixes:
* Added eina_main_loop_is API
* Added eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs * compilation problems with some configure options
* Added eina_xattr API's * stat issue if file size is in bytes and serial number overran 32bits
* Changed to stringshare as storage eina error strings now * uninstall of mempool modules
* static build of buddy mempool
* stringshare multi-init bug
* windows port of eina_sched_prio_drop
* eina_hash_set to handle data being NULL like eina_hash_del
* static linking to eina (iconv can be avoided)
* eina_share_common_del and eina_share_common_ref unlock bug
Improvements:
* scalability/speed improvements in Chained Mempool
* stringshare as storage for eina error strings now