From a16dd1768655052cee4b79230b746423fe69f5f6 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 7 Mar 2012 10:45:06 +0000 Subject: [PATCH] eina: backport, ChangeLog and NEWS. SVN revision: 68925 --- legacy/eina/ChangeLog | 4 ++++ legacy/eina/NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/legacy/eina/ChangeLog b/legacy/eina/ChangeLog index c51a640e0a..ee0b0dd6f0 100644 --- a/legacy/eina/ChangeLog +++ b/legacy/eina/ChangeLog @@ -229,3 +229,7 @@ 2012-02-27 Alexandre Becoulet * Add faster implementation of Eina_Rbtree. + +2012-03-07 Cedric Bail + + * Fix leak of Eina_File. diff --git a/legacy/eina/NEWS b/legacy/eina/NEWS index bee93c5303..4f4c37fef0 100644 --- a/legacy/eina/NEWS +++ b/legacy/eina/NEWS @@ -20,6 +20,7 @@ Additions: Fixes: * compilation errors in Eina_RWLock code when building code on Windows > XP + * stop leaking Eina_File. Improvements: