aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/NEWS
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/eet/NEWS
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to 'libraries/eet/NEWS')
-rw-r--r--libraries/eet/NEWS42
1 files changed, 0 insertions, 42 deletions
diff --git a/libraries/eet/NEWS b/libraries/eet/NEWS
deleted file mode 100644
index 1abe36e..0000000
--- a/libraries/eet/NEWS
+++ /dev/null
@@ -1,42 +0,0 @@
1Eet 1.6.0
2
3Changes since Eet 1.5.0:
4--------------------------
5
6Additions:
7 * eet_file_get to return filenames of Eet_Files
8
9Improvements:
10
11 * most allocations moved to mempools
12 * support GNUTLS 3.x
13 * add "eet -t FILE.EET" to get some stat out of an eet file
14
15Eet 1.5.0
16
17Changes since Eet 1.4.0:
18--------------------------
19
20Additions:
21
22 * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
23 * eet_node API's to manipulate nodes
24 * eet_alias_get API
25 * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
26 * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
27
28Fixes:
29
30 * eet shutdown on windows
31 * test case to init eet
32 * compilation against libjpeg 8 on windows
33 * binary open on windows
34 * unopenable empty eet file for read/write
35
36Improvements:
37
38 * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
39 * use stringshare for mmaped file names
40 * use eina locking wrappers
41 * use eina_file for file IO
42 * jpeg encode and decode quality improved at expense of speed