diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-08-12 01:58:43 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-08-12 01:58:43 -0400 |
commit | 8a6da329e85575543cd0668f2ca07ad64e797f1d (patch) | |
tree | ecba81604cadbc49dfeb6655b553c07db9c2b675 | |
parent | ccef7aae15acaddeb6d877206d6ed2cf7626cb4f (diff) | |
download | zip-crystal-8a6da329e85575543cd0668f2ca07ad64e797f1d.tar.bz2 zip-crystal-8a6da329e85575543cd0668f2ca07ad64e797f1d.zip |
update TODO
-rw-r--r-- | src/zip.cr | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ require "zlib" # [x] add zip64 extras when writing header and central # [x] add zip64 archive footer # [x] update sizes to be u64 +# [ ] reader support # [ ] choose zip64 default for arbitrary IOs (right now it is false) # [ ] legacy unicode (e.g., non-bit 11) path/comment support # [ ] unix uids |