]> andersk Git - libyaml.git/blob - announcement.msg
Updated the link to the bug tracker.
[libyaml.git] / announcement.msg
1 From: Kirill Simonov <xi@resolvent.net>
2 To: yaml-core@lists.sourceforge.net
3 Subject: LibYAML-0.1.4: A minor bugfix release
4
5 This is a minor bugfix release of LibYAML, a YAML parser and emitter
6 written in C:
7
8 * Fixed a bug that prevented an empty mapping being used as a simple key
9   (thank to spitzak(at)rhythm(dot)com).
10 * Fixed pointer overflow when calculating the position of a potential
11   simple key (thank to ppelletier(at)oblong(dot)com).
12 * Fixed yaml.dll not exporting any symbols
13   (thank to pxn11432(at)nifty(dot)com).
14 * Added pkg-config support (thank to rainwoodman(at)gmail(dot)com).
15
16 LibYAML homepage:   http://pyyaml.org/wiki/LibYAML
17 TAR.GZ package:     http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
18 SVN repository:     http://svn.pyyaml.org/libyaml/branches/stable
19 Bug tracker:        http://pyyaml.org/newticket?component=libyaml
20
21 The library is functionally complete, but the documentation is scarce
22 and the API may change.  For more information, you may check the project
23 homepage, the doxygen-generated documentation in the `doc` directory of
24 the source distribution, and examples in the `tests` directory.
25
26 LibYAML is written by Kirill Simonov <xi@resolvent.net> and released
27 under the MIT license; see the file LICENSE for more details.
28
This page took 0.038696 seconds and 5 git commands to generate.