OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=3
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|