| Revision 374,
1.2 KB
checked in by xi, 2 years ago
(diff) |
|
Bumped the version number and updated the announcement.
|
| Rev | Line | |
|---|
| [374] | 1 | From: Kirill Simonov <xi@resolvent.net> |
|---|
| [220] | 2 | To: yaml-core@lists.sourceforge.net |
|---|
| [374] | 3 | Subject: LibYAML-0.1.4: A minor bugfix release |
|---|
| [220] | 4 | |
|---|
| [318] | 5 | This is a minor bugfix release of LibYAML, a YAML parser and emitter |
|---|
| [374] | 6 | written in C: |
|---|
| [220] | 7 | |
|---|
| [374] | 8 | * Fixed a bug that prevented an empty mapping being used as a simple key |
|---|
| 9 | (thank to spitzak(at)rhythm(dot)com). |
|---|
| 10 | * Fixed pointer overflow when calculating the position of a potential |
|---|
| 11 | simple key (thank to ppelletier(at)oblong(dot)com). |
|---|
| 12 | * Fixed yaml.dll not exporting any symbols |
|---|
| 13 | (thank to pxn11432(at)nifty(dot)com). |
|---|
| 14 | * Added pkg-config support (thank to rainwoodman(at)gmail(dot)com). |
|---|
| [358] | 15 | |
|---|
| [220] | 16 | LibYAML homepage: http://pyyaml.org/wiki/LibYAML |
|---|
| [374] | 17 | TAR.GZ package: http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz |
|---|
| [318] | 18 | SVN repository: http://svn.pyyaml.org/libyaml/branches/stable |
|---|
| [220] | 19 | Bug tracker: http://pyyaml.org/newticket?component=libyaml |
|---|
| 20 | |
|---|
| [374] | 21 | The library is functionally complete, but the documentation is scarce |
|---|
| 22 | and the API may change. For more information, you may check the project |
|---|
| 23 | homepage, the doxygen-generated documentation in the `doc` directory of |
|---|
| 24 | the source distribution, and examples in the `tests` directory. |
|---|
| [220] | 25 | |
|---|
| [374] | 26 | LibYAML is written by Kirill Simonov <xi@resolvent.net> and released |
|---|
| 27 | under the MIT license; see the file LICENSE for more details. |
|---|
| [220] | 28 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.