X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/028f3e8709fdd7574f34aa19dd600777a7d86289..01e8dadf4c67ec14e16057d725caee991414a502:/announcement.msg?ds=sidebyside diff --git a/announcement.msg b/announcement.msg index a2dae20..8e9861e 100644 --- a/announcement.msg +++ b/announcement.msg @@ -1,23 +1,28 @@ -From: Kirill Simonov +From: Kirill Simonov To: yaml-core@lists.sourceforge.net -Subject: LibYAML-0.0.1: The initial release +Subject: LibYAML-0.1.4: A minor bugfix release -I'd like to present the initial release of LibYAML, a YAML parser and emitter -written in C. +This is a minor bugfix release of LibYAML, a YAML parser and emitter +written in C: + +* Fixed a bug that prevented an empty mapping being used as a simple key + (thank to spitzak(at)rhythm(dot)com). +* Fixed pointer overflow when calculating the position of a potential + simple key (thank to ppelletier(at)oblong(dot)com). +* Fixed yaml.dll not exporting any symbols + (thank to pxn11432(at)nifty(dot)com). +* Added pkg-config support (thank to rainwoodman(at)gmail(dot)com). LibYAML homepage: http://pyyaml.org/wiki/LibYAML -TAR.GZ package: http://pyyaml.org/download/libyaml/yaml-0.0.1.tar.gz -SVN repository: http://svn.pyyaml.org/libyaml +TAR.GZ package: http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz +SVN repository: http://svn.pyyaml.org/libyaml/branches/stable Bug tracker: http://pyyaml.org/newticket?component=libyaml -The library is functionally complete, but the documentation is scarce and the -API is subject to change. For more information, you may check the project -homepage, the doxygen-generated documentation in the `doc` directory of the -source distribution, and the examples `tests/example-reformatter.c` and -`tests/example-deconstructor.c`. +The library is functionally complete, but the documentation is scarce +and the API may change. For more information, you may check the project +homepage, the doxygen-generated documentation in the `doc` directory of +the source distribution, and examples in the `tests` directory. -LibYAML is written by Kirill Simonov . It is released -under the MIT license. See the file LICENSE for more details. +LibYAML is written by Kirill Simonov and released +under the MIT license; see the file LICENSE for more details. -This project is developed for Python Software Foundation as a part of -Google Summer of Code under the mentorship of Clark Evans.