summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2012-08-30 09:54:57 +0000
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2012-08-30 09:54:57 +0000
commit124ac58c553c1435bf6a33f6ca77e7363bfa4d1d (patch)
treeb3beb0fb39eb8693de0c4288454887d51432ec98 /NEWS
downloadembryo-124ac58c553c1435bf6a33f6ca77e7363bfa4d1d.tar.gz
embryo-124ac58c553c1435bf6a33f6ca77e7363bfa4d1d.tar.bz2
embryo-124ac58c553c1435bf6a33f6ca77e7363bfa4d1d.zip
EFL 1.7 svn doobies
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/embryo-1.7@75862 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS46
1 files changed, 46 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..5ad6be7
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,46 @@
+Embryo 1.7.0
+
+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
+