ObjFW  Check-in [558a10fff3]

Overview
Comment:Update ChangeLog.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 558a10fff310c09580af3db2f8669d30da9453c84e6d443a4f7d54de2fef7a95
User & Date: js on 2011-06-30 23:24:51
Other Links: manifest | tags
Context
2011-06-30
23:44
Added tag 0.5.3-release for changeset 1c8cdf13be9c check-in: 5dd66a8549 user: js tags: trunk
23:24
Update ChangeLog. check-in: 558a10fff3 user: js tags: trunk
12:36
Nicer initializers for OF{Double,Float}{Matrix,Vector}. check-in: e129012224 user: js tags: trunk
Changes

Modified ChangeLog from [842b4df9cf] to [194738e731].

1
2
3
4



5
6
7
8
9
10
11
12
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.




>
>
>
|







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

ObjFW 0.5.2 -> ObjFW 0.5.3, 01.07.2011
 * Lots of bugfixes, see Mercurial log for details. (hg log -b 0.5)

ObjFW 0.5.1 -> ObjFW 0.5.2, 25.04.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.