eet changelog/news update/sync
[framework/uifw/eet.git] / ChangeLog
index fcafa79..c74c55a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * Added a new macro for adding arrays of basic types.
           EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY
+
+2011-11-16  Carsten Haitzler (The Rasterman)
+
+       * JPEG encode and decode in eet now uses ISLOW (not IFAST) due to
+        noticable quality losses in the chase for speed. It will use
+        IFAST for quality less than 60 when encoding
+
+2011-12-02  Carsten Haitzler (The Rasterman)
+
+        1.5.0 release
+
+2011-12-02  Mike Blumenkrantz
+
+        * added eet_file_get to return the filename of an Eet_File
+        * Eet_File filenames are now stringshared
+        * added mempool allocators
+
+2011-12-29  Carsten Haitzler (The Rasterman)
+
+        * increase eet_connection packet size to 1Mb - more reasonable.
+
+2012-01-07  Boris Faure (billiob)
+
+        * make eet tool write to standard output if no output file given.
+
+2012-02-09  Cedric Bail
+
+       * add support for GNUTLS 3.x.
+
+2012-02-10  Cedric Bail
+
+       * add eet_dictionary_count.
+       * add "eet -t FILE.EET".