Package Upload
[framework/uifw/embryo.git] / NEWS
1 Embryo 1.2.0
2
3 Changes since Embryo 1.1.0:
4 ---------------------------
5
6 Additions:
7
8     * exotic support
9     * asin()
10     * acos()
11     * atan()
12     * atan2()
13     * log1p()
14     * cbrt()
15     * exp(),
16     * exp2()
17     * hypot()
18     * EMBRYO_12
19     
20 Fixes:
21
22     * windows compilation support
23
24 Improvements:
25
26     * exotic support
27     
28 Changes since Embryo 1.0.0:
29 ---------------------------
30
31 Fixes:
32
33     * on windows use fseek instead of rewind as rewind doesn't exist on wince
34     * delete tmp files on windows
35
36 Improvements:
37
38     * make embryo_cc use eina_prefix to determine installation location
39