ObjFW  Check-in [5560a17e7b]

Overview
Comment:Update ChangeLog.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.1 | 0.1.2-release
Files: files | file ages | folders
SHA3-256: 5560a17e7b402cfd2daf2acb5ff11b77814d66b7d7b833ed3bf5cf01a0c4803f
User & Date: js on 2010-01-15 13:03:13
Other Links: branch diff | manifest | tags
Context
2011-05-02
00:51
Close 0.1 branch. Closed-Leaf check-in: 9835584b2f user: js tags: 0.1
2010-01-15
13:03
Update ChangeLog. check-in: 5560a17e7b user: js tags: 0.1, 0.1.2-release
13:01
Backport fixes from default branch. check-in: dbded176ee user: js tags: 0.1
Changes

Modified ChangeLog from [aeddd57e27] to [825d836d59].







1
2
3
4
5
6
7






ObjFW 0.1 -> 0.1.1, 04.01.2010
 * Fix a missing out of range check for -[removeNItems:atIndex:] that
   allowed the programmer to specify too big ranges so it would crash
   instead of throwing an exception.
 * Fix missing calls to -[retain] and -[autorelease] when getting
   objects from an OFArray or OFDictionary.
 * Safer and more fault-tolerant way to remove objects from an
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
ObjFW 0.1.1 -> 0.1.2, 15.01.2010
 * Fix a bug in OFMutableArray's -[removeObject:] and
   -[removeObjectIdenticalTo:] that could lead to not removing all
   occurrences of the object from the array and to out of bounds reads.
 * Change the URL in the framework plist to the homepage.

ObjFW 0.1 -> 0.1.1, 04.01.2010
 * Fix a missing out of range check for -[removeNItems:atIndex:] that
   allowed the programmer to specify too big ranges so it would crash
   instead of throwing an exception.
 * Fix missing calls to -[retain] and -[autorelease] when getting
   objects from an OFArray or OFDictionary.
 * Safer and more fault-tolerant way to remove objects from an