Package Upload
[framework/uifw/eet.git] / ChangeLog
index ed90848..0ce223a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         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".
+
+2012-03-29  David Seikel (onefang)
+
+       * Added a new macro for adding variable arrays of basic types.
+          EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY
+
+2012-04-26 Carsten Haitzler (The Rasterman)
+
+        1.6.0 release
+
+2012-05-11  Cedric Bail
+
+       * Force destruction of all pending file when shuting down eet.
+
+2012-05-14  Carsten Haitzler (The Rasterman)
+
+        * Add LZ4/LZ4HC compression & decompression capabilities
+
+2012-05-15  Cedric Bail
+
+       * Make eet_dictionary thread safe.
+
+2012-05-30  Cedric Bail
+
+       * Check that gnutls and openssl don't return below zero size during decipher.
+
+2012-06-27  Leandro Santiago
+
+       * Fix crash when cyphering huge amount of data.
+
+2012-07-16  Cedric Bail
+
+       * Add code to detect overrun and underrun in eet_data_descriptor_element_add.
+       * Fix possible wrong size decoding for simple type.