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