diff options
author | Jonathan Schleifer <js@webkeks.org> | 2011-04-21 13:21:40 +0200 |
---|---|---|
committer | Jonathan Schleifer <js@webkeks.org> | 2011-04-21 13:21:40 +0200 |
commit | ec221639c02eb6ccf59681b533859e3246732651 (patch) | |
tree | baeab9f171219e8c21fabd0b6af4f9f73c82d75e /ChangeLog | |
parent | 3a558e034060095028d95a7b4e16bf8a448d09d4 (diff) |
Update ChangeLog.0.5.1-release
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,9 +2,13 @@ Legend: * Changes of existing features or bugfixes. + New features. -ObjFW 0.5 -> ObjFW 0.5.1 +ObjFW 0.5 -> ObjFW 0.5.1, 21.04.2011 * Work around a wrong warning produced by Apple GCC 4.0.1 which would cause the build to fail due to -Werror. + * Call objc_thread_{add,remove} when using the GNU runtime to make sure the + runtime knows about our thread. + * Detach a thread before restarting if it was never joined. + * Release the old return value when restarting a thread. ObjFW 0.4-alpha1 -> 0.5, 09.04.2011 + %@ is now allowed in format strings. |