Release Notes: This release fixes double-retain in OFList. It will not ignore the timeout in OFStreamObserver when using select(). It performs -[OFURL copy] in a try block to prevent a leak when an exception occurs. It fixes a too large buffer in -[OFMutableString _applyTable:withSize:]. It calls madvise() on the correct length variable so that it covers the whole string. It fixes a warning when sizeof(size_t) < sizeof(long long). It skips possible BOMs when appending strings.


Release Notes: Support for Haiku. Autorelease pools now work properly without __thread. Incorrect framework version in the Xcode project has been fixed. Documentation fixes and improvements. Blocks now only use 16 bits for the reference count in order to avoid problems with newer Clang versions. More use of OF_SENTINEL.


Release Notes: Again, there are more differences in this release than in any release before it, and listing them all would be too much. The major differences are: ObjFW now comes with its own runtime, which greatly increases performance compared to the GNU runtime and makes it even faster than the Apple runtime. Automatic Reference Counting is now supported. Forwarding has been implemented. Asynchronous stream handling and huge performance improvements have been achieved.


Release Notes: This release puts a lot of core classes in class clusters, adds serialization and deserialization of objects into/from XML and JSON, adds the new classes OFIntrospection for introspecting classes and OFProcess for working with child processes, adds lots of OFXMLParser and OFXMLElement improvements, lets OFHTTPRequests have a delegate for status updates and processing data as soon as it arrives, adds several backends for OFStreamObserver (including kqueue, poll, and select), adds SOCKS5 support for OFTCPSockets (client only), and adds several API changes.


Release Notes: The blocks runtime is now working correctly. Documentation fixes. -framework works with objfw-compile now. Support for QNX. Various small fixes.


Release Notes: Lots of bugs were fixed.
A tool to launch applications remotely on your PC via your Android device.