ObjFW  Check-in [ed45dbf46a]

Overview
Comment:Update ChangeLog
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ed45dbf46a78156cf1b5bdf9b251b13fe72dc0d20f8b726786567b5e76632889
User & Date: js on 2024-01-15 20:17:00
Other Links: manifest | tags
Context
2024-01-20
14:59
Fix compilation with old MinGW versions check-in: d077c31c5c user: js tags: trunk
2024-01-15
20:17
Update ChangeLog check-in: ed45dbf46a user: js tags: trunk
20:13
Update ChangeLog check-in: 9daacae528 user: js tags: 1.0
02:26
Merge support for URI DNS resource records check-in: e051d7d487 user: js tags: trunk
Changes

Modified ChangeLog from [0196990ba7] to [b7203ab8cb].

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 1.0.4 -> ObjFW 1.0.5, 2023-11-05
 * Fixes the calculation of the extra alignment in OFAllocObject()
 * Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98
 * Fixes OFSocketAddressString() for AppleTalk addresses
 * Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows
 * Disables tests for global blocks on Win64 due to broken compilers
 * Adds PGP keys to verify tarballs and commits in the code repository






>
>
>
>







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.0.5 -> ObjFW 1.0.6, 2024-01-15
 * Fixes compatibility with autoconf 2.72.
 * Fixes OFDNSResolver's handling of types, classes and lengths > 255.

ObjFW 1.0.4 -> ObjFW 1.0.5, 2023-11-05
 * Fixes the calculation of the extra alignment in OFAllocObject()
 * Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98
 * Fixes OFSocketAddressString() for AppleTalk addresses
 * Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows
 * Disables tests for global blocks on Win64 due to broken compilers
 * Adds PGP keys to verify tarballs and commits in the code repository