add a check for stupids
[framework/uifw/eina.git] / ChangeLog
index 076b2d3..42f2f94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2012-04-26  Cedric Bail
 
        * Add backtrace support Eina_Log.
+
+2012-04-30  Jérôme Pinot
+
+       * Add missing files in the tarballs.
+
+2012-05-06  Cedric Bail
+
+       * Fix a rounding issue near 1.0 for eina_f32p32_cos and eina_f32p32_sin.
+
+2012-05-08  Cedric Bail
+
+       * Add eina_file_map_lines to iterate on lines of a mapped file.
+
+2012-05-17  Albin Tonnerre
+
+       * Fix portability issue of Eina_Value on ARM and PPC.
+       * Fix portability issue of Eina_Value test on Itanium.
+
+2012-05-23 Carsten Haitzler (The Rasterman)
+
+        * Fix global_faulty faulty flag in eina_file to be set to 0
+        initially rather than be random memory garbage.
+
+2012-05-29 Vincent Torri
+
+        * remove --disable-posix-threads and --disable-win32-threads
+       from configure options, and detect automatically the threading
+       support.
+       Fix bug in the XML parser when a tag was in a comment or a
+       cdata
+
+2012-06-08 Mike Blumenkrantz
+
+        * Prevent negative max_token count for eina_str_split functions