Release Name: 0.3.0
Notes:
* Made a significant performance improvement for the extraction of compressed
entries for performance on par with InfoZIP's unzip. Parsing archives with
many entries is still a bit subpar however.
Changes:
commit e7ba4ad8f57fd5f2899fcacbcc124928e31f9da4
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Fri Jan 23 09:36:14 2009 -0600
Version 0.3.0
commit 1787d4b29bf2a58720d3a1dbf531fdf8ae29a47d
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Fri Jan 23 09:35:32 2009 -0600
Fixed a couple grammatical issues in the documentation
commit 2ea5ed84b7a7468280c825618056b236d9769e74
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Fri Jan 23 08:02:20 2009 -0600
Made some minor formatting changes to documentation
commit bf9296b57a8d110af55fd93fa299e1f2fa984242
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Thu Jan 22 18:05:52 2009 -0600
Read more than 1 byte at a time from the delegate in Zlib::ZReader
* The default size is 4096 bytes and is configurable
* This results in a massive performance gain when extracting an archive
commit 9717d982eed19ff76b453d6b500245eaed59ee28
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Thu Aug 7 00:02:45 2008 -0500
Added an encryption example to README
commit aac001436ce0a6d446b02ab5836d3dd2c51592a5
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Wed Aug 6 22:08:29 2008 -0500
Prepared for v0.2.0
* Updated NEWS
* Set the version number in Rakefile
* Protect email addresses in the changelog target
* Fixed MANIFEST
commit 1a3a48df989dc29d7da45e887db00d9afcaa39db
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Wed Aug 6 17:34:16 2008 -0500
Added support for the traditional encryption method
* This is weak encryption
* A framework for adding more encryption types is mostly in place
commit 12b1f372bcefb12118fb61518d2b953a26877277
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Sat Aug 2 20:03:07 2008 -0500
Renamed some codec class names to avoid confusion
commit c4964b465e80c6aa07c01f27aa653e8c8b80d9b8
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Sat Aug 2 19:55:22 2008 -0500
Simplified a small bit of code
commit d494e6aed5158eb8eb53008ee38d27bcd847462b
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Sun Jul 27 10:55:49 2008 -0500
Record the codec used when loading entries from archives
* This fixes a bug where loading a stored file entry would cause that entry
to be rearchived as deflated
commit 4bca9665f9a5135a447a644c7043f2bb7ad4bc9b
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Sun Jul 27 10:52:30 2008 -0500
Fix a couple of missed file renames
commit ce607c300e74e23fd6b19aebdf2d1c25774acc7c
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Sat Jul 26 09:30:23 2008 -0500
Fix a minor documentation typo
commit df6818cfafe81d5c15d230960acd944f1e7ebebe
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Sat Jul 26 09:23:29 2008 -0500
Renamed dump_compressed_data to dump_file_data
This change reflects the fact that the function only should copy raw file data, not compressed data, to the given IO object
commit 23e0c7729343f237233a20442666b5a06ac7d7b0
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Fri Jul 25 21:14:47 2008 -0500
Removed a dummy implementation of extract from Entry
commit e24b6d6592388e12e988613615198c20747bafbd
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Tue Jul 15 16:34:08 2008 -0500
Sanitized a few file names
* An underscore is used to separate parts of a class name (e.g. SomeClass -> some_class.rb)
commit 06025d470bfc233392dcb982073972696849719b
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Fri Jul 11 01:03:22 2008 -0500
Close archive files when closing unmodified archive objects
commit 6fd7385b18c92bedc9e86f2c7aae8ed8afcbbc3e
Author: Jeremy Bopp <jeremy at bopp dot net>
Date: Thu Jul 10 14:32:32 2008 -0500
Initial checkin
|