Changelog for
chicken-git-20221111-38.1.x86_64.rpm :
* Fri Nov 18 2022 obs-service-tar-scmAATTinvalid- Update to version 20221111:
* mention recent security fix in NEWS
* Split up potentially long echo invocation on win32
* missing entry for -K in short option list
* Add a way to pass in already-quoted arguments to qs
*
* Add forgotten \"platform\" arg to librarian print-build-command
* Remove spurious argument to filelist
* Hopefully completely fix quoting hell in generated build commands
* dead code
* Do not double call normalize-destination on share dir
* replace redundant function, as suggested by sjamaan
* 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.
* Fri Sep 13 2013 toganmAATTopensuse.org- Initial packaging- Enable optflags via make_cflags_work.patch