Changelog and News for previous commit

SVN revision: 83645
This commit is contained in:
Eduardo de Barros Lima 2013-02-05 17:27:24 +00:00
parent 251544ad7e
commit 54a2ebd530
2 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,15 @@
2013-02-04 U. Artie Eoff (uartie)
2013-02-05 Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* ecore_wayland: Fix return type of function ecore_wl_outputs_get()
2013-02-04 U. Artie Eoff (uartie) <ulysses.a.eoff@intel.com>
* ecore_wayland: Add #ifdef __cplusplus to Ecore_Wayland.h so the
API can be used by C++ programs.
* ecore_wayland: Add ecore_wl_registry_get
* ecore_wayland: Add ecore_wl_globals_get
2013-02-04 Raphael Kubo da Costa <<raphael.kubo.da.costa@intel.com>
2013-02-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
* evas: Stop initializing and shutting Fontconfig down

1
NEWS
View File

@ -148,3 +148,4 @@ Fixes:
* Prevent a crash even if an invalid object is swallowed into an edje object.
* Fix cache miss when active edje hash is empty.
* Prevent denial of service on eina_hash function.
* Fix return type of function ecore_wl_outputs_get().