From 07e5183ce5bbfc663cf0fa66d6b680d764f42b87 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 5 Nov 2023 11:22:15 +0000 Subject: [PATCH] Update ChangeLog for 1.0.5 FossilOrigin-Name: 6cc28445511f9c30845f13a271cdbf436edf7648ae4d50826200567fd010eecf --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f05fd275..dfd820299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,14 @@ Legend: 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 + ObjFW 1.0.3 -> ObjFW 1.0.4, 2023-10-08 * Fixes OFFile closing fd 0 when initialization fails * Fixes -[stringByAppendingPathComponent:] on empty strings