On Tue, May 01, 2007 at 05:38:17PM +0000, Christian Weisgerber wrote:
> Josh Grosse <[EMAIL PROTECTED]> wrote:
>
> > -lib/p7zip/Codecs/7zAES.so
> > -lib/p7zip/Codecs/AES.so
> > -lib/p7zip/Codecs/BZip2.so
> > -lib/p7zip/Codecs/Branch.so
> > -lib/p7zip/Codecs/Copy.so
> >[...]
>
> What happened to all the modules?
The changelog is Windows focused, but note my highlight:
----------------
Version 4.45
============
- From Windows version of 7-zip 4.45 :
- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.
- Speed optimizations.
- Benchmark was improved (new "b" command in command line version).
----> - The number of DLL files was reduced.
- switch -mhcf=off is not supported now.
- If -t{Type} switch is not specified, 7-Zip now uses extension of archive
to detect the type of archive.
- Some bugs were fixed (BZip2 in multithread)
- x86 or x86_64 : ASM version of crc32 available
- better detection of executable file (scripts do not need BCJ/BCJ2 filter)
- default permissions are now :
- for a file : -rw-------
- for a directory : drwx------
- on MacOSX, locale is always utf8 (because the MacOSX filesystem supports
only utf8 filenames)
- makefile.qnx_static and makefile.qnx_shared added (Thank to termterm)