↵ Return to the main page of perl-Sereal
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-07-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 5.004-5 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
2024-01-25 | Fedora Release Engineering <releng at fedoraproject dot org> - 5.004-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 5.004-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2023-07-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 5.004-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
2023-04-19 | Paul Howarth <paul at city dash fan dot org> - 5.004-1 | - Update to 5.004 (rhbz#2188044) - Decoder fixes: fix thaw ordering for frozen objects - nested THAW operations now happen in the documented LIFO order (GH#283, GH#285) |
2023-02-08 | Paul Howarth <paul at city dash fan dot org> - 5.003-1 | - Update to 5.003 (rhbz#2168014) - Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16 (note: this package uses the system versions of these) - Assorted build fixes related to these updates - OpenBSD build fixes |
2023-02-01 | Paul Howarth <paul at city dash fan dot org> - 5.002-1 | - Update to 5.002 (rhbz#2166279) - Fix up Decoder tests to run on perl 5.8, which has no defined-or - Ensure that Encoder depends on the correct version of the Decoder - Test compatibility fixes when no perl is already installed - Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions - Test compatibility fixes with version 3 and earlier |
2023-01-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 5.001-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
2022-09-04 | Paul Howarth <paul at city dash fan dot org> - 5.001-1 | - Update to 5.001 - First official release of protocol 5 - Better support for non-standard NV types - Support for the new Perl 5.36 bools - Use SPDX-format license tag |
2022-07-28 | Paul Howarth <paul at city dash fan dot org> - 4.025-1 | - Update to 4.025 - Changes to the FREEZE/THAW mechanism - Remove the part that says that FREEZE cannot return a list; it can, and we have supported it for a very long time, although I have not checked how far back this support goes - If you use the FREEZE/THAW API's you should upgrade to this version or later - Test fixes for t/020_sort_keys.t hanging on some perls that do not come bundled with Hash::Util |