[ANN] LibYAML-0.2.1: A new release

Ingy dot Net <[email protected]> Tue, 26 Jun 2018 16:22:18 -0600
Newsgroups gmane.text.yaml.general
Message-ID <CAHJtQJ6coxZQ6GVPom-PTZHsiV2=T7s6=e9eqVUxt=JGbneCqQ@mail.gmail.com>
--===============1801333381639676767==
Content-Type: multipart/alternative; boundary="00000000000071e97b056f92eec8"

--00000000000071e97b056f92eec8
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 Announcing LibYAML-0.2.1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

A new MAJOR RELEASE of LibYAML is now available:
https://github.com/yaml/libyaml/tree/0.2.1

This is the first release of LibYAML under a new maintenance team. In Augus=
t
2016, maintenance of LibYAML and PyYAML was turned over from the original
author, Kirill Simonov, to Ian Cordasco and Ingy d=C3=B6t Net.

The canonical source repo moved:

    from: https://bitbucket.org/xi/libyaml/
    to:   https://github.com/yaml/libyaml

The LibYAML project is now maintained by the YAML community. Planning
happens
on the #yaml-dev and #libyaml IRC channels on irc.freenode.net.


Changes
=3D=3D=3D=3D=3D=3D=3D

* https://github.com/yaml/libyaml/pull/7  -- Fixed most compiler warnings
-Wall -Wextra
* https://github.com/yaml/libyaml/pull/10 -- Support static and dynamic
libraries
* https://github.com/yaml/libyaml/pull/12 -- Use .gitignore instead of
.hgignore
* https://github.com/yaml/libyaml/pull/13 -- Add support for `make test`
and travis
* https://github.com/yaml/libyaml/pull/14 -- Dockerfile for testing
* https://github.com/yaml/libyaml/pull/15 -- Apply old fix for `\/` that is
not in master.
* https://github.com/yaml/libyaml/pull/17 -- Update license to include all
years until now.
* https://github.com/yaml/libyaml/pull/18 -- Port bug fix from Perl binding
* https://github.com/yaml/libyaml/pull/22 -- Fix misspell: preceed
* https://github.com/yaml/libyaml/pull/23 -- Removed trailing-whitespaces
* https://github.com/yaml/libyaml/pull/24 -- Fix typo
* https://github.com/yaml/libyaml/pull/25 -- added an examples directory
with a few yaml examples
* https://github.com/yaml/libyaml/pull/26 -- Added missing Cflags path in
pkg-config file
* https://github.com/yaml/libyaml/pull/31 -- add unit tests to cmake
configuration
* https://github.com/yaml/libyaml/pull/32 -- Include an example of a custom
tag from Python
* https://github.com/yaml/libyaml/pull/33 -- Include an example of a %YAML
tag
* https://github.com/yaml/libyaml/pull/34 -- Added an example of using a
global tag
* https://github.com/yaml/libyaml/pull/36 -- Fix -Wformat compilation
errors in tests
* https://github.com/yaml/libyaml/pull/37 -- Update bug report URL in
LibYAML
* https://github.com/yaml/libyaml/pull/38 -- Use AM_CPPFLAGS since
autotools deprecated INCLUDE
* https://github.com/yaml/libyaml/pull/39 -- Update bug report URL in READM=
E
* https://github.com/yaml/libyaml/pull/41 -- Add travis and Makefile
support for libyaml-test
* https://github.com/yaml/libyaml/pull/43 -- Add Dockerfile for Fedora 25
* https://github.com/yaml/libyaml/pull/44 -- WIP: Enable all warnings
(-Wall) in libyaml and tests
* https://github.com/yaml/libyaml/pull/45 -- Fix typo
* https://github.com/yaml/libyaml/pull/47 -- Move travis script guts to
separate file
* https://github.com/yaml/libyaml/pull/48 -- `yaml/libyaml-test` should
become part of `yaml/libyaml`
* https://github.com/yaml/libyaml/pull/50 -- Add a GNUMakefile for
immediate make targets
* https://github.com/yaml/libyaml/pull/53 -- Switch from test blacklist to
whitelist
* https://github.com/yaml/libyaml/pull/55 -- Update defs for MingGW support
on Windows
* https://github.com/yaml/libyaml/pull/58 -- Improve CMakeLists
* https://github.com/yaml/libyaml/pull/64 -- README: Update libyaml link
* https://github.com/yaml/libyaml/pull/69 -- Skip 5 tests in
libyaml-emitter.list
* https://github.com/yaml/libyaml/pull/74 -- Forbid escaped singlequote in
doublequotes
* https://github.com/yaml/libyaml/pull/77 -- Undefined PTRDIFF_MAX on HP-UX
* https://github.com/yaml/libyaml/pull/78 -- Fixed most compiler warnings
-Wall -Wextra
* https://github.com/yaml/libyaml/pull/86 -- Fix problems in CI failures
(travis and semaphore)
* https://github.com/yaml/libyaml/pull/87 -- appveyor.yml: add mingw-w64
builds
* https://github.com/yaml/libyaml/pull/88 -- add -no-undefined to
src/Makefile.am
* https://github.com/yaml/libyaml/pull/89 -- Added alpine linux testing to
dockerfiles
* https://github.com/yaml/libyaml/pull/93 -- remove need for PTRDIFF_MAX
* https://github.com/yaml/libyaml/pull/94 -- .gitignore: major cleanup


