Changelog for
perl-YAML-1.310.0-2.2.noarch.rpm :
* Fri Mar 08 2024 Tina Müller
- Fix disabling of __perllib_provides
* Thu Dec 28 2023 Tina Müller - updated to 1.31 see /usr/share/doc/packages/perl-YAML/Changes 1.31 Wed Dec 27 07:10:56 AM PST 2023 - Update docs to recommend YAML::PP
* Tue Jan 28 2020 - updated to 1.30 see /usr/share/doc/packages/perl-YAML/Changes 1.30 Mon 27 Jan 2020 11:09:46 PM CET - Breaking Change: Set $YAML::LoadBlessed default to false to make it more secure
* Sun May 12 2019 Stephan Kulow - updated to 1.29 see /usr/share/doc/packages/perl-YAML/Changes 1.29 Sat 11 May 2019 10:26:54 AM CEST - Fix regex for alias to match the one for anchors (PR#214 TINITA)
* Mon Apr 29 2019 Stephan Kulow - updated to 1.28 see /usr/share/doc/packages/perl-YAML/Changes 1.28 Sun 28 Apr 2019 11:46:21 AM CEST - Security fix: only enable loading globs when $LoadCode is set (PR#213 TINITA)
* Thu Nov 08 2018 Stephan Kulow - updated to 1.27 see /usr/share/doc/packages/perl-YAML/Changes 1.27 Sat Nov 3 14:01:26 CET 2018 - Remove a warning about uninitialized value for perl <= 5.10
* Sat May 19 2018 cooloAATTsuse.com- updated to 1.26 see /usr/share/doc/packages/perl-YAML/Changes 1.26 Fri May 18 21:57:20 CEST 2018 - Fix bug introduced in 1.25 - loading of quoted string with colon as sequence element (tinita, fixes issue#208) - Support zero indented block sequences (PR#207 tinita)
* Sat May 12 2018 cooloAATTsuse.com- updated to 1.25 see /usr/share/doc/packages/perl-YAML/Changes 1.25 Fri May 11 19:58:58 CEST 2018 - Applied several pull requests by tinita - Support trailing comments (PR#189, PR#190, PR#191) - Remove unused code (PR#192) - Use Test::Deep to actually test correctly for class names (PR#193) - Fix loading of mapping key which starts with `= ` (PR#194) - Fix loading strings with multiple spaces (PR#172) - Allow more characters in anchor name (PR#196) - Add $YAML::LoadBlessed for disabling loading objects (PR#197) - Applied several pull requests by tinita - Disable test with long string under certain conditions (PR#201) - Quote scalar if it equals \'=\' (PR#202) - Multiple regexp roundtrip does not grow (PR#203) - Add support for compact nested block sequences (PR#204) - Support reverse order of block scalar indicators (PR#205) - Support nested mappings in sequences (PR#206)
* Tue Oct 31 2017 cooloAATTsuse.com- updated to 1.24 see /usr/share/doc/packages/perl-YAML/Changes 1.24 Mon Oct 30 20:31:53 CET 2017 - Fix $LoadCode (PR#180, PR#181, PR#182 by AATTmohawk2++)
* Mon Feb 20 2017 cooloAATTsuse.com- updated to 1.23 see /usr/share/doc/packages/perl-YAML/Changes 1.23 Sun Feb 19 22:07:57 CET 2017 - Fix $YAML::Numify (empty values were converted to 0)