xref: /freebsd/contrib/libyaml/announcement.msg (revision 0f5c86ddb0257f4b7620f1d8e898289be30b19bf)
1From: Tina Müller <post@tinita.de>
2To: yaml-core@lists.sourceforge.net
3Subject: [ANN] LibYAML-0.2.5: A new release
4
5=========================
6 Announcing LibYAML-0.2.5
7=========================
8
9A new release of LibYAML is now available:
10https://github.com/yaml/libyaml/tree/0.2.5
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
20https://github.com/yaml/libyaml/pull/187
21Add -h and --flow (on|off|keep) to run-*-test-suite
22
23https://github.com/yaml/libyaml/pull/182
24Remove unnecessary include and malloc
25
26https://github.com/yaml/libyaml/pull/177
27Add specific files back to .gitignore
28
29https://github.com/yaml/libyaml/pull/181
30Output error position in run-parser-test-suite.c
31
32https://github.com/yaml/libyaml/pull/105
33Allow question marks in plain scalars in flow collections
34
35https://github.com/yaml/libyaml/pull/186
36Emitter: Don't output trailing space for empty scalar nodes
37
38https://github.com/yaml/libyaml/pull/185
39Emitter: Output space after an alias mapping key
40
41https://github.com/yaml/libyaml/pull/191
42A couple patches to improve test suite support
43
44
45Resources
46=========
47
48LibYAML IRC Channel:  #libyaml on irc.freenode.net
49LibYAML homepage:     https://github.com/yaml/libyaml
50Source download:      https://github.com/yaml/libyaml/archive/dist-0.2.3.zip
51GitHub repository:    https://github.com/yaml/libyaml
52Bug tracking:          https://github.com/yaml/libyaml/issues
53
54YAML homepage: http://yaml.org/
55YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core
56
57
58About LibYAML
59=============
60
61YAML is a data serialization format designed for human readability and
62interaction with scripting languages.
63
64LibYAML is a C library for parsing and emitting YAML. LibYAML is the underlying
65parser/emitter code for YAML frameworks in many programming languages.
66
67
68Maintainers
69===========
70
71The following people are responsible for maintaining LibYAML:
72
73* Ingy döt Net
74
75and many thanks to all who have contribributed!
76See: https://github.com/yaml/libyaml/pulls
77
78
79Copyright
80=========
81
82Copyright (c) 2017-2020 Ingy döt Net <ingy@ingy.net>
83Copyright (c) 2006-2016 Kirill Simonov <xi@resolvent.net>
84
85The LibYAML module was written by Kirill Simonov.
86It is currently maintained by the YAML community.
87
88LibYAML is released under the MIT license.
89See the file LICENSE for more details.
90