3 Changes since Eina 1.2.0:
4 -------------------------
7 * Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
8 * Add an helper to iterate over line in a mapped file.
11 * Add missing files in the tarball.
12 * Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close to 1.0.
13 * Portability issue with Eina_Value when char are not signed by default (case on ARM
15 * Portability issue with Eina_Value test suite when unsigned where not promoted to
16 unsigned long (case on Itanium).
17 * Fix issue in the XML parser when a tag was in a comment or a CDATA.
21 Changes since Eina 1.1.0:
22 -------------------------
26 * eina_mempool_calloc.
27 * Eina_Semaphore abstraction API.
29 * Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
30 * eina_file_map_faulted.
31 * Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
32 * deprecated eina_array_count_get(), use eina_array_count() instead.
33 * eina_inarray data type.
34 * eina_value data type (generic value storage).
36 * eina_log*level_check.
37 * eina_*buf_manage_new_length.
38 * EINA_C_ARRAY_LENGTH macro.
39 * Eina_Stringshare typedef.
40 * add eina_file_map_faulted() for windows port (was missing).
44 * compilation errors in Eina_RWLock when building on Windows newer than XP.
45 * stop leaking Eina_File.
46 * remove dead lock in Eina_File.
47 * bug on eina_shutdown when using eina_error.
48 * NONNULL argument for eina_hash_find.
49 * compilation of eina_semaphore_lock on Windows.
50 * forgotten initialization of eina list count during eina_list_split_list.
52 * deadlock in Eina_File.
53 * make it possible to force the number of detected CPU on a system.
57 * faster implementation of Eina_Rbtree.
58 * let eina_hash_free behave like free.
60 Eina 1.1.0 (2011-12-02)
62 Changes since Eina 1.0.0:
63 -------------------------
67 * eina_unicode_strndup API
68 * EINA_INLIST_FOREACH_SAFE API
69 * eina unicode UTF8 convenience calls API
70 * eina_list_move functions to move list nodes from list to list directly
71 * simple SAX XML parser API added
72 * inlist sort and sorted insert API
74 * eina_file API for portable file memory-mapping with IO saffety traps
75 * thread locks, conditions etc. wrapper API for portability
76 * prefix API for apps or libs to find their runtime prefix location
78 * binbuf for binary extendable buffers API
79 * eina_hash_free_cb_set API
80 * eina_main_loop_is API
81 * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
83 * eina_hash_murmur3 API
87 * compilation problems with some configure options
88 * stat issue if file size is in bytes and serial number overran 32bits
89 * uninstall of mempool modules
90 * static build of buddy mempool
91 * stringshare multi-init bug
92 * windows port of eina_sched_prio_drop
93 * eina_hash_set to handle data being NULL like eina_hash_del
94 * static linking to eina (iconv can be avoided)
95 * eina_share_common_del and eina_share_common_ref unlock bug
99 * scalability/speed improvements in Chained Mempool
100 * stringshare as storage for eina error strings now