From e3694a22667a82110a06fdf98a2005b79adf6ef2 Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 29 Jun 2011 11:50:56 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33404 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index dfff970c9..c24b1829b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2011-06-29 11:50 David Chisnall + + * libs/base/trunk/Headers/Foundation/NSAutoreleasePool.h, + libs/base/trunk/Headers/Foundation/NSEnumerator.h, + libs/base/trunk/Headers/Foundation/NSException.h, + libs/base/trunk/Headers/Foundation/NSZone.h, + libs/base/trunk/Headers/GNUstepBase/preface.h.in: + ARC-compatibility tweaks in the headers. ARC will not track + objects inside structures and rejects code that uses object types + that are not __unsafe_unretained qualified inside structures. + + This quick fix just added this type qualifier on all such + structures. Several of these should probably not be in headers at + all. + 2011-06-26 Wolfgang Lux * Source/NSString.m(-_getStart:end:contentsEnd:forRange:lineSep:,