From 54a2ebd530bc454a931d5c1f2a7d007f80788634 Mon Sep 17 00:00:00 2001 From: Eduardo de Barros Lima Date: Tue, 5 Feb 2013 17:27:24 +0000 Subject: [PATCH] Changelog and News for previous commit SVN revision: 83645 --- ChangeLog | 8 ++++++-- NEWS | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3137991ab..ea10766612 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,15 @@ -2013-02-04 U. Artie Eoff (uartie) +2013-02-05 Eduardo Lima (Etrunko) + + * ecore_wayland: Fix return type of function ecore_wl_outputs_get() + +2013-02-04 U. Artie Eoff (uartie) * 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 < +2013-02-04 Raphael Kubo da Costa * evas: Stop initializing and shutting Fontconfig down diff --git a/NEWS b/NEWS index c2e873d5c0..08e5585e9f 100644 --- a/NEWS +++ b/NEWS @@ -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().