adapt to new rubygem packaging style OBS-URL: https://build.opensuse.org/request/show/255447 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=16
80 lines
2.8 KiB
Plaintext
80 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 13 06:33:43 UTC 2014 - adrian@suse.de
|
|
|
|
- adapt to new rubygem packaging style
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 18 09:04:45 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to version 1.1.3, no changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 18 14:57:15 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to version 1.1.2, no changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 22 08:40:33 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to version 1.1.0, found no changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 30 10:00:31 UTC 2013 - coolo@suse.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 13:22:46 UTC 2012 - coolo@suse.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 11:49:34 UTC 2012 - coolo@suse.com
|
|
|
|
- update to 0.9.8
|
|
Fixed: "Unitialized constant NullInputStream" error
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 8 08:45:55 UTC 2012 - coolo@suse.com
|
|
|
|
- update to 0.9.7, still no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 4 15:40:51 UTC 2012 - coolo@suse.com
|
|
|
|
- update to 0.9.6.1, no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 14 17:25:01 UTC 2010 - mrueckert@suse.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 10:00:01 UTC 2010 - mrueckert@suse.de
|
|
|
|
- use rubygems_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 2 02:43:27 CEST 2006 - mrueckert@suse.de
|
|
|
|
- Initial package of version 0.9.1
|
|
|