2002-03-18 05:22:22 +08:00
|
|
|
= Version 0.4.0 =
|
|
|
|
|
|
|
|
|
|
ZipFile is now mutable and provides a more convenient way of modifying
|
2002-03-22 03:54:49 +08:00
|
|
|
zip archives than ZipOutputStream. Operations for adding, extracting,
|
|
|
|
|
renaming, replacing and removing entries to zip archives are now
|
|
|
|
|
available.
|
2002-03-18 05:22:22 +08:00
|
|
|
|
|
|
|
|
Runs without warnings with -w switch.
|
|
|
|
|
|
2002-03-22 05:12:19 +08:00
|
|
|
Install script install.rb added.
|
2002-03-21 04:59:31 +08:00
|
|
|
|
2002-01-26 07:18:54 +08:00
|
|
|
= Version 0.3.1 =
|
2002-01-26 05:51:28 +08:00
|
|
|
|
|
|
|
|
Rudimentary support for writing zip archives.
|
|
|
|
|
|
2002-03-22 03:54:49 +08:00
|
|
|
|
2002-01-06 06:09:48 +08:00
|
|
|
= Version 0.2.2 =
|
2002-01-06 06:09:48 +08:00
|
|
|
|
|
|
|
|
Fixed and extended unit test suite. Updated to work with ruby/zlib
|
|
|
|
|
0.5. It doesn't work with earlier versions of ruby/zlib.
|
|
|
|
|
|
2002-03-22 03:54:49 +08:00
|
|
|
|
2002-01-05 08:52:47 +08:00
|
|
|
= Version 0.2.0 =
|
|
|
|
|
|
|
|
|
|
Class ZipFile added. Where ZipInputStream is used to read the
|
|
|
|
|
individual entries in a zip file, ZipFile reads the central directory
|
|
|
|
|
in the zip archive, so you can get to any entry in the zip archive
|
|
|
|
|
without having to skipping through all the preceeding entries.
|
|
|
|
|
|
2002-03-22 03:54:49 +08:00
|
|
|
|
2002-01-05 08:52:47 +08:00
|
|
|
= Version 0.1.0 =
|
|
|
|
|
|
|
|
|
|
First working version of ZipInputStream.
|