-
Wed Apr 19 2023 Paul Howarth <paul@city-fan.org> - 5.004-1
- Update to 5.004 (rhbz#2188045)
- Fix thaw ordering for frozen objects: nested THAW operations now happen in
the documented LIFO order (GH#283, GH#285)
-
Wed Feb 08 2023 Paul Howarth <paul@city-fan.org> - 5.003-1
- Update to 5.003 (rhbz#2168015)
- Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
(note: in this package we use the system versions of these)
- Assorted build fixes related to these updates
- OpenBSD build fixes
-
Wed Feb 01 2023 Paul Howarth <paul@city-fan.org> - 5.002-1
- Update to 5.002 (rhbz#2166280)
- Test compatibility fixes with version 3 and earlier
- 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
- Ensure that Encoder depends on the correct version of the Decoder
- Fix up Decoder tests to run on perl 5.8, which has no defined-or
-
Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.001-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
Tue Nov 01 2022 Petr Pisar <ppisar@redhat.com> - 5.001-3
- Finish bootstrapping against miniz-3.0.0 (bug #2137798)
-
Tue Nov 01 2022 Petr Pisar <ppisar@redhat.com> - 5.001-2
- Rebuild against miniz-3.0.0 (bug #2137798)
-
Sun Sep 04 2022 Paul Howarth <paul@city-fan.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
-
Thu Jul 28 2022 Paul Howarth <paul@city-fan.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
- Test fixes for t/020_sort_keys.t hanging on some perls that do not come
bundled with Hash::Util
-
Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.023-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.023-3
- Perl 5.36 re-rebuild of bootstrapped packages