eina: Add refcounting macro helper.
[framework/uifw/eina.git] / ChangeLog
1 2011-01-29  Carsten Haitzler (The Rasterman)
2
3         1.0.0 release
4
5 2011-02-01  Cedric Bail
6
7         * Improve scalability and raw speed of Chained Mempool.
8
9 2011-02-08  Tom Hacohen
10
11         * Added eina_unicode_strndup
12
13 2011-02-16  Mike Blumenkrantz
14
15         * Added EINA_INLIST_FOREACH_SAFE
16
17 2011-02-16  Tom Hacohen
18
19         * Added eina_unicode_utf8* functions for utf8 string handling
20         and conversions to and from Eina_Unicode
21
22 2011-02-17  Mike Blumenkrantz
23
24         * Added eina_list_move* functions for moving list node data to other lists
25
26 2011-02-24  Vincent Torri
27
28         * Fix a compilation failure when --disable-posix-threads
29         --disable-valgrind are passed to configure
30
31 2011-03-09  Cedric Bail
32
33         * Fix stat failure when file size in bytes or the number of blocks
34         allocated to the file or the file serial number didn't fit in 32bits.
35
36 2011-03-18  Mike Blumenkrantz
37
38         * Use stringshare for eina_error messages
39         * add eina_error_find to match an error message with its Eina_Error
40
41 2011-04-06  Gustavo Sverzut Barbieri
42
43         * Add Simple XML parser API.
44
45 2011-04-11  Cedric Bail
46
47         * Add eina_inlist_sort.
48         * Add eina_mempool_repack.
49         * Add Eina_Object API, an helper for providing memory allocation with a redirection.
50
51 2011-04-13  Cedric Bail & Vincent Torri
52
53         * Add Eina_File API, a portable mmap helper with some cache and tracking feature.
54
55 2011-04-22  Vincent Torri
56
57         * Add Eina_Lock API, a portable solution across various system for locking/unlocking mutex.
58
59 2011-04-24  Carsten Haitzler (The Rasterman)
60
61         * Add a prefix location finder api to eina. Beta status. needs
62         more use from higher up libs/apps first.
63
64 2011-04-24  Vincent Torri
65
66         * Fix uninstallation of the mempools modules
67
68 2011-04-27  Vincent Torri
69
70         * Fix static build of the buddy mempool
71
72 2011-04-29  Cedric Bail
73
74         * Add Eina_Refcount macro helper. You should really use them when running with thread !