ObjFW  Check-in [e4befc3087]

Overview
Comment:ChangeLog: Add 0.90.2
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.90.2-release | 0.90
Files: files | file ages | folders
SHA3-256: e4befc30870e18828b3b91c291bd87470e3a8c0db7005b5307ed774c2eecd23c
User & Date: js on 2017-10-23 21:01:59
Other Links: branch diff | manifest | tags
Context
2017-10-30
00:30
Fix nullable properties in Doxygen check-in: 7e5f21a0e1 user: js tags: 0.90
2017-10-23
21:01
ChangeLog: Add 0.90.2 check-in: e4befc3087 user: js tags: 0.90.2-release, 0.90
20:43
runtime: Make Apple GCC with -Wshadow happy check-in: 81891380b6 user: js tags: 0.90
Changes

Modified ChangeLog from [f57f7a2cc8] to [9da9558760].

1
2
3
4
5
6











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

This file only contains the most significant changes.












ObjFW 0.90 -> ObjFW 0.90.1, 20.08.2017
 * OFData: Fix -[description]
 * OFFileManager: Set errno to 0 before readdir()
 * OFDate: Add -[localMinute]
 * OFTarArchiveEntry: Fix prefix handling for ustar
 * OFZIPArchive: Fix uncompressed + data descriptor
 * OFArray: Fix MessagePack encoding






>
>
>
>
>
>
>
>
>
>
>







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

This file only contains the most significant changes.

ObjFW 0.90.1 -> ObjFW 0.90.2, 23.10.2017
 * Fix shadowed variables which caused many bugs (e.g. using the wrong object)
 * Many, many nullability fixes
 * OFTCPSocket: Fix exception not being retained for async connect
 * OFThread: Fix setting the name on the wrong thread
 * OFMutableSet: Fix missing override for -[copy]
 * configure: Fix posix_spawnp check
 * Xcode project: Set the correct version for the bridge
 * Better check for iOS
 * tests: Fix testing the wrong OFKernelEventObserver

ObjFW 0.90 -> ObjFW 0.90.1, 20.08.2017
 * OFData: Fix -[description]
 * OFFileManager: Set errno to 0 before readdir()
 * OFDate: Add -[localMinute]
 * OFTarArchiveEntry: Fix prefix handling for ustar
 * OFZIPArchive: Fix uncompressed + data descriptor
 * OFArray: Fix MessagePack encoding