]> andersk Git - libyaml.git/blame_incremental - announcement.msg
Update configure.ac for 0.2.2
[libyaml.git] / announcement.msg
... / ...
CommitLineData
1From: Ingy döt Net <ingy@ingy.net>
2To: yaml-core@lists.sourceforge.net
3Subject: [ANN] LibYAML-0.2.2: A new release
4
5=========================
6 Announcing LibYAML-0.2.2
7=========================
8
9A new release of LibYAML is now available:
10https://github.com/yaml/libyaml/tree/0.2.2
11
12The LibYAML project is now maintained by the YAML community. Planning happens
13on the #yaml-dev and #libyaml IRC channels on irc.freenode.net.
14
15
16Changes
17=======
18
19* https://github.com/yaml/libyaml/pull/95 -- build: do not install config.h
20* https://github.com/yaml/libyaml/pull/97 -- appveyor.yml: fix Release build
21* https://github.com/yaml/libyaml/pull/103 -- Remove unused code in yaml_document_delete
22* https://github.com/yaml/libyaml/pull/104 -- Allow colons in plain scalars inside flow collections
23* https://github.com/yaml/libyaml/pull/109 -- Fix comparison in tests/run-emitter.c
24* https://github.com/yaml/libyaml/pull/117 -- Fix typo error
25* https://github.com/yaml/libyaml/pull/119 -- The closing single quote needs to be indented...
26* https://github.com/yaml/libyaml/pull/121 -- fix token name typos in comments
27* https://github.com/yaml/libyaml/pull/122 -- Revert removing of open_ended after top level plain scalar
28* https://github.com/yaml/libyaml/pull/125 -- Cherry-picks from PR 27
29* https://github.com/yaml/libyaml/pull/135 -- Windows/C89 compatibility
30* https://github.com/yaml/libyaml/pull/136 -- allow override of Windows static lib name
31
32
33
34Resources
35=========
36
37LibYAML IRC Channel: #libyaml on irc.freenode.net
38LibYAML homepage: https://github.com/yaml/libyaml
39Source download: https://github.com/yaml/libyaml/archive/dist-0.2.2.zip
40GitHub repository: https://github.com/yaml/libyaml
41Bug tracking: https://github.com/yaml/libyaml/issues
42
43YAML homepage: http://yaml.org/
44YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core
45
46
47About LibYAML
48=============
49
50YAML is a data serialization format designed for human readability and
51interaction with scripting languages.
52
53LibYAML is a C library for parsing and emitting YAML. LibYAML is the underlying
54parser/emitter code for YAML frameworks in many programming languages.
55
56
57Maintainers
58===========
59
60The following people are responsible for maintaining LibYAML:
61
62* Ingy döt Net
63* Tina Mueller
64
65and many thanks to all who have contribributed!
66See: https://github.com/yaml/libyaml/pulls
67
68
69Copyright
70=========
71
72Copyright (c) 2017-2019 Ingy döt Net <ingy@ingy.net>
73Copyright (c) 2006-2016 Kirill Simonov <xi@resolvent.net>
74
75The LibYAML module was written by Kirill Simonov.
76It is currently maintained by the YAML community.
77
78LibYAML is released under the MIT license.
79See the file LICENSE for more details.
This page took 0.091443 seconds and 5 git commands to generate.