ObjFW  Check-in [8fa5cb1a44]

Overview
Comment:Update ChangeLog for 1.0.10
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.0
Files: files | file ages | folders
SHA3-256: 8fa5cb1a4413aa05451997fe2b8e7ebb2bd308f171ed33258b79b76af645124f
User & Date: js on 2024-02-24 21:12:24
Other Links: branch diff | manifest | tags
Context
2024-02-24
21:14
Increase patch level for ObjFW library check-in: 23951a9f6b user: js tags: 1.0
21:12
Update ChangeLog for 1.0.10 check-in: 7767b60d7f user: js tags: trunk
21:12
Update ChangeLog for 1.0.10 check-in: 8fa5cb1a44 user: js tags: 1.0
21:08
Add bti instructions check-in: d73a388eca user: js tags: 1.0
Changes

Modified ChangeLog from [fcedf24573] to [151642cf35].

1
2
3
4
5






6
7
8
9
10
11
12
Legend:
 * Changes of existing features or bugfixes
 + New features

This file only contains the most significant changes.







ObjFW 1.0.8 -> ObjFW 1.0.9, 2024-02-18
 * Fixes OFGZIPStream reading the size and CRC32 incorrectly when either spans
   multiple reads.
 * Fixes a type mismatch in OFMapTable that could cause problems on big endian
   systems when uint32_t and unsigned long have a different size.
 * Fixes the default implementation of -[initWithKeys:arguments:] for custom





>
>
>
>
>
>







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

This file only contains the most significant changes.

ObjFW 1.0.9 -> ObjFW 1.0.10, 2024-02-24
 * Fixes objc_getClassList() not releasing the global runtime mutex.
 * Improves OFLHAArchive's compatibility with non-standard archives.
 + Adds endbr32 / endbr64 / bti instructions for compatibility with Control
   Flow Integrity.

ObjFW 1.0.8 -> ObjFW 1.0.9, 2024-02-18
 * Fixes OFGZIPStream reading the size and CRC32 incorrectly when either spans
   multiple reads.
 * Fixes a type mismatch in OFMapTable that could cause problems on big endian
   systems when uint32_t and unsigned long have a different size.
 * Fixes the default implementation of -[initWithKeys:arguments:] for custom