home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2002 #4 / Net_2002_04.iso / Util / wrar30b3.exe / WhatsNew.txt < prev    next >
Encoding:
Text File  |  2002-02-22  |  16.1 KB  |  378 lines

  1.                 RAR - What's new in the latest version
  2.  
  3.  
  4.    Version 3.00 beta 3
  5.  
  6.    1. "Context menu items..." button in "Integration settings" 
  7.       and setup dialogs allows to choose items to display 
  8.       in Explorer context menus. For example, if you do not need
  9.       "Compress and email" feature, you may disable it here.
  10.  
  11.    2. Bugs fixed:
  12.  
  13.       a) too large font in the archive information dialog 
  14.          under Windows 98/Me;
  15.  
  16.       b) archives contained folders and stored (-m0 method) files
  17.          could not be converted to SFX;
  18.  
  19.       c) "Shortcut" command in SFX modules did not work with
  20.          relative source file paths;
  21.  
  22.       d) 'rc' (reconstruct) command could show "Cannot open <vol*.*>"
  23.          message in case of more than 10 volumes;
  24.  
  25.       e) "Put each file to separate archive" option did not work
  26.          when activated from Explorer menu;
  27.  
  28.       f) beta 2 could fail to decompress multivolume SFX archive
  29.          with encrypted file names.
  30.  
  31.  
  32.    Version 3.00 beta 2
  33.  
  34.    1. 'Shortcut' command of Windows SFX module supports one more
  35.       optional parameter - LinkName.
  36.  
  37.    2. Bugs fixed:
  38.  
  39.       a) -md<size> accepted only character, but not numeric parameter;
  40.  
  41.       b) toolbar tips were not displayed;
  42.  
  43.       c) repair did not work with RAR 2.x recovery records;
  44.  
  45.       d) RAR crashed when processing switch -p without a parameter;
  46.  
  47.       e) sorting by CRC did not work in archives;
  48.  
  49.       f) root folder contents of ISO files was not displayed;
  50.  
  51.       g) in some rare cases beta 1 could fail to decompress
  52.          a correct 3.0 archive, which can be decompressed by beta 2;
  53.  
  54.       h) a few other bugs.
  55.  
  56.  
  57.    Version 3.00 beta 1
  58.  
  59.    1. We introduced WinRAR 3.0 discount program, so a single user
  60.       license now is only $29.
  61.  
  62.       As always, already registered users do not need to pay again.
  63.       RAR 1.x - 2.x registration is valid for 3.0 too.
  64.  
  65.    2. Compression algorithm improved. Changes include:
  66.  
  67.       a) dictionary size is increased to 4 MB, this helps to increase
  68.          compression on large data sets;
  69.  
  70.       b) a special algorithm for text data, based on Dmitry Shkarin's
  71.          PPMII sources: ftp://ftp.elf.stuba.sk/pub/pc/pack/ppmdh.rar
  72.  
  73.          We express our sincere gratitude and respect to Dmitry for
  74.          his excellent PPMII;
  75.  
  76.       c) special preprocessing algorithms for 32-bit x86 executables,
  77.          Itanium executables, true color data, audio data and tables.
  78.          In many cases significantly increasing compression;
  79.  
  80.       d) now RAR chooses the best combination of algorithms automatically,
  81.          so "Multimedia compression" mode and switch -mm are obsolete.
  82.  
  83.          By default, RAR uses only the general compression algorithm
  84.          in the "Fast" and "Fastest" compression methods (-m1 and -m2),
  85.          advanced algorithms such as audio and true color processing are
  86.          enabled only in "Normal"..."Best" (-m3..-m5) modes, the advanced
  87.          text compression is activated only in "Good" and "Best"
  88.          compression (-m4..-m5). This default can be overridden using
  89.          the -mc switch.
  90.  
  91.       RAR 3.0 archives can be unpacked by any RAR version beginning
  92.       from RAR 2.9, currently it is 2.9 and 3.0. RAR 3.0 can unpack
  93.       archives created by all older RAR versions.
  94.  
  95.    3. Encryption algorithm is changed to AES (Advanced Encryption Standard)
  96.       with 128 bit key length.
  97.  
  98.    4. Francesco Indrio <naradamoon@operamail.com>, <naradamoon@libero.it>
  99.       has once again done a nice job redesigning WinRAR graphics.
  100.  
  101.    5. "Wizard" command helps novice users to perform basic
  102.       archive operations in simple, step by step mode.
  103.       Just click on Wizard button on the toolbar and choose
  104.       an operation which you want to perform.
  105.  
  106.    6. "Send archive by email" option in the "Files" part of archiving
  107.       dialog. Your email program must support MAPI interface,
  108.       otherwise this option will not work.
  109.  
  110.       In the command line mode you may use -ieml[.][addr] switch
  111.       to send a created archive by email.
  112.  
  113.    7. WinRAR adds "Compress and email" item to Explorer context menu.
  114.  
  115.    8. Default volume naming scheme is changed from volname.rar,
  116.       volname.r00, ..., to volname.part001.rar, volname.part002.rar, etc.
  117.       Switch -vn and "Old style volumes names" option in the archiving
  118.       dialog allow to use the old extension based scheme.
  119.  
  120.    9. Added support of so called recovery volumes (.rev files),
  121.       which can be used to reconstruct missing files in a volume set.
  122.       One .rev file allows to reconstruct one missing RAR volume,
  123.       for example, 5 .rev files are able to reconstruct any 5 volumes.
  124.  
  125.       In WinRAR you may create recovery volumes either specifying
  126.       their number in the archiving dialog or using "Protect" command
  127.       inside of the first volume.
  128.  
  129.       In the command line RAR it can be done by the command 'rv[n]'
  130.       or switch -rv[n].
  131.  
  132.       RAR and WinRAR automatically use .rev files to reconstruct
  133.       missing volumes when unpacking or testing a volume set.
  134.       It is also possible to double click on .rev file in WinRAR shell
  135.       or use the command 'rc' in the command line to force reconstructing.
  136.  
  137.       I wish to thank developers of Mirror program, who invented
  138.       this idea and proposed to implement it in WinRAR.
  139.  
  140.   10. SFX modules:
  141.  
  142.       a) Windows SFX modules now support archives larger than 4 GB
  143.          and Unicode names;
  144.  
  145.       b) It is possible to replace the standard SFX icon with your own.
  146.          Just specify the icon file name in "Load SFX icon from the file"
  147.          field of "Advanced SFX options/Text and icon" dialog.
  148.  
  149.       c) new "Shortcut=DestType,SrcName,DestFolder,Description"
  150.          SFX script command allows to create shortcuts to unpacked
  151.          files on Desktop, Start Menu, Start Menu/Programs or Startup.
  152.  
  153.          This feature is also available through "Shortcuts" list
  154.          in the "Advanced SFX options" WinRAR dialog;
  155.  
  156.       d) modified syntax of TempMode SFX script command. It now uses
  157.          comma instead of '@' as a question and title separator.
  158.          It is important only for those users, who write SFX script
  159.          manually instead of specifying SFX parameters in WinRAR
  160.          "Advanced SFX options" dialog;
  161.  
  162.       e) "Delete" SFX script command and "Files to delete" field
  163.           in "Advanced SFX options" dialog may include wildcard masks.
  164.           For example:
  165.  
  166.             Delete=*.tmp
  167.  
  168.       f) removed "Allow external signature" advanced SFX option
  169.          and the corresponding "ExtSign" script command.
  170.          RAR 3.0 archive format includes the end of archive marker,
  171.          so SFX module automatically stops extraction when reaching
  172.          the end of archive and all data appended to archive are
  173.          ignored by default;
  174.  
  175.       g) if you specified INF file in SFX "Setup" command, SFX will
  176.          attempt to install it instead of opening its contents
  177.          in Notepad as in the previous version;
  178.  
  179.       h) the new DOS SFX module is 32-bit, so it is not limited to 64 KB
  180.          dictionary more and can unpack any RAR 3.0 archives regardless
  181.          of dictionary size;
  182.  
  183.       i) "SFX options" button in the archiving dialog opens directly
  184.          "Advanced SFX options" without intermediate selection of
  185.          SFX module. If you need to change SFX type, use "Module"
  186.          page in the advanced SFX options.
  187.  
  188.       Please note that new SFX modules are able to unpack only RAR 3.0
  189.       archives. They must not be used with archives created by older
  190.       RAR versions.
  191.  
  192.   11. Switch -hp<pwd> can be used instead of -p<pwd> to encrypt
  193.       both file data and file headers, so such information as file
  194.       names, sizes, comments will not be visible without a password.
  195.  
  196.       "Encrypt file names" option in the password dialog provides
  197.       the same function in WinRAR shell.
  198.  
  199.   12. Added support for ISO9660 (.iso) file format, which is widely
  200.       used to store CD images. WinRAR is able to browse and unpack
  201.       contents of ISO files. WinRAR also supports Joliet extension
  202.       of ISO9660 and displays long file names inside of Joliet CD images.
  203.  
  204.   13. Using switch -mc you may set advanced compression parameters
  205.       such as prediction order and memory size for the text compression
  206.       algorithm. It is also possible in WinRAR shell using "Compression..."
  207.       button in the "Advanced" part of archiving dialog.
  208.  
  209.   14. Switch -ms allows to specify files, which will be stored
  210.       without compression. For example, -msrar;zip;jpg.
  211.       It helps to increase archiving speed without noticeable
  212.       loss in the compression ratio.
  213.  
  214.       The same option is available in WinRAR shell through
  215.       "Files to store without compression" field in the advanced
  216.       part of the archiving dialog.
  217.  
  218.   15. "Info" command now is available also outside of archives,
  219.       when working with uncompressed files. One task of this command
  220.       is getting information about selected files, another is
  221.       performing miscellaneous operations with groups of archives.
  222.       After the files scan step is completed, you may switch to
  223.       other pages of the dialog and apply commands like "Comment"
  224.       and "SFX" to all found RAR and ZIP archives.
  225.  
  226.       "Info" replaces "Estimate" command, which function is available
  227.       as a part of the information dialog. Amount of estimation information
  228.       is reduced, because an accuracy of Estimate results was not enough
  229.       to provide reliable results for different compression methods.
  230.  
  231.   16. "Comment", "Protect", "SFX", "Lock" and "Extract" WinRAR commands
  232.       can be also used outside of archives. Their buttons are disabled
  233.       by default, but you may enable them in toolbar settings or
  234.       use "Commands" menu. "Repair" command is also available
  235.       inside of archives.
  236.  
  237.   17. "Test archived files" WinRAR option and the command line switch -t
  238.       allow to test files after archiving. This option is especially
  239.       useful in combination with the move command, so files will be
  240.       deleted only if archive had been successfully tested.
  241.  
  242.   18. "Backup" part of the archiving dialog provides two new file
  243.       time selecting modes allowing to archive files modified
  244.       before or after the specified date.
  245.  
  246.   19. Switches -ta<date> and -tb<date> allow to add or extract files
  247.       modified after or before the specified date. Date format
  248.       is YYYYMMDDHHMMSS. It is allowed to insert separators like '-'
  249.       or ':' to date string and omit trailing fields. For example,
  250.       the following switch is correct: -ta2001-11-20.
  251.  
  252.   20. Switch -ver tells RAR to keep old file versions in archive
  253.       when adding their new versions.
  254.  
  255.       The corresponding WinRAR shell option is "Keep previous file
  256.       versions" in "Backup" part of archiving dialog.
  257.  
  258.   21. "My Network Places" item is added to WinRAR address bar,
  259.       so you may browse the network in WinRAR file list.
  260.       The address bar also includes some other shell folders
  261.       like "My Computer" and "My Documents".
  262.  
  263.   22. When you press "Up one level" toolbar button or Backspace
  264.       in the disk root, WinRAR will display the disks list in
  265.       the file panel.
  266.  
  267.   23. It is possible to copy and paste archived and usual files
  268.       in WinRAR with Ctrl+C and Ctrl+V keys. For example, you may
  269.       select some files in archive, press Ctrl+C, open a folder
  270.       in Explorer and press Ctrl+V to unpack selected files to
  271.       that folder.
  272.  
  273.   24. "Pause" button added to the operation progress window.
  274.       Archiving progress window is now displaying time left
  275.       instead of total estimated time.
  276.  
  277.   25. CRC32 column is displayed inside of RAR, ZIP, ACE and ARJ archives.
  278.       CRC32 is the special control sum calculated basing on file data
  279.       and it may help to detect either two archived files are the same
  280.       without unpacking them. Same files always have the same CRC32 value. 
  281.  
  282.   26. When "Put each file in separate archive" option in the archiving
  283.       dialog is enabled, WinRAR uses a text entered in the archive name
  284.       field as the destination folder for created archives. Previous
  285.       versions ignored the archive name in the "separate archives" mode.
  286.  
  287.   27. "Extract archives to subfolders" option in the extraction
  288.       dialog. It is available only when more than one archive
  289.       is unpacked. It will place unpacked contents of each archive
  290.       to separate subfolder, which name will be generated basing
  291.       on the archive name.
  292.  
  293.   28. Switch -ad appends an archive name to destination path.
  294.       It may be useful when unpacking a few archives at once,
  295.       so files from each archive will go to separate folder.
  296.  
  297.   29. "Extract each archive to separate folder" item is present
  298.       in Explorer context menu when unpacking a group of archives.
  299.  
  300.   30. Two new options in WinRAR "Settings/General":
  301.  
  302.       a) "Allow history in dialogs";
  303.  
  304.       b) "Start in wizard mode".
  305.  
  306.   31. Switch -af<type> allows to define a type of new archive
  307.       in WinRAR command line. <Type> can be 'rar' or 'zip'.
  308.       For example, 'winrar a -afzip arc' will create arc.zip archive.
  309.  
  310.       This switch is supported only by WinRAR. Console RAR is not
  311.       able to create ZIP archives.
  312.  
  313.   32. Switch -en disables adding "end of archive block".
  314.  
  315.       By default, RAR 3.0 adds "end of archive" block to the end of
  316.       new or updated archive. It allows to skip external data like
  317.       digital signatures safely, but in some special cases it may be
  318.       useful to disable this feature. For example, if an archive
  319.       is trasferred between two systems via a unreliable link and
  320.       at the same time a sender adds new files to it, it may be
  321.       important to be sure that the already received file part will
  322.       not be modified on the other end between transfer sessions.
  323.  
  324.   33. Now RAR can update encrypted solid archives.
  325.  
  326.   34. "Exit" button is added to the toolbar. It is disabled by default,
  327.       you may enable it manually with "Select buttons..." in WinRAR
  328.       settings.
  329.  
  330.   35. "Select toolbar buttons" dialog allows to change the order
  331.       of toolbar buttons. Just select buttons to move and press
  332.       "Up" or "Down". Also you may drag buttons directly on
  333.       the toolbar while holding down the ALT key.
  334.  
  335.   36. "Word wrap" option in "Settings/Viewer" selects the default
  336.       wrapping mode in new internal viewer windows.
  337.  
  338.   37. Console RAR sends error messages to stderr instead of stdout.
  339.  
  340.   38. New '+' modifier for -ag switch allows to place the date string
  341.       before a base archive name.
  342.  
  343.   39. In the extraction dialog the entered folder is opened
  344.       in the folders tree automatically as you type, with a small
  345.       delay about 0.5 second. Also you may locate the currently
  346.       entered folder name in the tree pressing "Display" button.
  347.  
  348.   40. It is possible to use wildcards in the path part of file mask
  349.       in -x switch and "Files to exclude" field of the archiving
  350.       dialog. For example, -x*\temp\*.
  351.  
  352.   41. Switch -ilog accepts the optional log file name parameter.
  353.       For example, -ilogc:\log\backup.log.
  354.  
  355.   42. Improved Chinese and Japanese (DBCS encoded) names processing
  356.       in ZIP archives (RAR format already supported such names since
  357.       WinRAR 2.80). But anyway, it is recommended to use RAR format
  358.       for such names, because it uses more portable Unicode encoding
  359.       instead of ZIP DBCS.
  360.  
  361.   43. WinRAR uses new visual styles of Windows XP controls.
  362.  
  363.   44. Improved processing of "Group Policies" settings. Earlier
  364.       it was possible to open a disk disabled in the policies
  365.       by pressing "Up" button inside of archive or entering
  366.       its path in the address bar.
  367.  
  368.   45. Console rar.exe executed from NT service is continuing
  369.       to run after user's logoff.
  370.  
  371.   46. If you attempt to close the command window and an archiving
  372.       or extraction operation is already performing for more than
  373.       one minute, WinRAR will ask for confirmation.
  374.  
  375.   47. WinRAR recognizes and processes TAR @LongLink records.
  376.       GNU TAR uses them to store names longer than 100 characters
  377.       in TAR archives.
  378.