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