From f6147f3de24d68abb1cb97c8da291feb1d76a79f Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 30 Jun 2011 14:45:47 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33426 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8ef1aba65..cc52a727f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2011-06-30 14:44 David Chisnall + + * libs/base/trunk/Headers/Foundation/NSArray.h, + libs/base/trunk/Headers/Foundation/NSProxy.h, + libs/base/trunk/Headers/GNUstepBase/GSVersionMacros.h, + libs/base/trunk/Headers/GNUstepBase/preface.h.in, + libs/base/trunk/Source/NSProxy.m: Rewrote NSProxy's -retain / + -release to be the same as NSObject, not its own ad-hoc thing. + + Added declaration of __bridge for use in non-ARC mode. + + Tweaked arrayWithObjects:count: to take a const id* parameter, to + avoid ARC + treating it as a write-back parameter. + 2011-06-29 15:21 David Chisnall * libs/base/trunk/Headers/Foundation/NSNotification.h,