]> andersk Git - libyaml.git/blame - announcement.msg
fix version_directive memory leak
[libyaml.git] / announcement.msg
CommitLineData
f6e09f82 1From: Ingy döt Net <ingy@ingy.net>
028f3e87 2To: yaml-core@lists.sourceforge.net
f6e09f82 3Subject: [ANN] LibYAML-0.2.1: A new release
028f3e87 4
f6e09f82
IN
5=========================
6 Announcing LibYAML-0.2.1
7=========================
028f3e87 8
f6e09f82
IN
9A new MAJOR RELEASE of LibYAML is now available:
10https://github.com/yaml/libyaml/tree/0.2.1
d2f37f69 11
f6e09f82
IN
12This is the first release of LibYAML under a new maintenance team. In August
132016, maintenance of LibYAML and PyYAML was turned over from the original
14author, Kirill Simonov, to Ian Cordasco and Ingy döt Net.
028f3e87 15
f6e09f82 16The canonical source repo moved:
028f3e87 17
f6e09f82
IN
18 from: https://bitbucket.org/xi/libyaml/
19 to: https://github.com/yaml/libyaml
20
21The LibYAML project is now maintained by the YAML community. Planning happens
22on the #yaml-dev and #libyaml IRC channels on irc.freenode.net.
23
24
25Changes
26=======
27
28* https://github.com/yaml/libyaml/pull/7 -- Fixed most compiler warnings -Wall -Wextra
29* https://github.com/yaml/libyaml/pull/10 -- Support static and dynamic libraries
30* https://github.com/yaml/libyaml/pull/12 -- Use .gitignore instead of .hgignore
31* https://github.com/yaml/libyaml/pull/13 -- Add support for `make test` and travis
32* https://github.com/yaml/libyaml/pull/14 -- Dockerfile for testing
33* https://github.com/yaml/libyaml/pull/15 -- Apply old fix for `\/` that is not in master.
34* https://github.com/yaml/libyaml/pull/17 -- Update license to include all years until now.
35* https://github.com/yaml/libyaml/pull/18 -- Port bug fix from Perl binding
36* https://github.com/yaml/libyaml/pull/22 -- Fix misspell: preceed
37* https://github.com/yaml/libyaml/pull/23 -- Removed trailing-whitespaces
38* https://github.com/yaml/libyaml/pull/24 -- Fix typo
39* https://github.com/yaml/libyaml/pull/25 -- added an examples directory with a few yaml examples
40* https://github.com/yaml/libyaml/pull/26 -- Added missing Cflags path in pkg-config file
41* https://github.com/yaml/libyaml/pull/31 -- add unit tests to cmake configuration
42* https://github.com/yaml/libyaml/pull/32 -- Include an example of a custom tag from Python
43* https://github.com/yaml/libyaml/pull/33 -- Include an example of a %YAML tag
44* https://github.com/yaml/libyaml/pull/34 -- Added an example of using a global tag
45* https://github.com/yaml/libyaml/pull/36 -- Fix -Wformat compilation errors in tests
46* https://github.com/yaml/libyaml/pull/37 -- Update bug report URL in LibYAML
47* https://github.com/yaml/libyaml/pull/38 -- Use AM_CPPFLAGS since autotools deprecated INCLUDE
48* https://github.com/yaml/libyaml/pull/39 -- Update bug report URL in README
49* https://github.com/yaml/libyaml/pull/41 -- Add travis and Makefile support for libyaml-test
50* https://github.com/yaml/libyaml/pull/43 -- Add Dockerfile for Fedora 25
51* https://github.com/yaml/libyaml/pull/44 -- WIP: Enable all warnings (-Wall) in libyaml and tests
52* https://github.com/yaml/libyaml/pull/45 -- Fix typo
53* https://github.com/yaml/libyaml/pull/47 -- Move travis script guts to separate file
54* https://github.com/yaml/libyaml/pull/48 -- `yaml/libyaml-test` should become part of `yaml/libyaml`
55* https://github.com/yaml/libyaml/pull/50 -- Add a GNUMakefile for immediate make targets
56* https://github.com/yaml/libyaml/pull/53 -- Switch from test blacklist to whitelist
57* https://github.com/yaml/libyaml/pull/55 -- Update defs for MingGW support on Windows
58* https://github.com/yaml/libyaml/pull/58 -- Improve CMakeLists
59* https://github.com/yaml/libyaml/pull/64 -- README: Update libyaml link
60* https://github.com/yaml/libyaml/pull/69 -- Skip 5 tests in libyaml-emitter.list
61* https://github.com/yaml/libyaml/pull/74 -- Forbid escaped singlequote in doublequotes
62* https://github.com/yaml/libyaml/pull/77 -- Undefined PTRDIFF_MAX on HP-UX
63* https://github.com/yaml/libyaml/pull/78 -- Fixed most compiler warnings -Wall -Wextra
64* https://github.com/yaml/libyaml/pull/86 -- Fix problems in CI failures (travis and semaphore)
65* https://github.com/yaml/libyaml/pull/87 -- appveyor.yml: add mingw-w64 builds
66* https://github.com/yaml/libyaml/pull/88 -- add -no-undefined to src/Makefile.am
67* https://github.com/yaml/libyaml/pull/89 -- Added alpine linux testing to dockerfiles
68* https://github.com/yaml/libyaml/pull/93 -- remove need for PTRDIFF_MAX
69* https://github.com/yaml/libyaml/pull/94 -- .gitignore: major cleanup
70
71
72Resources
73=========
74
75LibYAML IRC Channel: #libyaml on irc.freenode.net
76LibYAML homepage: https://github.com/yaml/libyaml
77Source download: https://github.com/yaml/libyaml/archive/dist-0.2.1.zip
78GitHub repository: https://github.com/yaml/libyaml
79Bug tracking: https://github.com/yaml/libyaml/issues
80
81YAML homepage: http://yaml.org/
82YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core
83
84
85About LibYAML
86=============
87
88YAML is a data serialization format designed for human readability and
89interaction with scripting languages.
90
91LibYAML is a C library for parsing and emitting YAML. LibYAML is the underlying
92parser/emitter code for YAML frameworks in many programming languages.
93
94
95Maintainers
96===========
97
98The following people are responsible for maintaining LibYAML:
99
100* Ingy döt Net
101* Ian Cordasco
102* Tina Mueller
103
104and many thanks to all who have contribributed!
105See: https://github.com/yaml/libyaml/pulls
106
107
108Copyright
109=========
110
111Copyright (c) 2017-2018 Ingy döt Net <ingy@ingy.net>
112Copyright (c) 2006-2016 Kirill Simonov <xi@resolvent.net>
113
114The LibYAML module was written by Kirill Simonov <xi@resolvent.net>.
115It is currently maintained by the YAML community.
116
117LibYAML is released under the MIT license.
118See the file LICENSE for more details.
This page took 0.06236 seconds and 5 git commands to generate.