Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -2,10 +2,19 @@ * Changes of existing features or bugfixes + New features This file only contains the most significant changes. +ObjFW 1.0.6 -> ObjFW 1.0.7, 2024-01-21 + * Fixes inheriting the environment in OFSubprocess. + * Fixes dealloc in OFSubprocess when -[closeForWriting] was called. + + Adds tests for OFSubprocess. + * Changes the key for +[OFSystemInfo networkInterfaces] to the adapter name + on Windows XP and newer to avoid a possible collission on the adapter index. + * Fixes compilation with old MinGW versions. + * Fixes the documentation for OFSRVDNSResourceRecord. + 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