home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August / CHIP_CD_2005-08.iso / bonus / srew / files / 7z420.exe / History.txt < prev    next >
Text File  |  2005-05-29  |  23KB  |  632 lines

  1. HISTORY of the 7-Zip
  2. --------------------
  3.  
  4.  
  5.   Version 4.20                2005-05-30
  6.   --------------------------------------
  7.     - No changes 
  8.  
  9.  
  10.   Version 4.19 beta           2005-05-21
  11.   --------------------------------------
  12.     - BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and 
  13.       Ultra. In Normal mode it compresses almost as original BZip2 compressor. 
  14.       Compression ratio in Maximum and Ultra modes is 1-3% better for some files, 
  15.       but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times 
  16.       slower than Normal mode.
  17.     - Console version now prints all messages to stdout by default,
  18.       and if -so switch is specified, 7-Zip prints messages to stderr.
  19.     - Some bugs were fixed
  20.     - New localizations: Azeri, Georgian
  21.  
  22.     
  23.   Version 4.18 beta           2005-04-19
  24.   --------------------------------------
  25.     - Bug in v4.17 beta was fixed: 7-Zip File Manager could crash 
  26.       after some operations with archives
  27.  
  28.       
  29.   Version 4.17 beta           2005-04-18
  30.   --------------------------------------
  31.     - To increase protection from viruses, 7-Zip now does not open 
  32.       files with more than 4 continuous spaces in the name. 
  33.       And 7-Zip changes such long spaces in name to " ... " in the file list.
  34.     - Code size optimization
  35.     - Some files were moved from main package to extra package:
  36.         - Plugin for FAR Manager
  37.         - SFX modules for installers (7zS.sfx and 7zSD.sfx)
  38.     - New localizations: Asturian, Indonesian
  39.  
  40.     
  41.   Version 4.16 beta           2005-03-29
  42.   --------------------------------------
  43.     - Speed optimization (5%) for 7z / LZMA 
  44.     - 7za.exe now supports .Z archives
  45.     - -r- switch in command line now is default for all commands 
  46.     - Some bugs were fixed
  47.     - New localization: Uzbek
  48.     
  49.   
  50.   Version 4.15 beta           2005-01-25
  51.   --------------------------------------
  52.     - Z format supporting (extracting only)
  53.     - 7-Zip now can extract ZIP archives compressed with "Shrink" method
  54.     - 7-Zip now doesn't interrupt the compressing when it can not open file.
  55.       7-Zip just skips that file and shows warning.
  56.     - Some bugs were fixed
  57.     - New localization: Frisian
  58.  
  59.  
  60.   Version 4.14 beta           2005-01-11
  61.   --------------------------------------
  62.     - 7-Zip installer was created with NSIS.
  63.       Now it installs 7-Zip for all users (under Windows 2000/XP).
  64.     - Now 7-Zip can create multivolume archives
  65.       (switch -v for command line)
  66.     - Some bugs were fixed
  67.     - New localizations: Breton, Farsi
  68.  
  69.  
  70.   Version 4.13 beta           2004-12-14
  71.   --------------------------------------
  72.     - Switch "--" stops switches parsing
  73.     - Some bugs were fixed
  74.  
  75.  
  76.   Version 4.12 beta           2004-11-18
  77.   --------------------------------------
  78.     - Bug in v4.11 beta was fixed:
  79.         7-Zip created incorrect ZIP archives if file size was 
  80.         from 3.75 GB to 4 GB.
  81.  
  82.   
  83.   Version 4.11 beta           2004-11-16
  84.   --------------------------------------
  85.     - 7-Zip now shows file names during compressing/decompressing
  86.     - 7-Zip now supports Zip64 extension of ZIP format. So now it's 
  87.       possible to compress files bigger than 4 GB to ZIP archives.
  88.     - Some bugs were fixed
  89.     - New localization: Galician
  90.  
  91.   
  92.   Version 4.10 beta           2004-10-21
  93.   --------------------------------------
  94.     - Bugs in v4.0* were fixed:
  95.       - Some commands in command line with "-r" switch worked incorrectly,
  96.         so 7-zip could skip some files during compressing
  97.       - Some other bugs were fixed
  98.     - Small internal changes
  99.  
  100.       
  101.   Version 4.09 beta           2004-10-05
  102.   --------------------------------------
  103.     - Bugs in v4.0* were fixed:
  104.       - Renaming inside archives didn't work or worked incorrectly
  105.       - GUI SFX didn't show extracting dialog at start
  106.     - Small fixes in 7-Zip GUI (7zG.exe)
  107.     
  108.  
  109.   Version 4.08 beta           2004-10-04
  110.   --------------------------------------
  111.     - Bug in installer for v4.07 was fixed: when rebooting 
  112.       is required, it rebooted without asking user
  113.     - Small fixes in 7-Zip GUI (7zG.exe)
  114.     
  115.  
  116.   Version 4.07 beta           2004-10-03
  117.   --------------------------------------
  118.     - Big amount of code was changed in this beta version.
  119.       So don't use it for important data compressing. 
  120.       And test archive after compressing.
  121.  
  122.     - Unified command line interface to GUI and console versions
  123.     - 7-Zip now can extract or test several archives in one command  
  124.     - 7-Zip now doesn't interrupt the compressing when file is locked by 
  125.       other application. 7-Zip just skips that file and shows warning.
  126.       Note: previous versions of 7-Zip had bug, so they can not unpack 
  127.       non-solid and some solid 7z archives with such skipped files.
  128.     - Command line interface was changed:
  129.         - now it's possible to use absolute pathnames
  130.         - syntax simplification:
  131.             was: 7z a a Folder1\* Folder2\* -r
  132.             now: 7z a a Folder1 Folder2
  133.         - now it's possible to use complex wildcard commands, like *\*111*\*
  134.     - More smart detection of archive type for files with unusual
  135.       file name extensions
  136.     - Supporting for RAR archives with encrypted headers
  137.     - CPIO format supporting was improved
  138.     - For GZip and BZip2 formats you can:
  139.         - Compress from stdin (-si switch)
  140.         - Compress to stdout (-so switch)
  141.         - Extract to stdout (-so switch)
  142.     - 7-Zip File Manager:
  143.       - Split and Combine commands
  144.       - new list view options: Full row select, Show grid lines
  145.     - Internal reconstruction
  146.     - Some bugs were fixed
  147.     - New localizations: Friulian, Macedonian, Mongolian, Tamil, Thai
  148.  
  149.  
  150.   Version 3.13                2003-12-11
  151.   --------------------------------------
  152.     - Some small bugs were fixed
  153.  
  154.  
  155.   Version 3.12                2003-12-10
  156.   --------------------------------------
  157.     - Now you can select compression method, dictionary size
  158.       and word size in "Add to archive" dialog box. Also it 
  159.       shows memory usage.
  160.     - 7-Zip File Manager now contains toolbars.
  161.     - New "Benchmark" command in 7-Zip File Manager.
  162.       It measures compressing and decompressing speeds and 
  163.       shows rating values.
  164.     - Some bugs were fixed.
  165.  
  166.  
  167.   Version 3.11                2003-10-06
  168.   --------------------------------------
  169.     - 7-zip now use limitations for solid block size
  170.       for increasing the speed of random file decompressing:
  171.         - in Store mode:     0  B
  172.         - in Fast mode:     16 MB
  173.         - in Normal mode:  256 MB
  174.         - in Maximum mode:   1 GB 
  175.         - in Ultra mode:     4 GB 
  176.     - 7z.exe, 7za.exe and SFX modules now support Unicode 
  177.       file names under Windows NT/2000/XP/2003.
  178.       7zn.exe and 7zan.exe were removed from package. 
  179.     - Some bugs were fixed
  180.     - New localization: Afrikaans
  181.  
  182.       
  183.   Version 3.10                2003-09-27
  184.   --------------------------------------
  185.     - Drag-and-Drop from external application
  186.     - GUI version (7zG.exe) can compress files with absolute paths
  187.     - Compression dialog doesn't suggest bzip2 and gzip2 types when 
  188.       there are more than one selected file
  189.     - Optional auto renaming for existing files during extraction 
  190.       in command line version (-aot switch).
  191.     - Some bugs were fixed
  192.  
  193.   
  194.   Version 3.09.02             2003-09-20
  195.   --------------------------------------
  196.     - Optional limitation for solid block size for increasing 
  197.       the speed of random file decompressing (-ms switch)
  198.  
  199.   
  200.   Version 3.09.01 beta        2003-09-06
  201.   --------------------------------------
  202.     - Automatic compression filter for executable files:
  203.       dll, exe, ocx, sfx, sys, (-mf switch)
  204.     - Compression levels in 7z now are:
  205.         - Fast:    32 KB dictionary, BCJ filter
  206.         - Normal:   2 MB dictionary, BCJ filter
  207.         - Maximum:  8 MB dictionary, BCJ filter, max settings
  208.         - Ultra:   32 MB dictionary, BCJ2 filter, max settings
  209.     - Updating solid 7z archives now is supported, if it doesn't 
  210.       require repacking solid blocks
  211.     - -mhcf switch for 7z format now is default
  212.     - Some bugs were fixed
  213.     
  214.   
  215.   Version 3.08.04 beta        2003-08-24
  216.   --------------------------------------
  217.     - Favorites menu in 7-Zip File Manager
  218.     - Some bugs were fixed
  219.  
  220.   
  221.   Version 3.08.03 beta        2003-08-21
  222.   --------------------------------------
  223.     - Automatic adding of extension to archive name in Compress Dialog
  224.     - Some bugs in previous 3.08.* versions were fixed:
  225.         - Storing columns width inside archives in File Manager
  226.         - Opening archive inside archive
  227.         - Quotes in list files in console version
  228.  
  229.   
  230.   Version 3.08.02 beta        2003-08-20
  231.   --------------------------------------
  232.     - Some bugs were fixed
  233.  
  234.   
  235.   Version 3.08 beta           2003-08-19
  236.   --------------------------------------
  237.     - Compress dialog:
  238.        - Supporting fast compressing mode (-mx=1 switch)
  239.        - Multi-threading option for Multi-Processor systems 
  240.          or Pentium 4 with Hyper-Threading
  241.        - Encrypt file names option
  242.     - New context menu items:
  243.        - Extract here
  244.        - Extract to <Folder>
  245.        - Compress and email
  246.     - Internal reconstruction, registry using was reduced
  247.     - New localization: Esperanto
  248.  
  249.  
  250.   Version 2.30 Beta 32        2003-05-15
  251.   --------------------------------------
  252.     - New features in compressing / decompressing window.
  253.     - "Show password" option.
  254.     - Some other small changes.
  255.     - New localization: Valencian.
  256.  
  257.  
  258.   Version 2.30 Beta 31        2003-04-29
  259.   --------------------------------------
  260.     - Some bugs were fixed.
  261.  
  262.  
  263.   Version 2.30 Beta 30        2003-04-19
  264.   --------------------------------------
  265.     - 7-Zip File Manager:
  266.        - Showing .. item.
  267.        - 1/2 Panels mode switching (F9).
  268.     - Supporting Bzip2 compression in ZIP archives.
  269.     - Some bugs were fixed.
  270.     - Some optimization recompiling for reducing code size.
  271.  
  272.  
  273.   Version 2.30 Beta 29        2003-04-07
  274.   --------------------------------------
  275.     - 7-Zip File Manager:
  276.        - "7-Zip" and "System" submenus in "Files" menu.
  277.        - Path history and "Browse" button in "Copy" dialog.
  278.     - RAR supporting was improved.
  279.     - Some bugs were fixed.
  280.     - Small changes in LZMA code.
  281.     - New localizations: Hebrew, Vietnamese.
  282.  
  283.  
  284.   Version 2.30 Beta 28        2003-02-16
  285.   --------------------------------------
  286.     - Some bugs were fixed:
  287.        - Updating 7z archives that are larger than 4 GB.
  288.        - Using anti-items in 7z format.
  289.        - Compressing empty files with password to zip format.
  290.     - In max mode 7z now uses 8 MB dictionary instead of 4 MB.
  291.     - 7-Zip File Manager:
  292.        - Supporting file comments: Ctrl-Z.
  293.        - New key alias for folder bookmarks: [Shift]+Alt+Number.
  294.  
  295.   
  296.   Version 2.30 Beta 27        2003-01-24
  297.   --------------------------------------
  298.     - Two BUGs in two previous beta versions (Beta 25 and Beta 26) 
  299.       were fixed:
  300.         1. Incorrect compressing to non-solid 7z archive
  301.            when files have some very big sizes:
  302.            4 GB, 8 GB, 12 GB, 16 GB, ... 
  303.         2. Incorrect percent showing in 7z compressing
  304.            when files are bigger than 4 GB.
  305.     - Supporting multivolume RAR and SPLIT archives. 
  306.     - Supporting DEB archives.
  307.     - Supporting old version of CPIO format.
  308.     - Some bugs were fixed.
  309.     - New localizations: Korean, Swedish.
  310.  
  311.  
  312.   Version 2.30 Beta 26        2003-01-12
  313.   --------------------------------------
  314.     - Supporting Deflate64 method in Zip archives.
  315.     - Supporting Rar 1.50 archives.
  316.     - Some bugs were fixed.
  317.  
  318.  
  319.   Version 2.30 Beta 25        2003-01-02
  320.   --------------------------------------
  321.     - Encryption feature for 7z format (AES-256).
  322.     - New optional archive header compressing mode (-mhcf).
  323.     - Archive headers now always are compressed with LZMA method.
  324.     - Updating non-solid 7z archives without -ms=off now is allowed.
  325.     - Folder creating and item renaming inside archive now is supported.
  326.     - Supporting encrypted Rar3 archives.
  327.     - Supporting Unicode names in Rar3 archives.
  328.     - Some bugs were fixed.
  329.     - New localizations: Lithuanian, Voro.
  330.  
  331.  
  332.   Version 2.30 Beta 24        2002-11-01
  333.   --------------------------------------
  334.     - Some internal reconstructions.
  335.     - -m switch syntax was slightly changed.
  336.     - Some bugs were fixed.
  337.     - New localizations: Catalan, Norwegian, Romanian.
  338.  
  339.       
  340.   Version 2.30 Beta 23        2002-09-07
  341.   --------------------------------------
  342.     - Encryption feature for zip format.
  343.     - Percent indicating for some operations.
  344.     - Some bugs were fixed.
  345.  
  346.       
  347.   Version 2.30 Beta 22        2002-08-31
  348.   --------------------------------------
  349.     - New program: 7-Zip File Manager.
  350.     - Command line version now doesn't allow absolute paths
  351.       for compressing files.
  352.     - New localizations: Belarusian, Greek.
  353.     - Bug in FAR plugin was fixed:
  354.         Incorrect updating when archive has no explicit 
  355.         directory items for file items.
  356.     - Some bugs were fixed.
  357.  
  358.       
  359.   Version 2.30 Beta 21        2002-07-08
  360.   --------------------------------------
  361.     - RAM requirements for LZMA (7z) compression were reduced.
  362.     - Small bug in FAR plugin was fixed.
  363.  
  364.  
  365.   Version 2.30 Beta 20        2002-07-01
  366.   --------------------------------------
  367.     - RAM requirements for LZMA (7z) decompression were reduced.
  368.     - New localization: Turkish.
  369.     - Some bugs were fixed.
  370.  
  371.  
  372.   Version 2.30 Beta 19        2002-04-11
  373.   --------------------------------------
  374.     - Supporting RAR 3.0 archives.
  375.     - New localizations: Danish, Ukrainian.
  376.  
  377.  
  378.   Version 2.30 Beta 18        2002-03-25
  379.   --------------------------------------
  380.     - Compressing speed in 7z format was slightly increased.
  381.     - New localizations: Estonian, Finnish.
  382.     - Some bugs were fixed.
  383.  
  384.  
  385.   Version 2.30 Beta 17        2002-03-03
  386.   --------------------------------------
  387.     - Supporting ARJ archives.
  388.     - New localization: Chinese Simplified.
  389.  
  390.  
  391.   Version 2.30 Beta 16        2002-02-24
  392.   --------------------------------------
  393.     - Supporting RPM and CPIO archives.
  394.     - New fast compression mode for LZMA: -m0a=0.
  395.     - New match finders for LZMA: bt4b, hc3, hc4.
  396.     - Some bugs were fixed.
  397.  
  398.  
  399.   Version 2.30 Beta 15        2002-02-17
  400.   --------------------------------------
  401.     - Compression ratio in 7z was slightly improved.
  402.     - New localization: Dutch.
  403.  
  404.  
  405.   Version 2.30 Beta 14        2002-02-10
  406.   --------------------------------------
  407.     - Speed optimization for multiprocessor computers (-mmt switch).
  408.     - New localizations: Czech, Japanese, Polish.
  409.     - Some bugs were fixed.
  410.  
  411.  
  412.   Version 2.30 Beta 13        2002-01-31
  413.   --------------------------------------
  414.     - New SFX module for installers.
  415.     - New match finder for LZMA: bt3.
  416.     - New localizations: Portuguese, Portuguese Brazil, Serbo-Croatian.
  417.     - Some bugs were fixed.
  418.  
  419.  
  420.   Version 2.30 Beta 12        2002-01-16
  421.   --------------------------------------
  422.     - Bug was fixed: memory leak in Beta 11.
  423.     - New localization: Hungarian.
  424.  
  425.  
  426.   Version 2.30 Beta 11        2002-01-15
  427.   --------------------------------------
  428.     - Archive testing feature for GUI version.
  429.     - Now 7-Zip can use more than 256 MB of RAM in all Windows versions.
  430.     - New localizations: Bulgarian, Chinese Traditional, Latvian, Slovak.
  431.     - Some bugs were fixed.
  432.  
  433.  
  434.   Version 2.30 Beta 10        2002-01-11
  435.   --------------------------------------
  436.     - Bugs were fixed:
  437.         - Updating 7z archives in Beta 8 and 9 didn't work.
  438.         - Unicode version in Beta 9 didn't work in Windows NT4.
  439.         - Some other bugs were fixed.
  440.     - New localizations: Arabic, French, Italian, Slovenian, Spanish.
  441.  
  442.  
  443.   Version 2.30 Beta 9         2002-01-08
  444.   --------------------------------------
  445.     - Program localization: English, German, Russian.
  446.     - Additional optimized versions of programs 
  447.       for Windows NT4/2000/XP.
  448.     - Two new match finders for LZMA: pat3h and pat4h.
  449.     - Some bugs were fixed.
  450.  
  451.  
  452.   Version 2.30 Beta 8         2001-12-21
  453.   --------------------------------------
  454.     - 7-Zip now supports some zip archives that were not 
  455.       supported by previous versions.
  456.     - 7-Zip now supports new state (-uw switch) for cases
  457.       when 7-Zip can not detect whether file is newer or the same.
  458.     - Supporting anti-items in 7z format for incremental 
  459.       update (-u with action #3).
  460.     - Some bugs were fixed.
  461.  
  462.  
  463.   Version 2.30 Beta 7         2001-11-04
  464.   --------------------------------------
  465.     - BCJ2: new converter for x86 code.
  466.     - Supporting tar archives with very long file names
  467.       (GNU extension to 'tar' format).
  468.     - Supporting multistream coders in 7z (-mb switch).
  469.     - More compressing parameters for zip and gzip 
  470.       in console version (-m switch).
  471.     - Solid compressing option in Windows version.
  472.     - Compressing parameters option in Windows version.
  473.     - Auto renaming existing files feature for 
  474.       extracting files.
  475.     - Overwrite mode switch for extracting (-ao).
  476.     - Some bugs were fixed.
  477.     
  478.     
  479.   Version 2.30 Beta 6         2001-10-13
  480.   --------------------------------------
  481.     - Supporting 7z format in MultiArc plugin for FAR Manager.
  482.     - Some bugs were fixed.
  483.  
  484.     
  485.   Version 2.30 Beta 5         2001-10-02
  486.   --------------------------------------
  487.     - Creating SFX archives from explorer.
  488.     - 7zWin.sfx: Windows version of SFX module.
  489.     - Auto adding .exe extension to SFX archive name.
  490.     - 7za.exe now supports 7z, bzip2, gzip, tar, zip.
  491.     - Some bugs were fixed.
  492.     
  493.  
  494.   Version 2.30 Beta 4         2001-09-15
  495.   --------------------------------------
  496.     - Self extract capability for 7z format.
  497.     - 7z archive format is default for 7z.exe and 7za.exe.
  498.     - 7z in default mode now uses bt234 match finder
  499.       and solid compression.
  500.     - 7z in maximum mode (-mx) now uses 4MB dictionary.
  501.     
  502.  
  503.   Version 2.30 Beta 3         2001-09-10
  504.   --------------------------------------
  505.     - Bug was fixed: decompressing .7z solid archives 
  506.       containing empty files.
  507.     - new 7za.exe: standalone command line version 
  508.       (only for 7z format).
  509.     - Speed of compressing to Deflate format (zip, gzip) 
  510.       was slightly increased.
  511.  
  512.  
  513.   Version 2.30 Beta 2         2001-08-30
  514.   --------------------------------------
  515.     - Supporting the new 7z format with high compression ratio.
  516.     - -bd (Disable percentage indicator) switch in 
  517.       console version.
  518.     - Bug in console version was fixed: 
  519.         previous versions incorrectly execute compression 
  520.         commands with non-recursive wildcards in combination 
  521.         with subfolders.
  522.     - Some other bugs were fixed.
  523.     
  524.  
  525.   Version 2.30 Beta 1         2001-05-07
  526.   --------------------------------------
  527.     - Speed of reading of archive contents was increased.
  528.     - Bug was fixed: incorrect showing file names with 
  529.       national charsets in some zip archives.
  530.     - Now it is possible to compress files larger than 4GB 
  531.       to GZip archives.
  532.  
  533.  
  534.   Version 2.24                2001-03-21
  535.   --------------------------------------
  536.     - Bugs in GZip and Cab decoders were fixed.
  537.  
  538.  
  539.   Version 2.23                2001-03-04
  540.   --------------------------------------
  541.     - Opening archive items in Explorer.
  542.     - Context menu for archive items in Explorer.
  543.     - Automatic adding extension to archive name in console version.
  544.     - Some bugs were fixed.
  545.     
  546.  
  547.   Version 2.22                2001-01-21
  548.   --------------------------------------
  549.     - Supporting Zip archives containing more than 65535 files.
  550.     - Speed of Plugin for Explorer was increased.
  551.     - Searching start position of archive now is limited by 
  552.       first 1MB part of file.
  553.     - Some bugs were fixed.
  554.     - Packet now doesn't contain 7zip.exe, far7zip.reg and 
  555.       far7zip2.reg files. There is new far7z.reg file.
  556.  
  557.  
  558.   Version 2.21                2000-12-21
  559.   --------------------------------------
  560.     - FAR Plugin was improved:
  561.  
  562.         - Showing process box during opening archives.
  563.         - Viewing properties of file by Ctrl-A.
  564.         - Alt-F6 in archive now immediately extracts selected files 
  565.           to current directory.
  566.           
  567.     - Some bugs were fixed:
  568.         
  569.         - Entering to archive's subfolders in Explorer by clicking 
  570.           items in main window didn't work under Windows ME/2000.
  571.         - Decompressing solid Rar archives sometimes gave error.
  572.         - Console version 7z.exe during list operation incorrectly 
  573.           showed file names with national (non-english) charsets.
  574.         - FAR Plugin didn't execute some operations.
  575.         - Showing percents during extracting ZIP archives sometimes 
  576.           was incorrect.
  577.  
  578.  
  579.   Version 2.20                2000-11-20
  580.   --------------------------------------
  581.     - Supporting BZip2 and Cab.
  582.     - New program architecture with external
  583.       compression and cryptographic modules.
  584.     - Decryption support (Rar and Zip). 
  585.     - New console client. 
  586.     - Some bugs were fixed.
  587.  
  588.  
  589.   Version 2.11                2000-06-15
  590.   --------------------------------------
  591.     - Bugs were fixed:
  592.  
  593.         - FAR Plugin incorrectly processed
  594.           names of subdirectories that use national
  595.           (non-english) charsets.
  596.         - gzip plugin could not compress empty files.
  597.  
  598.  
  599.   Version 2.10                2000-05-16
  600.   --------------------------------------
  601.     - First level 7-Zip Plugin for FAR Manager.
  602.     - GUI version with integration to Windows Shell.
  603.     - Compression and decompressing GZip and TAR formats.
  604.     - Decompression RAR.
  605.     - Install & Uninstall support.
  606.     - Some bugs were fixed.
  607.  
  608.  
  609.   Version 2.01                1999-09-19
  610.   --------------------------------------
  611.     - Small bug was fixed.
  612.     - Compression ratio was improved for some files.
  613.  
  614.  
  615.   Version 2.00                1999-07-18
  616.   --------------------------------------
  617.     - Release.
  618.     - Big bug was fixed: previous versions incorrectly worked
  619.         during compressing with files that were referred by
  620.         direct(without wildcards) paths, containing subdirs parts.
  621.     - Compression and decompression speed were improved.
  622.     - -mx switch (maXimize compression) was added.
  623.     - Small bugs were fixed.
  624.  
  625.  
  626.   Version 2.00 Beta 1         1999-01-02
  627.   --------------------------------------
  628.     - Original beta version.
  629.  
  630.  
  631. End of document
  632.