Changelog for
ruby2.7-rubygem-bcrypt-3.1.20-30.26.i586.rpm :
* Tue Nov 28 2023 Dan Čermák
- 3.1.20 Nov 17 2023 - Limit packaged files -- decrease gem filesize by ~28% [GH #272 by AATTpusewicz]
* Thu Nov 02 2023 Dan Čermák - 3.1.19 June 22 2023 - Deprecate passing the third argument to `BCrypt::Engine.hash_secret` [GH #207 by AATTsergey-alekseev] - Add GC guards so the C compiler won\'t optimize out references [GH #270]
* Mon Jun 13 2022 Manuel Schnitzer - updated to version 3.1.18
* Unlock GVL when calculating hashes and salts [GH #260]
* Fix compilation warnings in `ext/mri/bcrypt_ext.c` [GH #261]
* Thu Apr 28 2022 Stephan Kulow updated to version 3.1.17 see installed CHANGELOG 3.1.17 Mar 14 2022 - Fix regex in validators to use \\A and \\z instead of ^ and $ [GH #121] - Truncate secrets greater than 72 bytes in hash_secret [GH #255] - Assorted test and doc improvements
* Sat Sep 12 2020 Manuel Schnitzer - updated to version 3.1.16
* Fix compilation on FreeBSD. [GH #234]
* Sat Aug 22 2020 Manuel Schnitzer - updated to version 3.1.15
* no changelog found
* Mon Jul 08 2019 Manuel Schnitzer - updated to version 3.1.13
* no changelog entry found
* Wed May 16 2018 factory-autoAATTkulow.org- updated to version 3.1.12 see installed CHANGELOG 3.1.12 May 16 2018 - Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries - Fix compatibility with libxcrypt [GH #164 by AATTbesser82]
* Mon Jul 03 2017 mrueckertAATTsuse.de- add rpmlintrc as we run into rpmlint score limits because of the C source files we ship.
* Mon Mar 07 2016 cooloAATTsuse.com- updated to version 3.1.11 see installed CHANGELOG 3.1.11 Mar 06 2016 - Add support for Ruby 2.2 in compiled Windows binaries