Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-05-30 16:29:24 +00:00
parent da614b1a25
commit e6ec8a906f

View file

@ -1,9 +1,16 @@
2011-05-29 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac: Fix broken atomic ops again.
* configure: regenerate
2011-05-30 11:40 David Chisnall <theraven@gna.org>
* /NSData.m:
Add a couple of __strong annotations to pointers. Any non-id pointer that
can store GC'd memory must be __strong. Currently, this annotation is
largely ignored, because the runtime is a lot more lax about what may
store pointers than Apple's, but this will be tightened up in the future.
2011-05-28 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSNotificationCenter.m,