Changelog for
chicken-doc-5.3.0-9.22.noarch.rpm :
* Thu Dec 02 2021 dziltenerAATTlyrion.ch- See extensive changelog on https://code.call-cc.org/releases/5.3.0/NEWS
* Sun Sep 27 2020 dziltenerAATTlyrion.ch- Added a patch for FFI type conversion to char
* Thu Sep 17 2020 dziltenerAATTlyrion.ch- Added -ffat-lto-objects compiler flag to fulfill requirements for OpenSUSE Tumbleweed
* Sun Mar 01 2020 dziltenerAATTlyrion.ch- Update to version 5.2.0, added libchicken.a, added compiler flags. For more details plase read NEWS
* Fri Jul 19 2019 dziltenerAATTlyrion.ch- Udate to version 5.1.0 For more details plase read NEWS
* Mon Jan 28 2019 dziltenerAATTlyrion.ch- Removed the static compilation flag, since it gets misinterpreted by the makefile.
* Fri Nov 09 2018 dziltenerAATTlyrion.ch- Udate to version 5.0.0 For more details plase read NEWS
* Wed Dec 13 2017 dziltenerAATTlyrion.ch- Udate to version 4.13.0 For more details plase read NEWS
* Mon Jul 17 2017 dziltenerAATTlyrion.ch- Udate to version 4.12.0 For more details plase read NEWS
* Thu Oct 10 2013 toganmAATTopensuse.org- Update to version 4.8.0.5 For more details please read NEWS
* Security fixes + CVE-2013-4385: read-string! no longer reads beyond its buffer when length is #f. + poll() is also used on cygwin by enabling the fix for CVE-2012-6122 + file-creation-mode now passes a valid value to umask when its argument is omitted. (Also ensure it always returns the old umask value.) + Fix a data corruption problem in list->queue.
* Core libraries + read-string! behaves correctly in presence of EOF. + Several subtle problems in the reader in the presence of EOF are fixed. + Use poll() instead of select() on cygwin.
* Runtime + Fix an issue on initial seed of the random number generator.