home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 June / Gamestar_74_2005-06_dvd.iso / Programy / 7z416b.exe / History.txt < prev    next >
Text File  |  2005-03-29  |  21KB  |  595 lines

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