ObjFW  Check-in [6be5c5ec0c]

Overview
Comment:Update ChangeLog for 1.1.5
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.1
Files: files | file ages | folders
SHA3-256: 6be5c5ec0c79ca76d0d75ecd32a93aa77b8025951e2cdb85ef71bc13af6e2f47
User & Date: js on 2024-07-06 10:47:58
Other Links: branch diff | manifest | tags
Context
2024-07-06
10:50
Increase library versions check-in: 171ba2af28 user: js tags: 1.1
10:48
Update ChangeLog for 1.1.5 check-in: 965a8ad9be user: js tags: trunk
10:47
Update ChangeLog for 1.1.5 check-in: 6be5c5ec0c user: js tags: 1.1
2024-07-04
18:47
GitHub Actions: Remove macOS 11 check-in: a96ea5c067 user: js tags: 1.1
Changes

Modified ChangeLog from [70e48f764e] to [64fc57bbaf].

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.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.





>
>
>
>
>







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

This file only contains the most significant changes.

ObjFW 1.1.4 -> ObjFW 1.1.5, 2024-07-06
 * Fixes MIPS32.
 * Properly hides private symbols in the runtime so they can't be used
   accidentally anymore.

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.