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