1From: Kirill Simonov <xi@resolvent.net> 2To: yaml-core@lists.sourceforge.net 3Subject: LibYAML-0.1.7: A minor bugfix release 4 5This is a minor bugfix release of LibYAML, a C library for parsing 6and emitting YAML. 7 8* Fixed segfault in yaml_string_write_handler. 9* Fixed invalid simple key assertion. 10* Fixed error handling in some examples (thank to Mathias Svensson). 11* Removed obsolete VS project files. 12 13LibYAML homepage: http://pyyaml.org/wiki/LibYAML 14TAR.GZ package: http://pyyaml.org/download/libyaml/yaml-0.1.7.tar.gz 15HG repository: https://bitbucket.org/xi/libyaml 16Bug tracker: https://bitbucket.org/xi/libyaml/issues/new 17 18LibYAML is written by Kirill Simonov <xi@resolvent.net> and released 19under the MIT license; see the file LICENSE for more details. 20 21