mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
da614b1a25
commit
e6ec8a906f
1 changed files with 8 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue