#acl PaulHowarth:read,write,admin,revert,delete All:read === Saturday 12th May 2018 === ==== Fedora Project ==== * Rebuilt `perl-Compress-Raw-Lzma` (2.082) for `xz` 5.2.4 in Fedora 28 and Rawhide * Updated `perl-YAML` to 1.25 in Rawhide: * Support trailing comments ([[https://github.com/ingydotnet/yaml-pm/pull/189|GH#189]], [[https://github.com/ingydotnet/yaml-pm/pull/190|GH#190]], [[https://github.com/ingydotnet/yaml-pm/pull/191|GH#191]]) * Remove unused code ([[https://github.com/ingydotnet/yaml-pm/pull/192|GH#192]]) * Use `Test::Deep` to actually test correctly for class names ([[https://github.com/ingydotnet/yaml-pm/pull/193|GH#193]]) * Fix loading of mapping key that starts with '`= `' ([[https://github.com/ingydotnet/yaml-pm/pull/194|GH#194]]) * Fix loading strings with multiple spaces ([[https://github.com/ingydotnet/yaml-pm/pull/172|GH#172]]) * Allow more characters in anchor name ([[https://github.com/ingydotnet/yaml-pm/pull/196|GH#196]]) * Add `$YAML::LoadBlessed` for disabling loading objects ([[https://github.com/ingydotnet/yaml-pm/pull/197|GH#197]]) * Disable test with long string under certain conditions ([[https://github.com/ingydotnet/yaml-pm/pull/201|GH#201]]) * Quote scalar if it equals '`=`' ([[https://github.com/ingydotnet/yaml-pm/pull/202|GH#202]]) * Multiple regexp roundtrip does not grow ([[https://github.com/ingydotnet/yaml-pm/pull/203|GH#203]]) * Add support for compact nested block sequences ([[https://github.com/ingydotnet/yaml-pm/pull/204|GH#204]]) * Support reverse order of block scalar indicators ([[https://github.com/ingydotnet/yaml-pm/pull/205|GH#205]]) * Support nested mappings in sequences ([[https://github.com/ingydotnet/yaml-pm/pull/206|GH#206]]) ==== Local Packages ==== * Rebuilt `perl-Compress-Raw-Lzma` (2.082) for `xz` 5.2.4 in Fedora 28 and Rawhide * Updated `perl-YAML` to 1.25 as per the Fedora version * Updated `xz` to 5.2.4 in F-28 and Rawhide: . `liblzma`: * Allow `0` as memory usage limit instead of returning `LZMA_PROG_ERROR`; now `0` is treated as if 1 byte was specified, which effectively is the same as 0 * Use "`noexcept`" keyword instead of "`throw()`" in the public headers when a C++11 (or newer standard) compiler is used * Added a portability fix for recent Intel C Compilers * Microsoft Visual Studio build files have been moved under `windows/vs2013` and `windows/vs2017` . `xz`: * Fix "`xz --list --robot missing_or_bad_file.xz`", which would try to print an uninitialized string and thus produce garbage output; since the exit status is non-zero, most uses of such a command won't try to interpret the garbage output * "`xz --list foo.xz`" could print "`Internal error (bug)`" in a corner case where a specific memory usage limit had been set ----