2019-09-13 16:16:07 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.80
Upstream changes:
0.80 Thu 22 Aug 2019 01:17:13 PM CEST
- Fix memory leak when loading invalid YAML (PR#93 tinita)
0.79 Tue 11 Jun 2019 09:35:22 PM CEST
- Support aliasing scalars resolved as null or booleans (tinita)
- Add YAML::XS::LibYAML::libyaml_version() (tinita)
- Support standard !!int/!!float tags instead of dying (tinita)
0.78 Sat 18 May 2019 06:35:21 PM CEST
- Fix double free/core dump when Dump()ing binary data, see issue#91
(tinita)
- Update config.h from libyaml (tinita)
0.77 Mon 15 Apr 2019 10:55:13 PM CEST
- Update libyaml to version 0.2.2. Most important change for users is that
plain urls in flow style can be parsed now. Example: `[ http://yaml.org
]`. (tinita)
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2019-01-26 02:58:07 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.76
Upstream changes:
Changes for version 0.76 - 2018-12-30
Add $Indent - number of spaces when dumping. PR#89 @zdm++
Fix typo in docs. PR#87 @mr-mixas++
Fix links in docs. @manwar++
|
2018-11-10 04:36:46 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.75
Upstream changes:
0.75 Sat Nov 3 14:17:28 CET 2018
- Implement $LoadCode
|
2018-09-02 09:37:00 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-YAML-LibYAML: update to 0.74.
0.74 Fri Aug 31 18:06:17 PDT 2018
- Fix tests on older perls
- Support back to perl.5.8.1
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-08-21 14:19:30 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-YAML-LibYAML: update to 0.72.
0.72 Sun Jul 8 17:03:08 CEST 2018
- Update to libyaml 0.2.1 (tinita) It's forbidden now to escape single
quotes inside double quotes
- When disabling $LoadBlessed, return scalars not refs (tinita)
- Save anchors also for blessed scalars (tinita)
|
2018-06-10 15:44:03 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.70
Upstream changes:
0.70 Sat Jun 9 21:53:05 CEST 2018
- Fix format specifier/argument mismatch PR#79 @a3f++
- Travis CI: Test on Perl 5.26 PR#80 @a3f++
- Fix a C90-compatibility issue PR#81 @stphnlyd++
|
2017-12-30 15:59:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-YAML-LibYAML: update to 0.69.
0.69 Tue Dec 26 18:37:25 CET 2017
- Security fix Add $LoadBlessed option to turn on/off loading objects
PR#73 PR#74 TINITA++
0.68 Mon Dec 18 20:01:05 CET 2017
- Fix regex roundtrip (fixes issue#69) PR#70 (TINITA++)
- Fix loading of many regexes (fixes issue#64) PR#71 (TINITA++)
|