remove useless m4 files
[framework/uifw/eina.git] / NEWS
diff --git a/NEWS b/NEWS
index e93c7ad..f53279e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Eina 1.3.0
+
+Changes since Eina 1.2.0:
+-------------------------
+
+Additions:
+    * Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
+    * Add an helper to iterate over line in a mapped file.
+
+Fixes:
+    * Add missing files in the tarball.
+    * Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close to 1.0.
+    * Portability issue with Eina_Value when char are not signed by default (case on ARM
+    and PPC).
+    * Portability issue with Eina_Value test suite when unsigned where not promoted to
+    unsigned long (case on Itanium).
+    * Fix issue in the XML parser when a tag was in a comment or a CDATA.
+
 Eina 1.2.0
 
 Changes since Eina 1.1.0:
@@ -14,7 +32,6 @@ Additions:
     * deprecated eina_array_count_get(), use eina_array_count() instead.
     * eina_inarray data type.
     * eina_value data type (generic value storage).
-    * eina_model data type (generic hierarchy data access).
     * eina_file_stat.
     * eina_log*level_check.
     * eina_*buf_manage_new_length.
@@ -33,6 +50,7 @@ Fixes:
     * forgotten initialization of eina list count during eina_list_split_list.
     * leak in Eina_File.
     * deadlock in Eina_File.
+    * make it possible to force the number of detected CPU on a system.
 
 Improvements: