-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 0.2.4.{build} | ||
version: 0.2.5.{build} | ||
|
||
image: | ||
- Visual Studio 2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
From: Tina Müller <[email protected]> | ||
To: [email protected] | ||
Subject: [ANN] LibYAML-0.2.4: A new release | ||
Subject: [ANN] LibYAML-0.2.5: A new release | ||
|
||
========================= | ||
Announcing LibYAML-0.2.4 | ||
Announcing LibYAML-0.2.5 | ||
========================= | ||
|
||
A new release of LibYAML is now available: | ||
https://github.com/yaml/libyaml/tree/0.2.4 | ||
|
||
This fixes a bug introduced in the 0.2.3 release. | ||
https://github.com/yaml/libyaml/tree/0.2.5 | ||
|
||
The LibYAML project is now maintained by the YAML community. Planning happens | ||
on the #yaml-dev and #libyaml IRC channels on irc.freenode.net. | ||
|
@@ -18,8 +16,30 @@ on the #yaml-dev and #libyaml IRC channels on irc.freenode.net. | |
Changes | ||
======= | ||
|
||
https://github.com/yaml/libyaml/pull/143 -- Add packaging/docker-dist to Makefile.am | ||
https://github.com/yaml/libyaml/pull/174 -- Fix logic for document end before directive | ||
|
||
https://github.com/yaml/libyaml/pull/187 | ||
Add -h and --flow (on|off|keep) to run-*-test-suite | ||
|
||
https://github.com/yaml/libyaml/pull/182 | ||
Remove unnecessary include and malloc | ||
|
||
https://github.com/yaml/libyaml/pull/177 | ||
Add specific files back to .gitignore | ||
|
||
https://github.com/yaml/libyaml/pull/181 | ||
Output error position in run-parser-test-suite.c | ||
|
||
https://github.com/yaml/libyaml/pull/105 | ||
Allow question marks in plain scalars in flow collections | ||
|
||
https://github.com/yaml/libyaml/pull/186 | ||
Emitter: Don't output trailing space for empty scalar nodes | ||
|
||
https://github.com/yaml/libyaml/pull/185 | ||
Emitter: Output space after an alias mapping key | ||
|
||
https://github.com/yaml/libyaml/pull/191 | ||
A couple patches to improve test suite support | ||
|
||
|
||
Resources | ||
|
@@ -51,7 +71,6 @@ Maintainers | |
The following people are responsible for maintaining LibYAML: | ||
|
||
* Ingy döt Net | ||
* Tina Mueller | ||
|
||
and many thanks to all who have contribributed! | ||
See: https://github.com/yaml/libyaml/pulls | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters