Changeset 374 for libyaml/branches/stable/announcement.msg
- Timestamp:
- 05/29/11 01:52:36 (2 years ago)
- File:
-
- 1 edited
-
libyaml/branches/stable/announcement.msg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/branches/stable/announcement.msg
r358 r374 1 From: Kirill Simonov <xi@ gamma.dn.ua>1 From: Kirill Simonov <xi@resolvent.net> 2 2 To: yaml-core@lists.sourceforge.net 3 Subject: LibYAML-0.1. 3: A minor bugfix release3 Subject: LibYAML-0.1.4: A minor bugfix release 4 4 5 5 This is a minor bugfix release of LibYAML, a YAML parser and emitter 6 written in C .6 written in C: 7 7 8 This release fixes non-standard structure initialization and 9 a streaming-related issue. 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). 10 15 11 16 LibYAML homepage: http://pyyaml.org/wiki/LibYAML 12 TAR.GZ package: http://pyyaml.org/download/libyaml/yaml-0.1. 3.tar.gz17 TAR.GZ package: http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz 13 18 SVN repository: http://svn.pyyaml.org/libyaml/branches/stable 14 19 Bug tracker: http://pyyaml.org/newticket?component=libyaml 15 20 16 The library is functionally complete, but the documentation is scarce and the17 API is subject tochange. For more information, you may check the project18 homepage, the doxygen-generated documentation in the `doc` directory of the19 source distribution, and examples in the `tests` directory.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. 20 25 21 LibYAML is written by Kirill Simonov <xi@resolvent.net> . It isreleased22 under the MIT license . See the file LICENSE for more details.26 LibYAML is written by Kirill Simonov <xi@resolvent.net> and released 27 under the MIT license; see the file LICENSE for more details. 23 28
Note: See TracChangeset
for help on using the changeset viewer.
