]> andersk Git - libyaml.git/blob - announcement.msg
allow override of Windows static lib name
[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.1: A new release
4
5 =========================
6  Announcing LibYAML-0.2.1
7 =========================
8
9 A new MAJOR RELEASE of LibYAML is now available:
10 https://github.com/yaml/libyaml/tree/0.2.1
11
12 This is the first release of LibYAML under a new maintenance team. In August
13 2016, maintenance of LibYAML and PyYAML was turned over from the original
14 author, Kirill Simonov, to Ian Cordasco and Ingy döt Net.
15
16 The canonical source repo moved:
17
18     from: https://bitbucket.org/xi/libyaml/
19     to:   https://github.com/yaml/libyaml
20
21 The LibYAML project is now maintained by the YAML community. Planning happens
22 on the #yaml-dev and #libyaml IRC channels on irc.freenode.net.
23
24
25 Changes
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
72 Resources
73 =========
74
75 LibYAML IRC Channel:  #libyaml on irc.freenode.net
76 LibYAML homepage:     https://github.com/yaml/libyaml
77 Source download:      https://github.com/yaml/libyaml/archive/dist-0.2.1.zip
78 GitHub repository:    https://github.com/yaml/libyaml
79 Bug tracking:          https://github.com/yaml/libyaml/issues
80
81 YAML homepage: http://yaml.org/
82 YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core
83
84
85 About LibYAML
86 =============
87
88 YAML is a data serialization format designed for human readability and
89 interaction with scripting languages.
90
91 LibYAML is a C library for parsing and emitting YAML. LibYAML is the underlying
92 parser/emitter code for YAML frameworks in many programming languages.
93
94
95 Maintainers
96 ===========
97
98 The following people are responsible for maintaining LibYAML:
99
100 * Ingy döt Net
101 * Ian Cordasco
102 * Tina Mueller
103
104 and many thanks to all who have contribributed!
105 See: https://github.com/yaml/libyaml/pulls
106
107
108 Copyright
109 =========
110
111 Copyright (c) 2017-2018 Ingy döt Net <ingy@ingy.net>
112 Copyright (c) 2006-2016 Kirill Simonov <xi@resolvent.net>
113
114 The LibYAML module was written by Kirill Simonov <xi@resolvent.net>.
115 It is currently maintained by the YAML community.
116
117 LibYAML is released under the MIT license.
118 See the file LICENSE for more details.
This page took 0.252853 seconds and 5 git commands to generate.