ODKit v0.5.8 Released!
Submitted by clsdaniel on Mon, 2007-06-18 12:05.
This is mainly an odkUtils release, this is the first release done using Git as SCMS (source control management system), which introduces a few changes on the workflow for better.
Release Changes:
- Added regular expresion API to odkUtils
- Added quicksort to list (doubly linked lists)
- Added better code separation for platform dependent code (one file for each platform).
- Added better mutex code for windows.
- Changed library loading API.
- Added initial thread implementation for windows.
- Added header documentation for most functions in odkUtils.
- Updated odkDA2 for new regex API.
After this I'm concentrating on the v0.6.x series, which will focus on odkPrint, the first releases will be odkDA2 or odkUtils related changes as I get a working odkPrint implementation.
There is also some big changes that I don't want to get in 0.5.x series, I'm currently reworking the object system and adding new fetures such IOStreams and many more.
