eet: add eet_data_xattr helper.
[framework/uifw/eet.git] / ChangeLog
index 2d05c53..a786ee4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2011-05-23  Vincent Torri
 
        * Fix compilation with libjpeg 8 on Windows.
+
+2011-06-10  Cedric BAIL
+
+       * Add EET_DATA_DESCRIPTOR_ADD_LIST_STRING helper to define List of char *.
+
+2011-07-04  Mike Blumenkrantz
+
+        * Add functions to manipulate nodes:
+            eet_node_children_get, eet_node_next_get, eet_node_parent_get,
+            eet_node_type_get, eet_node_value_get, eet_node_name_get
+        * Fix segmentation faults in several eet_node functions
+
+2011-07-16  Vincent Torri
+
+       * On Windows, open() in text mode followed by fdopen() in
+       binary mode does not create a stream in binary mode.
+       So add O_BINARY to open().
+
+2011-07-29  Mike Blumenkrantz
+
+        * Add eet_alias_get to return the destination name of an alias
+
+2011-09-15  Cedric Bail
+
+       * Add eet_data_xattr_cipher_get and eet_data_xattr_cipher_set.