*** empty log message ***

This commit is contained in:
thomas 2002-03-29 19:12:10 +00:00
parent 914bdeb55b
commit f5a3bf9146
2 changed files with 5 additions and 7 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
= Version 0.4.3 =
Source reorganized.
= Version 0.4.2 =
Performance optimizations. Test suite runs in half the time.

8
TODO
View File

@ -6,10 +6,8 @@ unit test and implement:
* recursive extract with block for determining whether directories should be created.
* ZipFile.checkIntegrity method
make release
implement small gui app on top, to exercise library and to discover
what features should be added to rubyzip.
what features should be added to rubyzip next.
implement setting the date correctly in ZipEntry with now as default
@ -17,14 +15,10 @@ implement storing attributes and ownership information
make release with small gui demo app and fixes
unit test compressing and extracting with file permissions (and implement)
Refactor ZipFileTest to reduce duplicated code, divide into different
test classes if different fixtures are required and use setup/teardown
some more.
make release
Write scarf-like
(http://www.pragmaticprogrammer.com/ruby/downloads/scarf.html) ruby
module that uses rubyzip. Perhaps based on RubyGems