summaryrefslogtreecommitdiff
path: root/announcement.msg
blob: 4c004cdb6c178ac2aa2f87ea343644ef9bba50ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.