Skip to content

Stateless API

Pre-release
Pre-release
Compare
Choose a tag to compare
@mittinatten mittinatten released this 20 Aug 15:49
· 913 commits to master since this release

Refactored API to not keep track of any state (except for the global verbosity setting). This added a few more lines to simple cases (such as example.c), but the reduced book-keeping should make it much more maintainable and closer to bug-free.

From this release onwards distribution tarballs of releases (maybe not all patches) will be available for download on the GitHub-pages. This is to provide an autotools-independent version (#9).

This breaks the Python bindings, anyone in need of those can use 0.2.1.4 for now.