]> andersk Git - libyaml.git/blob - announcement.msg
Changes for v0.2.2 release
[libyaml.git] / announcement.msg
1 From: Ingy döt Net <ingy@ingy.net>
2 To: yaml-core@lists.sourceforge.net
3 Subject: [ANN] LibYAML-0.2.2: A new release
4
5 =========================
6  Announcing LibYAML-0.2.2
7 =========================
8
9 A new release of LibYAML is now available:
10 https://github.com/yaml/libyaml/tree/0.2.2
11
12 The LibYAML project is now maintained by the YAML community. Planning happens
13 on the #yaml-dev and #libyaml IRC channels on irc.freenode.net.
14
15
16 Changes
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
34 Resources
35 =========
36
37 LibYAML IRC Channel:  #libyaml on irc.freenode.net
38 LibYAML homepage:     https://github.com/yaml/libyaml
39 Source download:      https://github.com/yaml/libyaml/archive/dist-0.2.2.zip
40 GitHub repository:    https://github.com/yaml/libyaml
41 Bug tracking:          https://github.com/yaml/libyaml/issues
42
43 YAML homepage: http://yaml.org/
44 YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core
45
46
47 About LibYAML
48 =============
49
50 YAML is a data serialization format designed for human readability and
51 interaction with scripting languages.
52
53 LibYAML is a C library for parsing and emitting YAML. LibYAML is the underlying
54 parser/emitter code for YAML frameworks in many programming languages.
55
56
57 Maintainers
58 ===========
59
60 The following people are responsible for maintaining LibYAML:
61
62 * Ingy döt Net
63 * Tina Mueller
64
65 and many thanks to all who have contribributed!
66 See: https://github.com/yaml/libyaml/pulls
67
68
69 Copyright
70 =========
71
72 Copyright (c) 2017-2019 Ingy döt Net <ingy@ingy.net>
73 Copyright (c) 2006-2016 Kirill Simonov <xi@resolvent.net>
74
75 The LibYAML module was written by Kirill Simonov.
76 It is currently maintained by the YAML community.
77
78 LibYAML is released under the MIT license.
79 See the file LICENSE for more details.
This page took 0.051441 seconds and 5 git commands to generate.