Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libyaml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libyaml
Commits
e4f6c383ef15
Commit
e4f6c383ef15
authored
8 years ago
by
Kirill Simonov
Browse files
Options
Downloads
Patches
Plain Diff
Updated announcement.
parent
43a7a04f708d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
announcement.msg
+10
-18
10 additions, 18 deletions
announcement.msg
with
10 additions
and
18 deletions
announcement.msg
+
10
−
18
View file @
e4f6c383
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
...
...
@@ -4,4 +4,4 @@
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.
...
...
@@ -7,10 +7,7 @@
* 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
...
...
@@ -15,13 +12,8 @@
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment