aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/NEWS
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/eina/NEWS
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to '')
-rw-r--r--libraries/eina/NEWS41
1 files changed, 41 insertions, 0 deletions
diff --git a/libraries/eina/NEWS b/libraries/eina/NEWS
new file mode 100644
index 0000000..6f9a0ef
--- /dev/null
+++ b/libraries/eina/NEWS
@@ -0,0 +1,41 @@
1Eina 1.1.0
2
3Changes since Eina 1.0.0:
4-------------------------
5
6Additions:
7
8 * eina_unicode_strndup API
9 * EINA_INLIST_FOREACH_SAFE API
10 * eina unicode UTF8 convenience calls API
11 * eina_list_move functions to move list nodes from list to list directly
12 * simple SAX XML parser API added
13 * inlist sort and sorted insert API
14 * mempool repack API
15 * eina_file API for portable file memory-mapping with IO saffety traps
16 * thread locks, conditions etc. wrapper API for portability
17 * prefix API for apps or libs to find their runtime prefix location
18 * refcount macro API
19 * binbuf for binary extendable buffers API
20 * eina_hash_free_cb_set API
21 * eina_main_loop_is API
22 * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
23 * eina_xattr API's
24 * eina_hash_murmur3 API
25
26Fixes:
27
28 * compilation problems with some configure options
29 * stat issue if file size is in bytes and serial number overran 32bits
30 * uninstall of mempool modules
31 * static build of buddy mempool
32 * stringshare multi-init bug
33 * windows port of eina_sched_prio_drop
34 * eina_hash_set to handle data being NULL like eina_hash_del
35 * static linking to eina (iconv can be avoided)
36 * eina_share_common_del and eina_share_common_ref unlock bug
37
38Improvements:
39
40 * scalability/speed improvements in Chained Mempool
41 * stringshare as storage for eina error strings now