summaryrefslogtreecommitdiff
path: root/announcement.msg
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2011-05-29 05:52:36 +0000
committerKirill Simonov <xi@resolvent.net>2011-05-29 05:52:36 +0000
commitadf72619336447d46d669b2211afdff4aebad86d (patch)
treee93d70a6988b59af1f8634841156ab7d28368280 /announcement.msg
parent242a44b6a64b9781b0288b0d9ce1e7b6b83c0907 (diff)
downloadlibyaml-git-adf72619336447d46d669b2211afdff4aebad86d.tar.gz
Bumped the version number and updated the announcement.
Diffstat (limited to 'announcement.msg')
-rw-r--r--announcement.msg29
1 files changed, 17 insertions, 12 deletions
diff --git a/announcement.msg b/announcement.msg
index 39b273f..8e9861e 100644
--- a/announcement.msg
+++ b/announcement.msg
@@ -1,23 +1,28 @@
-From: Kirill Simonov <xi@gamma.dn.ua>
+From: Kirill Simonov <xi@resolvent.net>
To: yaml-core@lists.sourceforge.net
-Subject: LibYAML-0.1.3: A minor bugfix release
+Subject: LibYAML-0.1.4: A minor bugfix release
This is a minor bugfix release of LibYAML, a YAML parser and emitter
-written in C.
+written in C:
-This release fixes non-standard structure initialization and
-a streaming-related issue.
+* 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.1.3.tar.gz
+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 examples in the `tests` directory.
+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 <xi@resolvent.net>. It is released
-under the MIT license. See the file LICENSE for more details.
+LibYAML is written by Kirill Simonov <xi@resolvent.net> and released
+under the MIT license; see the file LICENSE for more details.