diff options
author | Jonathan Schleifer <js@webkeks.org> | 2015-10-04 14:13:37 +0200 |
---|---|---|
committer | Jonathan Schleifer <js@webkeks.org> | 2015-10-04 14:13:37 +0200 |
commit | 59a50e32458fa281c80885870c5788e5b53f3fc3 (patch) | |
tree | acf0f705e80e8398469beb0049fe29e0317e783b | |
parent | 1e32e34595f03ba88b464dbd991515e03a83147f (diff) |
Update ChangeLog for 0.8.10.8.1-release
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,6 +2,20 @@ Legend: * Changes of existing features or bugfixes + New features +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 |