- Declared timeout_to_timespec() static - fixes an 'undefined symbol' error (Michael Haben <michael.haben@roke.co.uk)
- Add support for arbitrary serializers (Roman Timofeev <cryptoloop@gmail.com>)
- Fix maximum value of the tv_nsec in timeout_to_timespec function
- Fix building cffi modules
- Fix setup.py
- Both Python 2 and Python 3 support
- Decrease default maxmsgsize limit for POSIX queue to 1024
- Define error codes constants
- Improve documentation
- First release