ObjFW  Check-in [cc5e2fa6b2]

Overview
Comment:Update ChangeLog for 1.1.4
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.1
Files: files | file ages | folders
SHA3-256: cc5e2fa6b2a8b9c74fd1e4fb3ff35388d273a315600dfa9d3c283b5f02bb22f0
User & Date: js on 2024-05-22 19:30:07
Other Links: branch diff | manifest | tags
Context
2024-05-22
19:32
Set version to 1.1.4 check-in: 8d264c1cbc user: js tags: 1.1, 1.1.4-release
19:30
Update ChangeLog for 1.1.4 check-in: e69467541a user: js tags: trunk
19:30
Update ChangeLog for 1.1.4 check-in: cc5e2fa6b2 user: js tags: 1.1
19:26
PLATFORMS.md: Update Linux check-in: 2d43e273fe user: js tags: 1.1
Changes

Modified ChangeLog from [a211fb83e7] to [70e48f764e].

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.1.2 -> ObjFW 1.1.3, 2024-05-12
 * Fixes +[OFSystemInfo networkInterfaces] on NetBSD.
 * Properly hides private symbols so they can't be used accidentally anymore.
 * Adds missing documentation for various functions and macros.
 * Uses RtlGenRandom to get proper randomness on Windows now.
 * No longer uses _wutime64, which is buggy in some MinGW distributions.





>
>
>
>
>
>
>







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

This file only contains the most significant changes.

ObjFW 1.1.3 -> ObjFW 1.1.4, 2024-05-22
 * Fixes ofarc failing to extract from stdin on macOS.
 * Fixes the workaround for missing blx on ARM.
 * Avoids Clang's integrated assembler on MIPS64 for .S files (as it cannot
   calcualte the offset between two labels).
 * Fixes X32 being mistaken for AMD64.

ObjFW 1.1.2 -> ObjFW 1.1.3, 2024-05-12
 * Fixes +[OFSystemInfo networkInterfaces] on NetBSD.
 * Properly hides private symbols so they can't be used accidentally anymore.
 * Adds missing documentation for various functions and macros.
 * Uses RtlGenRandom to get proper randomness on Windows now.
 * No longer uses _wutime64, which is buggy in some MinGW distributions.