This release makes several changes to the DB schema! Please backup before upgrading.
There has been a minor change to exported context definitions. If you are using exported contexts, please update your definitions to use a string value instead of an array for associated menu paths.
If you have written any implementations of hook_context_items(), you will need to split your definition across hook_context_getters() and hook_context_setters(). Please see context_ui_context_setters() and _getters() as examples.
Initial port to Drupal 6, with minimal functionality and plenty of bugs. If you have time to try it and report bugs to the issue queue it would be much appreciated.