Changelog for
ruby2.5-rubygem-rubyzip-1.2.2-29.1.x86_64.rpm :
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 1.2.2 Fixes CVE-2018-1000544 symlink and absolute path traversal (bsc#1099280). See https://github.com/rubyzip/rubyzip/pull/387 for full changelog.
* Thu Feb 09 2017 cooloAATTsuse.com- updated to version 1.2.1 Fixes bsc#1027050 CVE-2017-5946
* Sat Feb 20 2016 cooloAATTsuse.com- updated to version 1.2.0 no changelog found
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 1.1.7
* Mon Oct 13 2014 adrianAATTsuse.de- adapt to new rubygem packaging style
* Sun May 18 2014 cooloAATTsuse.com- updated to version 1.1.3, no changelog
* Tue Mar 18 2014 cooloAATTsuse.com- updated to version 1.1.2, no changelog
* Fri Nov 22 2013 cooloAATTsuse.com- updated to version 1.1.0, found no changelog
* Fri Aug 30 2013 cooloAATTsuse.com- updated to version 1.0.0 Changed the API for gem. Now it can be used without require param in Gemfile. Added read-only support for Zip64 files. Added support for setting Unicode file names.
* Fri Jun 22 2012 cooloAATTsuse.com- update to 0.9.9 Added support for backslashes in zip files (generated by the default Windows zip packer for example) and comment sections with the comment length set to zero even though there is actually a comment.
* Sat Apr 28 2012 cooloAATTsuse.com- update to 0.9.8 Fixed: \"Unitialized constant NullInputStream\" error
* Sun Apr 08 2012 cooloAATTsuse.com- update to 0.9.7, still no upstream changelog
* Wed Apr 04 2012 cooloAATTsuse.com- update to 0.9.6.1, no upstream changelog
* Mon Jun 14 2010 mrueckertAATTsuse.de- update to version 0.9.4 Changed ZipOutputStream.put_next_entry signature (API CHANGE!). Now allows comment, extra field and compression method to be specified.- additional changes from version 0.9.3 Fixed: Added ZipEntry::name_encoding which retrieves the character encoding of the name and comment of the entry. Also added convenience methods ZipEntry::name_in(enc) and ZipEntry::comment_in(enc) for getting zip entry names and comments in a specified character encoding.- additional changes from version 0.9.2 Fixed: Renaming an entry failed if the entry\'s new name was a different length than its old name. (Diego Barros)
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro