@@ -1,10 +1,24 @@ Legend: * Changes of existing features or bugfixes + New features -ObjFW 0.7.1 -> ObjFW 0.8, 14.10.2015 +ObjFW 0.8 -> ObjFW 0.8.1, 04.10.2015 + * Adjust to __nullable / __nonnull being changed to _Nullable / _Nonnull in + Clang 3.7 (this fixes compilation with Clang 3.7) + * Blocks: Proper handling when called from a byref handler + * Fix compilation on Solaris + * Fix compilation for Wii, PSP and Nintendo DS + * OFProcess: Send SIGTERM on close instead of SIGKILL + * OFZIPArchive: Throw invalid format exception on failed seeks + * Make sure of_hash_seed is never initialized to 0 + * Special cases for the Wii's weird network stack (fixes the tests) + * Better length checks for write / send calls + * Don't use -pedantic on platforms where it's broken by the system headers + * Documentation fixes + +ObjFW 0.7.1 -> ObjFW 0.8, 14.08.2015 + An insanely huge amount of new APIs + New classes: OFHTTPServer, OFINICategory, OFINIFile, OFInflate64Stream, OFInflateStream, OFMapTable, OFRIPEMD160Hash, OFSHA224Hash, OFSHA256Hash, OFSHA384Hash, OFSHA512Hash, OFSettings, OFStdIOStream, OFSystemInfo,