0.1.7
Add functions for constructing, parsing and emitting YAML documents.
Fixed segfault in yaml_string_write_handler.
Fixed a bug which prevented an empty mapping from being used as a simple key (#150, thank to spitzak(at)rhythm(dot)com).
Prevent node index overflow (Reported by Florian Weimer).
Fixed non-ANSI initializations (fixes #115).
Limit input size to SIZE_MAX/2.
Removed invalid simple key assertion (thank to Jonathan Gray).
Always use lower case in error messages.
Fixed heap overflow in yaml_parser_scan_uri_escapes (Thanks Ivan Fratric of the Google Security Team).