merge with master
[framework/uifw/embryo.git] / NEWS
1 Embryo 1.8.0
2
3 Changes since Embryo 1.7.0:
4 ---------------------------
5
6 Fixes:
7
8     * Fix windows utf8 shitepsace parse issue.
9
10 Changes since Embryo 1.2.0:
11 ---------------------------
12
13 Fixes:
14
15     * Fix divide by 0 n FP support to avoid FPE.
16
17 Changes since Embryo 1.1.0:
18 ---------------------------
19
20 Additions:
21
22     * exotic support
23     * asin()
24     * acos()
25     * atan()
26     * atan2()
27     * log1p()
28     * cbrt()
29     * exp(),
30     * exp2()
31     * hypot()
32     * EMBRYO_12
33     
34 Fixes:
35
36     * windows compilation support
37
38 Improvements:
39
40     * exotic support
41     
42 Changes since Embryo 1.0.0:
43 ---------------------------
44
45 Fixes:
46
47     * on windows use fseek instead of rewind as rewind doesn't exist on wince
48     * delete tmp files on windows
49
50 Improvements:
51
52     * make embryo_cc use eina_prefix to determine installation location
53