summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2012-09-27 03:37:02 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-09-27 03:37:02 +0000
commit8d28445b801c7e22ad266da2a672a59bee073112 (patch)
tree0c5732718746b1a3f33a6b0585e16016aea03f43 /ChangeLog
parentb257931a811ace1a7929a9b90233e96676334492 (diff)
downloadefl-8d28445b801c7e22ad266da2a672a59bee073112.tar.gz
and changlog now is merged changes since 1.7.0
SVN revision: 77112
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29bb2..4f5fb49f17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,24 @@
+2012-09-21 Carsten Haitzler (The Rasterman)
+
+ * Fix big endian bug with eet image handling and endianess swapping.
+
+2012-09-15 Vincent Torri
+
+ * Add DOCTYPE children to be parse in eina_simple_xml.
+
+2012-09-12 Patryk Kaczmarek <patryk.k@samsung.com>
+
+ * Add EINA_SAFETY checks for proper function arguments.
+ * Add check if given arguments (distance and coordinates) in eina_tiler
+ and eina_rectangle are not below zero
+ * Documentation for eina list specified and eina stringshare fixed
+
+2012-09-11 Cedric Bail
+
+ * Speedup Eina Rbtree Iterator by recycling memory instead of
+ massively calling malloc/free.
+
+2012-09-04 Roberto de Souza <zehortigoza@profusion.mobi>
+
+ * Fix EINA_INLIST_FOREACH_SAFE macro to work when inlist is not the
+ first item in the struct.