| Revision 358,
979 bytes
checked in by xi, 4 years ago
(diff) |
|
Added a short note on changes in this release.
|
| Line | |
|---|
| 1 | From: Kirill Simonov <xi@gamma.dn.ua> |
|---|
| 2 | To: yaml-core@lists.sourceforge.net |
|---|
| 3 | Subject: LibYAML-0.1.3: A minor bugfix release |
|---|
| 4 | |
|---|
| 5 | This is a minor bugfix release of LibYAML, a YAML parser and emitter |
|---|
| 6 | written in C. |
|---|
| 7 | |
|---|
| 8 | This release fixes non-standard structure initialization and |
|---|
| 9 | a streaming-related issue. |
|---|
| 10 | |
|---|
| 11 | LibYAML homepage: http://pyyaml.org/wiki/LibYAML |
|---|
| 12 | TAR.GZ package: http://pyyaml.org/download/libyaml/yaml-0.1.3.tar.gz |
|---|
| 13 | SVN repository: http://svn.pyyaml.org/libyaml/branches/stable |
|---|
| 14 | Bug tracker: http://pyyaml.org/newticket?component=libyaml |
|---|
| 15 | |
|---|
| 16 | The library is functionally complete, but the documentation is scarce and the |
|---|
| 17 | API is subject to change. For more information, you may check the project |
|---|
| 18 | homepage, the doxygen-generated documentation in the `doc` directory of the |
|---|
| 19 | source distribution, and examples in the `tests` directory. |
|---|
| 20 | |
|---|
| 21 | LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released |
|---|
| 22 | under the MIT license. See the file LICENSE for more details. |
|---|
| 23 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.