Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@33149 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-05-27 13:57:02 +00:00
parent 7d3d3852c9
commit 14f89579a9

View file

@ -1,3 +1,9 @@
2011-05-27 13:53 David Chisnall <theraven@gna.org>
* libs/back/trunk/Source/x11/XGServerWindow.m: Call NSZoneFree() on
pointer allocated with NSAllocateCollectable(), not free(). This
is a no-op in GC mode, and will free the memory in non-GC mode.
2011-05-25 Eric Wasylishen <ewasylishen@gmail.com>
* Source/winlib/WIN32GState.m: