summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2016-08-27 16:00:57 -0500
committerKirill Simonov <xi@resolvent.net>2016-08-27 16:00:57 -0500
commit3e2fc2626d18e90e93c9f56ebd01da56783a6f3c (patch)
tree341a70077302b2eaad4822c172e1c06e796ad1a2
parentb7a1bddc798fd8ab329785e913dc56534026d3f7 (diff)
downloadlibyaml-hg-3e2fc2626d18e90e93c9f56ebd01da56783a6f3c.tar.gz
Updated announcement.0.1.7
-rw-r--r--announcement.msg28
1 files changed, 10 insertions, 18 deletions
diff --git a/announcement.msg b/announcement.msg
index 8e9861e..4c004cd 100644
--- a/announcement.msg
+++ b/announcement.msg
@@ -1,27 +1,19 @@
From: Kirill Simonov <xi@resolvent.net>
To: yaml-core@lists.sourceforge.net
-Subject: LibYAML-0.1.4: A minor bugfix release
+Subject: LibYAML-0.1.7: A minor bugfix release
-This is a minor bugfix release of LibYAML, a YAML parser and emitter
-written in C:
+This is a minor bugfix release of LibYAML, a C library for parsing
+and emitting YAML.
-* 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).
+* 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.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 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.
+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.