@@ -2,11 +2,11 @@ * Changes of existing features or bugfixes + New features This file only contains the most significant changes. -ObjFW 1.0.11 -> ObjFW 1.1, 2024-??-?? +ObjFW 1.0.12 -> ObjFW 1.1, 2024-04-14 * ObjFW is now licensed under LGPLv3.0-only + Adds a new framework for writing tests called ObjFWTest * All tests were migrated to ObjFWTest + The runtime now supports associated objects + OFDNSResolver now caches responses @@ -48,10 +48,19 @@ + ofarc now has an --iri option to directly work on local and remote IRIs + ofarc now prints the archive comment with -lv + ofarc can now add an archive comment with --archive-comment= + ofarc now propagates the quarantine xattr on macOS when extracting an archive + +ObjFW 1.0.11 -> ObjFW 1.0.12, 2024-03-11 + * Fixes a regression in OFZIPArchive that was introduced in 1.0.11 that + resulted in failing to extract archives and creating broken archives. + * Fixes a rare condition where OFInflateStream could end up in an endless + loop. + * Fixes OFTarArchiveEntry not having a default date, which could result in + messaging nil on a FP return, which yielded invalid results on 32-bit x86 + with GCC. ObjFW 1.0.10 -> ObjFW 1.0.11, 2024-03-09 * Fixes -[OFHTTPClientResponse isAtEndOfStream] and -[OFGZIPStream isAtEndOfStream]. * Fixes how OFZIPArchive handles disk 0 vs. disk 1.