Overview
Comment: | Update ChangeLog for 1.1.7 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e476451a38be492d2e477aa18099944c |
User & Date: | js on 2024-08-25 21:36:23 |
Other Links: | manifest | tags |
Context
2024-08-25
| ||
21:38 | Increase library versions check-in: 81d8be1358 user: js tags: trunk | |
21:36 | Update ChangeLog for 1.1.7 check-in: e476451a38 user: js tags: trunk | |
21:35 | Update ChangeLog for 1.1.7 check-in: 52e6f4b604 user: js tags: 1.1 | |
21:27 | OFINIFile: Fix parsing `=` within `"` check-in: 95fcd0f05b user: js tags: trunk | |
Changes
Modified ChangeLog from [145605ef28] to [5e899eb3a6].
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.5 -> ObjFW 1.1.6, 2024-08-11 * Fixes ObjC++ with GCC. * Adds handling of EINTR in OFKernelEventObserver. * Fixes overriding / reusing stack arguments in super calls on x86. * Makes headers compatible with -Wunused-parameter. | > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Legend: * Changes of existing features or bugfixes + New features This file only contains the most significant changes. ObjFW 1.1.6 -> ObjFW 1.1.7, 2024-08-25 * Fixes creating OFStrings from C strings with some encodings. * Fixes creating an ASCII C string from an OFString that has been initialized by passing an instance of a custom string class. * Fixes OFINIFile not parsing `=` within `"` correctly. * OFINIFile now allows comments and pairs before the first category. * OFINIFile now allows # for comments. * Hides some private symbols in the runtime library. * Disables UNIX datagram sockets on Hurd as Hurd has incomplete support for UNIX datagram sockets. ObjFW 1.1.5 -> ObjFW 1.1.6, 2024-08-11 * Fixes ObjC++ with GCC. * Adds handling of EINTR in OFKernelEventObserver. * Fixes overriding / reusing stack arguments in super calls on x86. * Makes headers compatible with -Wunused-parameter. |
︙ | ︙ |