Changelog and News for previous commit
authorEduardo de Barros Lima <eblima@gmail.com>
Tue, 5 Feb 2013 17:27:24 +0000 (17:27 +0000)
committerEduardo de Barros Lima <eblima@gmail.com>
Tue, 5 Feb 2013 17:27:24 +0000 (17:27 +0000)
SVN revision: 83645

ChangeLog
NEWS

index c313799..ea10766 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
diff --git a/NEWS b/NEWS
index c2e873d..08e5585 100644 (file)
--- 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().