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