New features:
- singleton members
- automatically set HOSTNAME environment variable if OS doesn't set it
- support new cortoscript notation in string serializer and deserializer
- Add CORTO_WALK_INIT to initialize corto_walk_opt values
Bugfixes:
- Fix error in computing size of reference primitive types
- Base of primitive meta type was PRIVATE, should have been HIDDEN
- Fix issue that would prevent inheriting from container meta types
API changes (only unstable APIs)
- corto_rw_init fields have been reordered to match ptr convention
- corto_any_walk has been renamed to corto_walk_any
Other:
- Core has been regenerated with latest c-binding, which fixes some warnings in generated code