Imported Upstream version 1.7.8
[platform/upstream/embryo.git] / NEWS
1 Embryo 1.7.8
2  
3 Changes since Embryo 1.7.7:
4 ---------------------------
5
6 No changes, just updating to keep in sync with lastest release.
7      
8
9 Embryo 1.7.7
10
11 Changes since Embryo 1.7.6:
12 ---------------------------
13
14 No changes, just updating to keep in sync with last release.
15
16
17 Changes since Embryo 1.7.5:
18 ---------------------------
19
20 No changes, just updating to keep in sync with last release.
21
22
23 Changes since Embryo 1.7.4:
24 ---------------------------
25
26 No changes, just updating to keep in sync with last release.
27
28
29 Changes since Embryo 1.7.3:
30 ---------------------------
31
32 Fixes:
33    * Add XML output to doc
34    * Add installation rule for doc
35
36 Changes since Embryo 1.7.2:
37 ---------------------------
38
39 No changes, just updating to keep in sync with last release.
40
41 Changes since Embryo 1.7.1:
42 ---------------------------
43
44 No changes, just updating to keep in sync with last release.
45
46 Changes since Embryo 1.7.0:
47 ---------------------------
48
49 Fixes:
50
51     * Fix windows utf8 shitepsace parse issue.
52
53 Changes since Embryo 1.2.0:
54 ---------------------------
55
56 Fixes:
57
58     * Fix divide by 0 n FP support to avoid FPE.
59
60 Changes since Embryo 1.1.0:
61 ---------------------------
62
63 Additions:
64
65     * exotic support
66     * asin()
67     * acos()
68     * atan()
69     * atan2()
70     * log1p()
71     * cbrt()
72     * exp(),
73     * exp2()
74     * hypot()
75     * EMBRYO_12
76     
77 Fixes:
78
79     * windows compilation support
80
81 Improvements:
82
83     * exotic support
84     
85 Changes since Embryo 1.0.0:
86 ---------------------------
87
88 Fixes:
89
90     * on windows use fseek instead of rewind as rewind doesn't exist on wince
91     * delete tmp files on windows
92
93 Improvements:
94
95     * make embryo_cc use eina_prefix to determine installation location
96