Resources
=3D=3D=3D=3D=3D=3D=3D=3D=3D

LibYAML IRC Channel:  #libyaml on irc.freenode.net
LibYAML homepage:     https://github.com/yaml/libyaml
Source download:      https://github.com/yaml/libyaml/archive/dist-0.2.1.zi=
p
GitHub repository:    https://github.com/yaml/libyaml
Bug tracking:          https://github.com/yaml/libyaml/issues

YAML homepage: http://yaml.org/
YAML-core mailing list:
http://lists.sourceforge.net/lists/listinfo/yaml-core


About LibYAML
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

YAML is a data serialization format designed for human readability and
interaction with scripting languages.

LibYAML is a C library for parsing and emitting YAML. LibYAML is the
underlying
parser/emitter code for YAML frameworks in many programming languages.


Maintainers
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

The following people are responsible for maintaining LibYAML:

* Ingy d=C3=B6t Net
* Ian Cordasco
* Tina Mueller

and many thanks to all who have contribributed!
See: https://github.com/yaml/libyaml/pulls


Copyright
=3D=3D=3D=3D=3D=3D=3D=3D=3D

Copyright (c) 2017-2018 Ingy d=C3=B6t Net <[email protected]>
Copyright (c) 2006-2016 Kirill Simonov <xi-RCSp1WnSyaseIZ0/[email protected]>

The LibYAML module was written by Kirill Simonov <xi-RCSp1WnSyaseIZ0/[email protected]>.
It is currently maintained by the YAML community.

LibYAML is released under the MIT license.
See the file LICENSE for more details.

--00000000000071e97b056f92eec8
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D<br></div><div>=C2=A0Announcing LibYAML-0.2.1</div>=
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D</div><div><br></div><div>A new MAJOR RELEASE of LibYAML is now avail=
able:</div><div><a href=3D"https://github.com/yaml/libyaml/tree/0.2.1">http=
s://github.com/yaml/libyaml/tree/0.2.1</a></div><div><br></div><div>This is=
 the first release of LibYAML under a new maintenance team. In August</div>=
<div>2016, maintenance of LibYAML and PyYAML was turned over from the origi=
nal</div><div>author, Kirill Simonov, to Ian Cordasco and Ingy d=C3=B6t Net=
.</div><div><br></div><div>The canonical source repo moved:</div><div><br><=
/div><div>=C2=A0 =C2=A0 from: <a href=3D"https://bitbucket.org/xi/libyaml/"=
>https://bitbucket.org/xi/libyaml/</a></div><div>=C2=A0 =C2=A0 to: =C2=A0 <=
a href=3D"https://github.com/yaml/libyaml">https://github.com/yaml/libyaml<=
/a></div><div><br></div><div>The LibYAML project is now maintained by the Y=
AML community. Planning happens</div><div>on the #yaml-dev and #libyaml IRC=
 channels on <a href=3D"http://irc.freenode.net">irc.freenode.net</a>.</div=
