Add Tizen 2.0 packaging
[profile/ivi/eina.git] / NEWS
1 Eina 1.7.4
2
3 Changes since Eina 1.7.3:
4
5     * Fix EINA_INLIST_FOREACH_SAFE macro
6
7 Changes since Eina 1.7.2:
8 -------------------------
9
10     * Fix Solaris build.
11     * Don't leak fd after exec.
12
13 Changes since Eina 1.7.1:
14 -------------------------
15
16 No changes, just updating to keep in sync with last release.
17
18 Changes since Eina 1.7.0:
19 -------------------------
20
21 Fixes:
22     * Fix return value of eina_mmap_safety_enabled_set() and future
23     eina_mmap_safety_enabled_get() returns after success
24     * Fix eina_stringshare_add_length() to return NULL when wrong.
25     * Add EINA_SAFETY checks are wrong.
26
27 Changes since Eina 1.2.0:
28 -------------------------
29
30 Additions:
31     * Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
32     * Add an helper to iterate over line in a mapped file.
33     * Add EINA_SENTINEL to protect variadic functions
34     * Add EINA_SAFETY checks for proper function arguments.
35     * Add check if given arguments (distance and coordinates) in eina_tiler
36     and eina_rectangle are not below zero
37
38 Fixes:
39     * Add missing files in the tarball.
40     * Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close to 1.0.
41     * Portability issue with Eina_Value when char are not signed by default (case on ARM
42     and PPC).
43     * Portability issue with Eina_Value test suite when unsigned where not promoted to
44     unsigned long (case on Itanium).
45     * Fix issue in the XML parser when a tag was in a comment or a CDATA.
46     * Implement eina_file_map_lines() on Windows.
47     * Handle NULL in all eina_*_free function.
48     * eina_log_console_color_set()
49     * Documentation for eina list specified and eina stringshare fixed.
50     * eina_convert_atofp wrong return value if fp is NULL.
51
52 Removal:
53     * configure options: --disable-posix-threads, --disable-win32-threads,
54       --enable-coverage
55
56 Eina 1.2.0
57
58 Changes since Eina 1.1.0:
59 -------------------------
60
61 Additions:
62
63     * eina_mempool_calloc.
64     * Eina_Semaphore abstraction API.
65     * eina_xattr_fd_ls.
66     * Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
67     * eina_file_map_faulted.
68     * Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
69     * deprecated eina_array_count_get(), use eina_array_count() instead.
70     * eina_inarray data type.
71     * eina_value data type (generic value storage).
72     * eina_file_stat.
73     * eina_log*level_check.
74     * eina_*buf_manage_new_length.
75     * EINA_C_ARRAY_LENGTH macro.
76     * Eina_Stringshare typedef.
77     * add eina_file_map_faulted() for windows port (was missing).
78
79 Fixes:
80
81     * compilation errors in Eina_RWLock when building on Windows newer than XP.
82     * stop leaking Eina_File.
83     * remove dead lock in Eina_File.
84     * bug on eina_shutdown when using eina_error.
85     * NONNULL argument for eina_hash_find.
86     * compilation of eina_semaphore_lock on Windows.
87     * forgotten initialization of eina list count during eina_list_split_list.
88     * leak in Eina_File.
89     * deadlock in Eina_File.
90     * make it possible to force the number of detected CPU on a system.
91
92 Improvements:
93
94     * faster implementation of Eina_Rbtree.
95     * let eina_hash_free behave like free.
96
97 Eina 1.1.0 (2011-12-02)
98
99 Changes since Eina 1.0.0:
100 -------------------------
101
102 Additions:
103
104     * eina_unicode_strndup API
105     * EINA_INLIST_FOREACH_SAFE API
106     * eina unicode UTF8 convenience calls API
107     * eina_list_move functions to move list nodes from list to list directly
108     * simple SAX XML parser API added
109     * inlist sort and sorted insert API
110     * mempool repack API
111     * eina_file API for portable file memory-mapping with IO saffety traps
112     * thread locks, conditions etc. wrapper API for portability
113     * prefix API for apps or libs to find their runtime prefix location
114     * refcount macro API
115     * binbuf for binary extendable buffers API
116     * eina_hash_free_cb_set API
117     * eina_main_loop_is API
118     * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
119     * eina_xattr API's
120     * eina_hash_murmur3 API
121
122 Fixes:
123
124     * compilation problems with some configure options
125     * stat issue if file size is in bytes and serial number overran 32bits
126     * uninstall of mempool modules
127     * static build of buddy mempool
128     * stringshare multi-init bug
129     * windows port of eina_sched_prio_drop
130     * eina_hash_set to handle data being NULL like eina_hash_del
131     * static linking to eina (iconv can be avoided)
132     * eina_share_common_del and eina_share_common_ref unlock bug
133
134 Improvements:
135
136     * scalability/speed improvements in Chained Mempool
137     * stringshare as storage for eina error strings now