Changelog for
ruby3.3-rubygem-bindata-2.4.15-1.5.x86_64.rpm :
* Thu Nov 02 2023 Dan Čermák
- == Version 2.4.15 (2023-02-07)
* Added ruby 2.4.0 requirement to gemspec. Thanks to theldoria.
* Added github CI action. Thanks to Peter Goldstein.
* Convert file from latin1 to UTF-8. Thanks to Cédric Boutillier.
* Move license from dual license to solely BSD-2-Clause.
* Remove unnecessary files from gem. Requested by Orien Madgwick.
* Allow multiple calls to auto_call_delayed_io. Thanks to dwelch-r7.
* Wed Dec 07 2022 Stephan Kulow updated to version 2.4.14 see installed ChangeLog.rdoc == Version 2.4.14 (2022-10-31)
* Use Comparable#clamp instead of manual calculations.
* Update tests to new minitest requirements.
* Adjust tests due to changes in ruby 3.1
* Fri Oct 28 2022 Stephan Kulow updated to version 2.4.13 see installed ChangeLog.rdoc == Version 2.4.13 (2022-10-16)
* Relax over-strict parameter naming requirements. Requested by vinayak3qilabs.
* Mon Oct 10 2022 Stephan Kulow updated to version 2.4.12 see installed ChangeLog.rdoc == Version 2.4.12 (2022-10-03)
* Do not include DelayedIO objects when :onlyif is false. == Version 2.4.11 (2022-09-27)
* Make DelayedIO work with :onlyif. Reported by Spencer McIntyre.
* Thu Jun 24 2021 Stephan Kulow updated to version 2.4.10 see installed ChangeLog.rdoc == Version 2.4.10 (2021-05-18)
* Improve speed of dynamic object creation. Reported by Charlie Ablett. == Version 2.4.9 (2021-04-22)
* Change example from Fixnum to Integer. Thanks to Tim Chambers.
* Now works with frozen string literals. Requested by Jeremy Evans.
* Fri Sep 25 2020 Stephan Kulow updated to version 2.4.8 see installed ChangeLog.rdoc == Version 2.4.8 (2020-07-21)
* Bug fix array self assignment. Thanks to Spencer McIntyre.
* Bug fix Stringz max_length. Thanks to cdelafuente-r7.
* Thu May 07 2020 Stephan Kulow - updated to version 2.4.7 see installed ChangeLog.rdoc == Version 2.4.7 (2020-03-31)
* Fix choice assignment inside arrays. Reported by Spencer McIntyre. == Version 2.4.6 (2020-02-27)
* More encoding fixes. Thanks to Aaron Patterson. == Version 2.4.5 (2020-02-21)
* Small typo fixes to examples.
* Fix encoding issue for ruby 2.7. Thanks to Aaron Patterson.
* Quieter test output.
* Thu Nov 22 2018 Stephan Kulow - updated to version 2.4.4 see installed ChangeLog.rdoc == Version 2.4.4 (2018-10-03)
* Display a hint when endian is omitted. Requested by Tails.
* Add thread safety to Integer/BitField creation. Requested by jbpeirce.
* Ensure windows sockets are unseekable. Thanks to Brent Cook.
* Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 2.4.3 see installed ChangeLog.rdoc == Version 2.4.3 (2018-03-10)
* Add Uint8Arrays. Requested by masarakki.
* Thu Feb 08 2018 cooloAATTsuse.com- updated to version 2.4.2 see installed ChangeLog.rdoc == Version 2.4.2 (2018-01-31)
* Allow boolean values as parameters. Requested by Patrik Wenger.