><div><br></div><div><br></div><div>Changes</div><div>=3D=3D=3D=3D=3D=3D=3D=
</div><div><br></div><div>* <a href=3D"https://github.com/yaml/libyaml/pull=
/7">https://github.com/yaml/libyaml/pull/7</a> =C2=A0-- Fixed most compiler=
 warnings -Wall -Wextra</div><div>* <a href=3D"https://github.com/yaml/liby=
aml/pull/10">https://github.com/yaml/libyaml/pull/10</a> -- Support static =
and dynamic libraries</div><div>* <a href=3D"https://github.com/yaml/libyam=
l/pull/12">https://github.com/yaml/libyaml/pull/12</a> -- Use .gitignore in=
stead of .hgignore</div><div>* <a href=3D"https://github.com/yaml/libyaml/p=
ull/13">https://github.com/yaml/libyaml/pull/13</a> -- Add support for `mak=
e test` and travis</div><div>* <a href=3D"https://github.com/yaml/libyaml/p=
ull/14">https://github.com/yaml/libyaml/pull/14</a> -- Dockerfile for testi=
ng</div><div>* <a href=3D"https://github.com/yaml/libyaml/pull/15">https://=
github.com/yaml/libyaml/pull/15</a> -- Apply old fix for `\/` that is not i=
n master.</div><div>* <a href=3D"https://github.com/yaml/libyaml/pull/17">h=
ttps://github.com/yaml/libyaml/pull/17</a> -- Update license to include all=
 years until now.</div><div>* <a href=3D"https://github.com/yaml/libyaml/pu=
ll/18">https://github.com/yaml/libyaml/pull/18</a> -- Port bug fix from Per=
l binding</div><div>* <a href=3D"https://github.com/yaml/libyaml/pull/22">h=
ttps://github.com/yaml/libyaml/pull/22</a> -- Fix misspell: preceed</div><d=
iv>* <a href=3D"https://github.com/yaml/libyaml/pull/23">https://github.com=
/yaml/libyaml/pull/23</a> -- Removed trailing-whitespaces</div><div>* <a hr=
ef=3D"https://github.com/yaml/libyaml/pull/24">https://github.com/yaml/liby=
aml/pull/24</a> -- Fix typo</div><div>* <a href=3D"https://github.com/yaml/=
libyaml/pull/25">https://github.com/yaml/libyaml/pull/25</a> -- added an ex=
amples directory with a few yaml examples</div><div>* <a href=3D"https://gi=
thub.com/yaml/libyaml/pull/26">https://github.com/yaml/libyaml/pull/26</a> =
-- Added missing Cflags path in pkg-config file</div><div>* <a href=3D"http=
s://github.com/yaml/libyaml/pull/31">https://github.com/yaml/libyaml/pull/3=
1</a> -- add unit tests to cmake configuration</div><div>* <a href=3D"https=
://github.com/yaml/libyaml/pull/32">https://github.com/yaml/libyaml/pull/32=
</a> -- Include an example of a custom tag from Python</div><div>* <a href=
=3D"https://github.com/yaml/libyaml/pull/33">https://github.com/yaml/libyam=
l/pull/33</a> -- Include an example of a %YAML tag</div><div>* <a href=3D"h=
ttps://github.com/yaml/libyaml/pull/34">https://github.com/yaml/libyaml/pul=
l/34</a> -- Added an example of using a global tag</div><div>* <a href=3D"h=
ttps://github.com/yaml/libyaml/pull/36">https://github.com/yaml/libyaml/pul=
l/36</a> -- Fix -Wformat compilation errors in tests</div><div>* <a href=3D=
"https://github.com/yaml/libyaml/pull/37">https://github.com/yaml/libyaml/p=
ull/37</a> -- Update bug report URL in LibYAML</div><div>* <a href=3D"https=
://github.com/yaml/libyaml/pull/38">https://github.com/yaml/libyaml/pull/38=
</a> -- Use AM_CPPFLAGS since autotools deprecated INCLUDE</div><div>* <a h=
ref=3D"https://github.com/yaml/libyaml/pull/39">https://github.com/yaml/lib=
yaml/pull/39</a> -- Update bug report URL in README</div><div>* <a href=3D"=
https://github.com/yaml/libyaml/pull/41">https://github.com/yaml/libyaml/pu=
ll/41</a> -- Add travis and Makefile support for libyaml-test</div><div>* <=
a href=3D"https://github.com/yaml/libyaml/pull/43">https://github.com/yaml/=
libyaml/pull/43</a> -- Add Dockerfile for Fedora 25</div><div>* <a href=3D"=
https://github.com/yaml/libyaml/pull/44">https://github.com/yaml/libyaml/pu=
ll/44</a> -- WIP: Enable all warnings (-Wall) in libyaml and tests</div><di=
v>* <a href=3D"https://github.com/yaml/libyaml/pull/45">https://github.com/=
yaml/libyaml/pull/45</a> -- Fix typo</div><div>* <a href=3D"https://github.=
com/yaml/libyaml/pull/47">https://github.com/yaml/libyaml/pull/47</a> -- Mo=
ve travis script guts to separate file</div><div>* <a href=3D"https://githu=
b.com/yaml/libyaml/pull/48">https://github.com/yaml/libyaml/pull/48</a> -- =
`yaml/libyaml-test` should become part of `yaml/libyaml`</div><div>* <a hre=
f=3D"https://github.com/yaml/libyaml/pull/50">https://github.com/yaml/libya=
ml/pull/50</a> -- Add a GNUMakefile for immediate make targets</div><div>* =
<a href=3D"https://github.com/yaml/libyaml/pull/53">https://github.com/yaml=
/libyaml/pull/53</a> -- Switch from test blacklist to whitelist</div><div>*=
 <a href=3D"https://github.com/yaml/libyaml/pull/55">https://github.com/yam=
l/libyaml/pull/55</a> -- Update defs for MingGW support on Windows</div><di=
v>* <a href=3D"https://github.com/yaml/libyaml/pull/58">https://github.com/=
yaml/libyaml/pull/58</a> -- Improve CMakeLists</div><div>* <a href=3D"https=
://github.com/yaml/libyaml/pull/64">https://github.com/yaml/libyaml/pull/64=
</a> -- README: Update libyaml link</div><div>* <a href=3D"https://github.c=
om/yaml/libyaml/pull/69">https://github.com/yaml/libyaml/pull/69</a> -- Ski=
p 5 tests in libyaml-emitter.list</div><div>* <a href=3D"https://github.com=
/yaml/libyaml/pull/74">https://github.com/yaml/libyaml/pull/74</a> -- Forbi=
d escaped singlequote in doublequotes</div><div>* <a href=3D"https://github=
.com/yaml/libyaml/pull/77">https://github.com/yaml/libyaml/pull/77</a> -- U=
ndefined PTRDIFF_MAX on HP-UX</div><div>* <a href=3D"https://github.com/yam=
l/libyaml/pull/78">https://github.com/yaml/libyaml/pull/78</a> -- Fixed mos=
t compiler warnings -Wall -Wextra</div><div>* <a href=3D"https://github.com=
/yaml/libyaml/pull/86">https://github.com/yaml/libyaml/pull/86</a> -- Fix p=
roblems in CI failures (travis and semaphore)</div><div>* <a href=3D"https:=
//github.com/yaml/libyaml/pull/87">https://github.com/yaml/libyaml/pull/87<=
/a> -- appveyor.yml: add mingw-w64 builds</div><div>* <a href=3D"https://gi=
thub.com/yaml/libyaml/pull/88">https://github.com/yaml/libyaml/pull/88</a> =
-- add -no-undefined to src/Makefile.am</div><div>* <a href=3D"https://gith=
ub.com/yaml/libyaml/pull/89">https://github.com/yaml/libyaml/pull/89</a> --=
 Added alpine linux testing to dockerfiles</div><div>* <a href=3D"https://g=
ithub.com/yaml/libyaml/pull/93">https://github.com/yaml/libyaml/pull/93</a>=
 -- remove need for PTRDIFF_MAX</div><div>* <a href=3D"https://github.com/y=
aml/libyaml/pull/94">https://github.com/yaml/libyaml/pull/94</a> -- .gitign=
ore: major cleanup</div><div><br></div><div><br></div><div>Resources</div><=
div>=3D=3D=3D=3D=3D=3D=3D=3D=3D</div><div><br></div><div>LibYAML IRC Channe=
l: =C2=A0#libyaml on <a href=3D"http://irc.freenode.net">irc.freenode.net</=
a></div><div>LibYAML homepage: =C2=A0 =C2=A0 <a href=3D"https://github.com/=
yaml/libyaml">https://github.com/yaml/libyaml</a></div><div>Source download=
: =C2=A0 =C2=A0 =C2=A0<a href=3D"https://github.com/yaml/libyaml/archive/di=
st-0.2.1.zip">https://github.com/yaml/libyaml/archive/dist-0.2.1.zip</a></d=
iv><div>GitHub repository: =C2=A0 =C2=A0<a href=3D"https://github.com/yaml/=
libyaml">https://github.com/yaml/libyaml</a></div><div>Bug tracking: =C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0<a href=3D"https://github.com/yaml/libyaml/issu=
es">https://github.com/yaml/libyaml/issues</a></div><div><br></div><div>YAM=
L homepage: <a href=3D"http://yaml.org/">http://yaml.org/</a></div><div>YAM=
L-core mailing list: <a href=3D"http://lists.sourceforge.net/lists/listinfo=
/yaml-core">http://lists.sourceforge.net/lists/listinfo/yaml-core</a></div>=
<div><br></div><div><br></div><div>About LibYAML</div><div>=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D</div><div><br></div><div>YAML is a data serializat=
ion format designed for human readability and</div><div>interaction with sc=
ripting languages.</div><div><br></div><div>LibYAML is a C library for pars=
ing and emitting YAML. LibYAML is the underlying</div><div>parser/emitter c=
ode for YAML frameworks in many programming languages.</div><div><br></div>=
<div><br></div><div>Maintainers</div><div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
</div><div><br></div><div>The following people are responsible for maintain=
ing LibYAML:</div><div><br></div><div>* Ingy d=C3=B6t Net</div><div>* Ian C=
ordasco</div><div>* Tina Mueller</div><div><br></div><div>and many thanks t=
o all who have contribributed!</div><div>See: <a href=3D"https://github.com=
/yaml/libyaml/pulls">https://github.com/yaml/libyaml/pulls</a></div><div><b=
r></div><div><br></div><div>Copyright</div><div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=
</div><div><br></div><div>Copyright (c) 2017-2018 Ingy d=C3=B6t Net &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;</div><div>Copyright (c)=
 2006-2016 Kirill Simonov &lt;<a href=3D"mailto:xi-RCSp1WnSyaseIZ0/[email protected]">xi@resolv=
ent.net</a>&gt;</div><div><br></div><div>The LibYAML module was written by =
Kirill Simonov &lt;<a href=3D"mailto:xi-RCSp1WnSyaseIZ0/[email protected]">xi-RCSp1WnSyaseIZ0/[email protected]</a>=
&gt;.</div><div>It is currently maintained by the YAML community.</div><div=
><br></div><div>LibYAML is released under the MIT license.</div><div>See th=
e file LICENSE for more details.</div><div><br></div></div>

--00000000000071e97b056f92eec8--


--===============1801333381639676767==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===============1801333381639676767==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Yaml-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/yaml-core

--===============1801333381639676767==--