summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-12-27 22:08:49 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-12-27 22:08:49 +0000
commitf481406c43b77f789aa5e250fa99438923b5c2a1 (patch)
treeaca96bda2751015a2ba3519aefd3b8d6a9703d24
parentc9d85a2b6a09807e43233e7cae0bca983e438643 (diff)
downloadlibyaml-f481406c43b77f789aa5e250fa99438923b5c2a1.tar.gz
Updated the LibYAML announcement.
git-svn-id: http://svn.pyyaml.org/libyaml/branches/stable@318 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--announcement.msg13
1 files changed, 5 insertions, 8 deletions
diff --git a/announcement.msg b/announcement.msg
index a2dae20..e305c17 100644
--- a/announcement.msg
+++ b/announcement.msg
@@ -1,23 +1,20 @@
From: Kirill Simonov <xi@gamma.dn.ua>
To: yaml-core@lists.sourceforge.net
-Subject: LibYAML-0.0.1: The initial release
+Subject: LibYAML-0.1.2: A minor bugfix release
-I'd like to present the initial release of LibYAML, a YAML parser and emitter
+This is a minor bugfix release of LibYAML, a YAML parser and emitter
written in C.
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.2.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`.
+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.
-This project is developed for Python Software Foundation as a part of
-Google Summer of Code under the mentorship of Clark Evans.