From fb249439ae2c70f9bc9ef5cb3955e88ad3a3df89 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 24 Jan 2013 01:39:19 +0000 Subject: [PATCH] efl: forgotten CnN SVN revision: 83190 --- ChangeLog | 4 ++++ NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8b21c8ca47..4a83daeee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-24 Cedric Bail + + * Don't over align data if they are already aligned. + 2013-01-22 Mike Blumenkrantz * rebase dns.c against upstream diff --git a/NEWS b/NEWS index cd71349f35..9d3dbb4412 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,7 @@ Improvements: * edje entry: cursor position and location will be passed when it's really changed in case of mouse down, move, and up event. * edje entry: remove ecore_imf_context_reset in mouse up event because it's useless. * rebase dns.c against upstream + * Don't over align data if they are already aligned. Fixes: * Fix PPC (big endian) image codec bug.