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