EFL 1.7 svn doobies
[profile/ivi/eina.git] / NEWS
1 Eina 1.7.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     * Add an helper to iterate over line in a mapped file.
9     * Add EINA_SENTINEL to protect variadic functions
10
11 Fixes:
12     * Add missing files in the tarball.
13     * Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close to 1.0.
14     * Portability issue with Eina_Value when char are not signed by default (case on ARM
15     and PPC).
16     * Portability issue with Eina_Value test suite when unsigned where not promoted to
17     unsigned long (case on Itanium).
18     * Fix issue in the XML parser when a tag was in a comment or a CDATA.
19     * Implement eina_file_map_lines() on Windows.
20     * Handle NULL in all eina_*_free function.
21     * eina_log_console_color_set()
22
23 Removal:
24     * configure options: --disable-posix-threads, --disable-win32-threads,
25       --enable-coverage
26
27 Eina 1.2.0
28
29 Changes since Eina 1.1.0:
30 -------------------------
31
32 Additions:
33
34     * eina_mempool_calloc.
35     * Eina_Semaphore abstraction API.
36     * eina_xattr_fd_ls.
37     * Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
38     * eina_file_map_faulted.
39     * Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
40     * deprecated eina_array_count_get(), use eina_array_count() instead.
41     * eina_inarray data type.
42     * eina_value data type (generic value storage).
43     * eina_file_stat.
44     * eina_log*level_check.
45     * eina_*buf_manage_new_length.
46     * EINA_C_ARRAY_LENGTH macro.
47     * Eina_Stringshare typedef.
48     * add eina_file_map_faulted() for windows port (was missing).
49
50 Fixes:
51
52     * compilation errors in Eina_RWLock when building on Windows newer than XP.
53     * stop leaking Eina_File.
54     * remove dead lock in Eina_File.
55     * bug on eina_shutdown when using eina_error.
56     * NONNULL argument for eina_hash_find.
57     * compilation of eina_semaphore_lock on Windows.
58     * forgotten initialization of eina list count during eina_list_split_list.
59     * leak in Eina_File.
60     * deadlock in Eina_File.
61     * make it possible to force the number of detected CPU on a system.
62
63 Improvements:
64
65     * faster implementation of Eina_Rbtree.
66     * let eina_hash_free behave like free.
67
68 Eina 1.1.0 (2011-12-02)
69
70 Changes since Eina 1.0.0:
71 -------------------------
72
73 Additions:
74
75     * eina_unicode_strndup API
76     * EINA_INLIST_FOREACH_SAFE API
77     * eina unicode UTF8 convenience calls API
78     * eina_list_move functions to move list nodes from list to list directly
79     * simple SAX XML parser API added
80     * inlist sort and sorted insert API
81     * mempool repack API
82     * eina_file API for portable file memory-mapping with IO saffety traps
83     * thread locks, conditions etc. wrapper API for portability
84     * prefix API for apps or libs to find their runtime prefix location
85     * refcount macro API
86     * binbuf for binary extendable buffers API
87     * eina_hash_free_cb_set API
88     * eina_main_loop_is API
89     * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
90     * eina_xattr API's
91     * eina_hash_murmur3 API
92
93 Fixes:
94
95     * compilation problems with some configure options
96     * stat issue if file size is in bytes and serial number overran 32bits
97     * uninstall of mempool modules
98     * static build of buddy mempool
99     * stringshare multi-init bug
100     * windows port of eina_sched_prio_drop
101     * eina_hash_set to handle data being NULL like eina_hash_del
102     * static linking to eina (iconv can be avoided)
103     * eina_share_common_del and eina_share_common_ref unlock bug
104
105 Improvements:
106
107     * scalability/speed improvements in Chained Mempool
108     * stringshare as storage for eina error strings now