ObjFW  Check-in [24c4b1a4fd]

Overview
Comment:Update ChangeLog.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.5 | 0.5.1-release
Files: files | file ages | folders
SHA3-256: 24c4b1a4fd2cb5d5bafdbf321dd48085b7a78b204ad8603762dcf8227b27dbff
User & Date: js on 2011-04-21 11:21:40
Other Links: branch diff | manifest | tags
Context
2011-04-22
18:22
Fix double-retain in OFList. check-in: 66302f7848 user: js tags: 0.5
2011-04-21
11:21
Update ChangeLog. check-in: 24c4b1a4fd user: js tags: 0.5, 0.5.1-release
11:19
Merge a few changes from default branch to 0.5 branch. check-in: e1b8152dd9 user: js tags: 0.5
Changes

Modified ChangeLog from [4197859015] to [0db0502c69].

1
2
3
4
5
6
7




8
9
10
11
12
13
14
Legend:
 * Changes of existing features or bugfixes.
 + New features.

ObjFW 0.5 -> ObjFW 0.5.1
 * Work around a wrong warning produced by Apple GCC 4.0.1 which would cause
   the build to fail due to -Werror.





ObjFW 0.4-alpha1 -> 0.5, 09.04.2011
 + %@ is now allowed in format strings.
 + Added of_log for easy logging.
 * Exceptions have one header per exception now.
 * Lots of exception improvements.
 * Huge improvements in XML handling.




|


>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Legend:
 * Changes of existing features or bugfixes.
 + New features.

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.
 + Added of_log for easy logging.
 * Exceptions have one header per exception now.
 * Lots of exception improvements.
 * Huge improvements in XML handling.