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