Eet 1.2.3 released, Eina, Evas, Ecore, Embryo, Edje, E_Dbus, Efreet, E, Elementary snapped

Dec 2, 2009 at 06:30 PM

Carsten Haitzler - Dec 2, 2009 at 06:30 PM

Eet 1.2.3 has been released with several bugfixes and improvements. It is considered stable. It is available from here.

Eina, Evas, Ecore, Embryo, Edje, E_Dbus, Efreet, Elementary and Enlightenment have had a snapshot release (snapshot 063), and can be downloaded from here. If you are taking source from SVN, then use SVN revision 44144.

Eet 1.2.3 was released, with the following changes:

  • Deprecating eet_data_descriptor*_new
  • Add eet_data_descriptor_stream_new and eet_data_descriptor_file_new
  • Add eina helper
  • Cleanup Eet_Data_Descriptor code
  • Fix eet data encode to encode empty structs etc. so save saves something as opposed to nothing
  • Fix documentation of eet_data_write() and eet_write() for return value to return # of bytes written, not 1 or 0
  • Fix build with suncc (missing alloca() declaration in eet_cipher.c)
  • Use new Eina_Log infrastructure to report error
  • Remove apparently useless eet_freeleak_* from eet_data
  • Add Fixed Point support and make it possible to switch from float and double to any fixed point variant supported by eina
  • Remove useless Eina_Log macros
  • Check the returned value of eet_init() in the binary
  • Use binary mode of fopen() in eet_main() for Windows compatibility
  • Initialize eina first in eet_init()
  • Allow generation of one single file with all source code in it. See configure help to enable it (--enable-amalgamation)
  • Add check on libgcrypt library in configure. Needed when GNUtls support is enabled

The snapshot release of Eina, Evas, Ecore, Embryo, Edje, E_Dbus, Efreet, Enlightenment and Elementary includes lots of improvements and fixes. Too many to put here, but these are not considered stable yet, and thus we don't track changelogs. They do impose soname changes and module versioning now to make packaging cleaner alongside SVN source installs. Please download, try and test these.

Back