summaryrefslogtreecommitdiff
path: root/NEWS
blob: e0bd5aaba731751f13893f1aa0d860fc3e9639dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Embryo 1.7.3

Changes since Embryo 1.7.2:
---------------------------

No changes, just updating to keep in sync with last release.

Changes since Embryo 1.7.1:
---------------------------

No changes, just updating to keep in sync with last release.

Changes since Embryo 1.7.0:
---------------------------

Fixes:

    * Fix windows utf8 shitepsace parse issue.

Changes since Embryo 1.2.0:
---------------------------

Fixes:

    * Fix divide by 0 n FP support to avoid FPE.

Changes since Embryo 1.1.0:
---------------------------

Additions:

    * exotic support
    * asin()
    * acos()
    * atan()
    * atan2()
    * log1p()
    * cbrt()
    * exp(),
    * exp2()
    * hypot()
    * EMBRYO_12
    
Fixes:

    * windows compilation support

Improvements:

    * exotic support
    
Changes since Embryo 1.0.0:
---------------------------

Fixes:

    * on windows use fseek instead of rewind as rewind doesn't exist on wince
    * delete tmp files on windows

Improvements:

    * make embryo_cc use eina_prefix to determine installation location