eina,evas,edje,elementary: add missing files from tarballs.
[framework/uifw/eina.git] / NEWS
1 Eina 1.3.0
2
3 Changes since Eina 1.2.0:
4 -------------------------
5
6 Additions:
7     * Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
8
9 Fixes:
10     * Add missing files in the tarball.
11
12 Eina 1.2.0
13
14 Changes since Eina 1.1.0:
15 -------------------------
16
17 Additions:
18
19     * eina_mempool_calloc.
20     * Eina_Semaphore abstraction API.
21     * eina_xattr_fd_ls.
22     * Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
23     * eina_file_map_faulted.
24     * Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
25     * deprecated eina_array_count_get(), use eina_array_count() instead.
26     * eina_inarray data type.
27     * eina_value data type (generic value storage).
28     * eina_file_stat.
29     * eina_log*level_check.
30     * eina_*buf_manage_new_length.
31     * EINA_C_ARRAY_LENGTH macro.
32     * Eina_Stringshare typedef.
33     * add eina_file_map_faulted() for windows port (was missing).
34
35 Fixes:
36
37     * compilation errors in Eina_RWLock when building on Windows newer than XP.
38     * stop leaking Eina_File.
39     * remove dead lock in Eina_File.
40     * bug on eina_shutdown when using eina_error.
41     * NONNULL argument for eina_hash_find.
42     * compilation of eina_semaphore_lock on Windows.
43     * forgotten initialization of eina list count during eina_list_split_list.
44     * leak in Eina_File.
45     * deadlock in Eina_File.
46     * make it possible to force the number of detected CPU on a system.
47
48 Improvements:
49
50     * faster implementation of Eina_Rbtree.
51     * let eina_hash_free behave like free.
52
53 Eina 1.1.0 (2011-12-02)
54
55 Changes since Eina 1.0.0:
56 -------------------------
57
58 Additions:
59
60     * eina_unicode_strndup API
61     * EINA_INLIST_FOREACH_SAFE API
62     * eina unicode UTF8 convenience calls API
63     * eina_list_move functions to move list nodes from list to list directly
64     * simple SAX XML parser API added
65     * inlist sort and sorted insert API
66     * mempool repack API
67     * eina_file API for portable file memory-mapping with IO saffety traps
68     * thread locks, conditions etc. wrapper API for portability
69     * prefix API for apps or libs to find their runtime prefix location
70     * refcount macro API
71     * binbuf for binary extendable buffers API
72     * eina_hash_free_cb_set API
73     * eina_main_loop_is API
74     * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
75     * eina_xattr API's
76     * eina_hash_murmur3 API
77
78 Fixes:
79
80     * compilation problems with some configure options
81     * stat issue if file size is in bytes and serial number overran 32bits
82     * uninstall of mempool modules
83     * static build of buddy mempool
84     * stringshare multi-init bug
85     * windows port of eina_sched_prio_drop
86     * eina_hash_set to handle data being NULL like eina_hash_del
87     * static linking to eina (iconv can be avoided)
88     * eina_share_common_del and eina_share_common_ref unlock bug
89
90 Improvements:
91
92     * scalability/speed improvements in Chained Mempool
93     * stringshare as storage for eina error strings now