2004-04-02 13:25:53 +08:00
|
|
|
= Version 0.5.6 =
|
|
|
|
|
|
|
|
|
|
Fix for FreeBSD 4.9 which returns Errno::EFBIG instead of
|
2004-12-12 18:22:39 +08:00
|
|
|
Errno::EINVAL for some invalid seeks. Fixed 'version needed to
|
|
|
|
|
extract'-field incorrect in local headers.
|
2004-04-02 13:25:53 +08:00
|
|
|
|
2004-03-29 06:28:53 +08:00
|
|
|
= Version 0.5.5 =
|
2004-03-25 23:34:42 +08:00
|
|
|
|
2004-03-28 23:59:02 +08:00
|
|
|
Fix for a problem with writing zip files that concerns only ruby 1.8.1.
|
|
|
|
|
|
|
|
|
|
= Version 0.5.4 =
|
|
|
|
|
|
2004-03-25 23:34:42 +08:00
|
|
|
Significantly reduced memory footprint when modifying zip files.
|
|
|
|
|
|
2004-02-27 20:21:32 +08:00
|
|
|
= Version 0.5.3 =
|
|
|
|
|
|
|
|
|
|
Added optimization to avoid decompressing and recompressing individual
|
|
|
|
|
entries when modifying a zip archive.
|
|
|
|
|
|
2004-01-30 23:17:14 +08:00
|
|
|
= Version 0.5.2 =
|
|
|
|
|
|
|
|
|
|
Fixed ZipFile corruption bug in ZipFile class. Added basic unix
|
|
|
|
|
extra-field support.
|
|
|
|
|
|
2003-08-23 15:42:55 +08:00
|
|
|
= Version 0.5.1 =
|
|
|
|
|
|
2004-01-30 23:17:14 +08:00
|
|
|
Fixed ZipFile.get_output_stream bug.
|
2003-08-23 15:42:55 +08:00
|
|
|
|
2002-09-11 05:45:45 +08:00
|
|
|
= Version 0.5.0 =
|
|
|
|
|
|
2003-08-21 21:31:05 +08:00
|
|
|
List of changes:
|
|
|
|
|
* Ruby 1.8.0 and ruby-zlib 0.6.0 compatibility
|
2003-08-21 04:45:42 +08:00
|
|
|
* Changed method names from camelCase to rubys underscore style.
|
2003-08-21 21:54:32 +08:00
|
|
|
* Installs to zip/ subdir instead of directly to site_ruby
|
2003-08-21 04:45:42 +08:00
|
|
|
* Added ZipFile.directory and ZipFile.file - each method return an
|
|
|
|
|
object that can be used like Dir and File only for the contents of the
|
|
|
|
|
zip file.
|
|
|
|
|
* Added sample application zipfind which works like Find.find, only
|
|
|
|
|
Zip::ZipFind.find traverses into zip archives too.
|
2002-09-11 05:45:45 +08:00
|
|
|
|
2002-09-12 04:18:24 +08:00
|
|
|
Bug fixes:
|
2003-08-21 04:45:42 +08:00
|
|
|
* AbstractInputStream.each_line with non-default separator
|
|
|
|
|
|
2002-09-14 02:51:04 +08:00
|
|
|
|
2002-09-11 05:45:45 +08:00
|
|
|
= Version 0.5.0a =
|
2002-03-30 03:12:10 +08:00
|
|
|
|
2002-04-02 04:55:46 +08:00
|
|
|
Source reorganized. Added ziprequire, which can be used to load ruby
|
|
|
|
|
modules from a zip file, in a fashion similar to jar files in
|
2002-09-12 04:18:24 +08:00
|
|
|
Java. Added gtkRubyzip, another sample application. Implemented
|
|
|
|
|
ZipInputStream.lineno and ZipInputStream.rewind
|
|
|
|
|
|
|
|
|
|
Bug fixes:
|
|
|
|
|
|
|
|
|
|
* Read and write date and time information correctly for zip entries.
|
|
|
|
|
* Fixed read() using separate buffer, causing mix of gets/readline/read to
|
|
|
|
|
cause problems.
|
2002-03-30 03:12:10 +08:00
|
|
|
|
2002-03-30 01:15:47 +08:00
|
|
|
= Version 0.4.2 =
|
|
|
|
|
|
|
|
|
|
Performance optimizations. Test suite runs in half the time.
|
|
|
|
|
|
2002-03-23 05:25:56 +08:00
|
|
|
= Version 0.4.1 =
|
|
|
|
|
|
|
|
|
|
Windows compatibility fixes.
|
|
|
|
|
|
2002-03-18 05:22:22 +08:00
|
|
|
= Version 0.4.0 =
|
|
|
|
|
|
2002-03-23 05:47:43 +08:00
|
|
|
Zip::ZipFile is now mutable and provides a more convenient way of
|
|
|
|
|
modifying zip archives than Zip::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-03-22 05:18:21 +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.
|