ObjFW  Check-in [017684aac9]

Overview
Comment:Update ChangeLog.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.5 | 0.5.2-release
Files: files | file ages | folders
SHA3-256: 017684aac9fb216c3e8a3f196f173dfcd4724d76dee2395114df959242abc8d1
User & Date: js on 2011-04-25 18:04:18
Other Links: branch diff | manifest | tags
Context
2011-04-25
22:39
Fix missing release in OFXMLElement. check-in: d948114b2a user: js tags: 0.5
18:04
Update ChangeLog. check-in: 017684aac9 user: js tags: 0.5, 0.5.2-release
18:04
Set version to 0.5.2. check-in: 4c15904184 user: js tags: 0.5
Changes

Modified ChangeLog from [0db0502c69] to [842b4df9cf].

1
2
3
4









5
6
7
8
9
10
11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20




+
+
+
+
+
+
+
+
+







Legend:
 * Changes of existing features or bugfixes.
 + New features.

ObjFW 0.5.1 -> ObjFW 0.5.2, 25.4.2011
 * Fix double-retain in OFList.
 * Don't ignore the timeout in OFStreamObserver when using select().
 * Do -[OFURL copy] in a try block to prevent a leak when an exception occurs.
 * Fix too big buffer in -[OFMutableString _applyTable:withSize:].
 * Call madvise() on the correct length variable so it covers the whole string.
 * Fix a warning when sizeof(size_t) < sizeof(long long).
 * Skip possible BOMs when appending strings.

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.