From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:620a:22b1:: with SMTP id p17mr9340611qkh.396.1585242137859; Thu, 26 Mar 2020 10:02:17 -0700 (PDT) X-Received: by 2002:aca:37c3:: with SMTP id e186mr830729oia.155.1585242137047; Thu, 26 Mar 2020 10:02:17 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 26 Mar 2020 10:02:16 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4544:3750:c084:eaab:6d29:3044; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4544:3750:c084:eaab:6d29:3044 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <316f532e-f268-4b2a-91c0-4f0e3c390984@googlegroups.com> Subject: Ann: Zip-Ada v.56 From: gautier_niouzes@hotmail.com Injection-Date: Thu, 26 Mar 2020 17:02:17 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2461 X-Received-Body-CRC: 131012476 Xref: reader01.eternal-september.org comp.lang.ada:58256 Date: 2020-03-26T10:02:16-07:00 List-Id: New in v.56: - Zip: the Zip_info type is now controlled (no need to call Delete; additionally, clones are done correctly). - UnZip.Streams: added Size and Name functions for Zipped_File_Type. - LZ77: added nice simple LZ77 compressor by Rich Geldreich, Jr. - (Tools) Added Zip_Dir_List. New in v.55: - Zip_Streams: ZS_Size_Type is now 64-bit signed, enabling Zip.Create to capture archive size overflows in Zip_32 mode. - Zip.Create raises Zip_Capacity_Exceeded when archive creation exceeds the Zip_32 format's capacity: 4GB total size, 65,535 entries. - Zip.Create is now using an Ada 2005+'s Containers's Hashed Maps; creation is much faster on Zip archives with many entries. - (Tools) ReZip has a new option for working only with its own internal compression algorithms - those provided by Zip.Compress. This option is useful if external tools are not available. - New Trained_Compression package: generic streaming encoder-decoder engine with the capability of training the engine with data known in advance, in order to achieve better compression. Not Zip-related. -!- Minimum required Ada version is now Ada 2005 (was Ada 95 before). Full history: http://unzip-ada.sf.net/hist.htm Main site & contact info: http://unzip-ada.sf.net Project site: https://sf.net/projects/unzip-ada/ GitHub clone: https://github.com/zertovitch/zip-ada Enjoy! Gautier