Changelog for
perl-YAML-LibYAML-0.80-1.fc31.x86_64.rpm :
* Thu Aug 22 2019 Jitka Plesnikova
- 1:0.80-1- Update to 0.80 - Fix memory leak when loading invalid YAML
* Fri Jul 26 2019 Fedora Release Engineering - 1:0.79-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Jun 12 2019 Jitka Plesnikova - 1:0.79-1- Update to 0.79 - Support aliasing scalars resolved as null or booleans - Add YAML::XS::LibYAML::libyaml_version() - Support standard !!int/!!float tags instead of dying- Unbundled libyaml, it is identical with upstream 0.2.2
* Fri May 31 2019 Jitka Plesnikova - 1:0.78-2- Perl 5.30 rebuild
* Sun May 19 2019 Paul Howarth - 1:0.78-1- Update to 0.78 - Fix double free/core dump when Dump()ing binary data (GH#91) - Update config.h from libyaml- Modernize spec using %{make_build} and %{make_install}
* Tue Apr 16 2019 Jitka Plesnikova - 1:0.77-1- Update to 0.77 - Update libyaml to version 0.2.2 - Most important change for users is that plain urls in flow style can be parsed now
* Sat Feb 02 2019 Fedora Release Engineering - 1:0.76-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Jan 02 2019 Jitka Plesnikova - 1:0.76-1- Update to 0.76 - Add $Indent - number of spaces when dumping - Fix typo and links in docs
* Sat Nov 03 2018 Paul Howarth - 1:0.75-1- Update to 0.75 - Implement $LoadCode
* Mon Sep 03 2018 Paul Howarth - 1:0.74-1- Update to 0.74 - Fix tests on older perls - Support back to perl 5.8.1
* Fri Jul 13 2018 Fedora Release Engineering - 1:0.72-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jul 09 2018 Jitka Plesnikova - 1:0.72-1- Update to 0.72 - Update to libyaml 0.2.1 - It\'s forbidden now to escape single quotes inside double quotes - When disabling $LoadBlessed, return scalars not refs - Save anchors also for blessed scalars
* Thu Jun 28 2018 Jitka Plesnikova - 1:0.70-2- Perl 5.28 rebuild
* Sun Jun 10 2018 Paul Howarth - 1:0.70-1- Update to 0.70 - Fix format specifier/argument mismatch (GH#79) - Travis CI: Test on Perl 5.26 (GH#80) - Fix a C90-compatibility issue (GH#81)- Switch upstream from search.cpan.org to metacpan.org
* Fri Feb 09 2018 Fedora Release Engineering - 1:0.69-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Dec 28 2017 Paul Howarth - 1:0.69-1- Update to 0.69 - Security fix: Add $LoadBlessed option to turn on/off loading objects (GH#73, GH#74)
* Tue Dec 19 2017 Paul Howarth - 1:0.68-1- Update to 0.68 - Fix regex roundtrip (GH#69, GH#70) - Fix loading of many regexes (GH#64, GH#71)
* Thu Nov 16 2017 Jitka Plesnikova - 1:0.67-1- Update to 0.67 - Support standard tags !!str, !!map and !!seq instead of dying (GH#67) - Support JSON::PP::Boolean and boolean.pm via $YAML::XS::Boolean (GH#66)