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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,af1b8044b585895d,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.72.199 with SMTP id n7mr8454128qaj.5.1356207429225; Sat, 22 Dec 2012 12:17:09 -0800 (PST) Received: by 10.49.15.38 with SMTP id u6mr2563112qec.8.1356207429171; Sat, 22 Dec 2012 12:17:09 -0800 (PST) Path: k2ni2131qap.0!nntp.google.com!ee4no1693262qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 22 Dec 2012 12:17:09 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.61.3.53; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 188.61.3.53 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3944057e-6e54-4f41-9646-a8251906cb69@googlegroups.com> Subject: Ann: Zip-Ada v.45 From: gautier_niouzes@hotmail.com Injection-Date: Sat, 22 Dec 2012 20:17:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-22T12:17:09-08:00 List-Id: Hello, There is a new version of Zip-Ada @ unzip-ada.sf.net . Latest changes (-!- marks an improvement which brings an incompatibility) ========================================================================= * Changes in '45' - Decryption's password check also working for archives encrypted by Info-Zip software. - Massive speedup when checking files that are invalid Zip archives or Zip archives with large comments. - Added Is_Open method for File_Zipstream. - Zip.Load closes properly the file when loading fails. - Improved detection of invalid dates in some Zip archives (e.g. wmpChrome.crx Chrome extension). - UnZip.Decompress: Optimized calls of feedback: called only when 1% more done. -!- Removed case_sensitive as a parameter in Zip.Exists, Zip.Find_Offset, Zip.Get_Sizes, and UnZip.Streams.Open, versions with Zip_Info profiles. The Zip_info objects now keep this information in a field after Load. Rationale: case-sensitivity mode for search makes only sense when it matches the mode used for building the dictionary. - Added User_code to Zip_info entries. Can be set with the Set_user_code and User_code subprograms, or via the Action procedure for the generic Traverse_Verbose procedure. -!- Improved (if not completed) Unicode support (UTF-8); clearer informations about encoding. Enjoy! _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address