home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / rar30b7.zip / whatsnew.txt < prev   
Text File  |  2002-05-14  |  11KB  |  283 lines

  1.                 RAR - What's new in the latest version
  2.  
  3.  
  4.    Version 3.00 beta 7
  5.  
  6.    1. In some cases modification of already existing archive performed
  7.       faster (optimized temporary files processing).
  8.  
  9.  
  10.    Version 3.00 beta 6
  11.  
  12.    1. We opened the new international RAR site: www.rarlab.com.
  13.       You may visit it to download latest versions and register RAR.
  14.  
  15.       Also do not forget that we have a lot of regional sites processing
  16.       RAR registrations. Complete list is available in rar_site.txt.
  17.  
  18.    2. Archives with encrypted names are processed faster, especially
  19.       in case of long passwords.
  20.  
  21.  
  22.    Version 3.00 beta 5
  23.  
  24.    1. Bugs fixed:
  25.  
  26.       a) switch -p<pwd> encrypted contents of archive comment, so it
  27.          was not visible without a password, though normally it should be
  28.          encrypted only by -hp<pwd> switch, not -p<pwd>;
  29.  
  30.  
  31.    Version 3.00 beta 4
  32.  
  33.    1. Speed of recovery volume based reconstructing is increased.
  34.  
  35.    2. Bugs fixed:
  36.  
  37.       a) beta 3 compressed small text files worse than previous beta
  38.          versions;
  39.  
  40.       b) sometimes RAR could erroneously report "CRC error" and
  41.          refuse to update a completely correct RAR 3.0 solid archive.
  42.  
  43.  
  44.    Version 3.00 beta 3
  45.  
  46.    1. Bugs fixed:
  47.  
  48.       a) archives contained folders and stored (-m0 method) files
  49.          could not be converted to SFX;
  50.  
  51.       b) 'rc' (reconstruct) command could show "Cannot open <vol*.*>"
  52.          message in case of more than 10 volumes;
  53.  
  54.       c) beta 2 failed to decompress multivolume SFX archive
  55.          with encrypted file names.
  56.  
  57.  
  58.    Version 3.00 beta 2
  59.  
  60.    1. Bugs fixed:
  61.  
  62.       a) -md<size> accepted only character, but not numeric parameter;
  63.  
  64.       b) repair did not work with RAR 2.x recovery records;
  65.  
  66.       c) RAR crashed when processing switch -p without a parameter;
  67.  
  68.       d) in some rare cases beta 1 could fail to decompress
  69.          a correct 3.0 archive, which can be decompressed by beta 2.
  70.  
  71.  
  72.    Version 3.00 beta 1
  73.  
  74.    1. We introduced RAR 3.0 discount program, so a single user
  75.       license now is only $29.
  76.  
  77.       As always, already registered users do not need to pay again.
  78.       RAR 1.x - 2.x registration is valid for 3.0 too.
  79.  
  80.    2. Compression algorithm improved. Changes include:
  81.  
  82.       a) dictionary size is increased to 4 MB, this helps to increase
  83.          compression on large data sets;
  84.  
  85.       b) a special algorithm for text data, based on Dmitry Shkarin's
  86.          PPMd ver.H sources: ftp://ftp.elf.stuba.sk/pub/pc/pack/ppmdh.rar
  87.  
  88.          We express our sincere gratitude and respect to Dmitry for
  89.          his excellent PPMd;
  90.  
  91.       c) special preprocessing algorithms for 32-bit x86 executables,
  92.          Itanium executables, true color data, audio data and tables.
  93.          In many cases significantly increasing compression;
  94.  
  95.       d) now RAR chooses the best combination of algorithms automatically,
  96.          so switch -mm is obsolete.
  97.  
  98.          By default, RAR uses only the general compression algorithm
  99.          in the "Fast" and "Fastest" compression methods (-m1 and -m2),
  100.          advanced algorithms such as audio and true color processing are
  101.          enabled only in "Normal"..."Best" (-m3..-m5) modes, the advanced
  102.          text compression is activated only in "Good" and "Best"
  103.          compression (-m4..-m5). This default can be overridden using
  104.          the -mc switch.
  105.  
  106.       RAR 3.0 archives can be unpacked by any RAR version beginning
  107.       from RAR 2.9, currently it is 2.9 and 3.0. RAR 3.0 can unpack
  108.       archives created by all older RAR versions.
  109.  
  110.    3. Encryption algorithm is changed to AES (Advanced Encryption Standard)
  111.       with 128 bit key length.
  112.  
  113.    4. Default volume naming scheme is changed from volname.rar,
  114.       volname.r00, ..., to volname.part001.rar, volname.part002.rar, etc.
  115.       Switch -vn allows to use the old extension based scheme.
  116.  
  117.    5. Added support of so called recovery volumes (.rev files),
  118.       which can be used to reconstruct missing files in a volume set.
  119.       One .rev file allows to reconstruct one missing RAR volume,
  120.       for example, 5 .rev files are able to reconstruct any 5 volumes.
  121.  
  122.       Use the command rv[n] or switch -rv[n] to create recovery volumes.
  123.  
  124.       RAR automatically uses .rev files to reconstruct missing volumes
  125.       when unpacking or testing a volume set. It is also possible
  126.       to run the command 'rc' to force reconstructing.
  127.  
  128.       I wish to thank developers of Mirror program, who invented
  129.       this idea and proposed to implement it in RAR.
  130.  
  131.    6. Switch -hp<pwd> can be used instead of -p<pwd> to encrypt
  132.       both file data and file headers, so such information as file
  133.       names, sizes, comments will not be visible without a password.
  134.  
  135.    7. Using switch -mc you may set advanced compression parameters
  136.       such as prediction order and memory size for the text compression
  137.       algorithm.
  138.  
  139.    8. Switch -ms allows to specify files, which will be stored
  140.       without compression. For example, -msrar;zip;jpg.
  141.       It helps to increase archiving speed without noticeable
  142.       loss in the compression ratio.
  143.  
  144.    9. Command line switch -t allows to test files after archiving.
  145.       This option is especially useful in combination with the move
  146.       command, so files will be deleted only if archive had been
  147.       successfully tested.
  148.  
  149.   10. Switches -ta<date> and -tb<date> allow to add or extract files
  150.       modified after or before the specified date. Date format
  151.       is YYYYMMDDHHMMSS. It is allowed to insert separators like '-'
  152.       or ':' to date string and omit trailing fields. For example,
  153.       the following switch is correct: -ta2001-11-20.
  154.  
  155.   11. Switch -ver tells RAR to keep old file versions in archive
  156.       when adding their new versions.
  157.  
  158.   12. Switch -ad appends an archive name to destination path.
  159.       It may be useful when unpacking a few archives at once,
  160.       so files from each archive will go to separate folder.
  161.  
  162.   13. Switch -en disables adding "end of archive block".
  163.  
  164.       By default, RAR 3.0 adds "end of archive" block to the end of
  165.       new or updated archive. It allows to skip external data like
  166.       digital signatures safely, but in some special cases it may be
  167.       useful to disable this feature. For example, if an archive
  168.       is trasferred between two systems via a unreliable link and
  169.       at the same time a sender adds new files to it, it may be
  170.       important to be sure that the already received file part will
  171.       not be modified on the other end between transfer sessions.
  172.  
  173.   14. Now RAR can update encrypted solid archives.
  174.  
  175.   15. Error messages are sent to stderr instead of stdout.
  176.  
  177.   16. New '+' modifier for -ag switch allows to place the date string
  178.       before a base archive name.
  179.  
  180.   17. It is possible to use wildcards in the path part of file mask
  181.       in -x switch. For example, -x*\temp\*.
  182.  
  183.   18. Switch -ilog accepts the optional log file name parameter.
  184.       For example, -ilogc:\log\backup.log.
  185.  
  186.  
  187.    Version 2.90
  188.  
  189.    1. Now it is possible to use full file paths such as d:\path\name
  190.       in the exclude lists and -x<name> switch when archiving.
  191.       Earlier versions understood only relative file paths here.
  192.  
  193.    2. New 'E' parameter for -ag switch denotes a day of year.
  194.       For example: rar a -agEEE backup.
  195.  
  196.    3. To provide a reasonable tradeoff between compression and
  197.       reliability, RAR resets solid statistics between volumes
  198.       only if sufficient data (about 4 MB) had been processed since
  199.       the last reset.
  200.  
  201.       You may use two new switches to change this default behaviour.
  202.       Switch -sv forces RAR to always reset statistics, regardless
  203.       of volume size, when -sv- disables such reset at all times.
  204.  
  205.       Switch -sv- supersedes -sd, though the latter is also recognized
  206.       by RAR for compatibility purposes.
  207.  
  208.    4. The choice "Never" is added to the file overwrite request
  209.       displayed by console mode RAR. Style of console RAR requests
  210.       is somewhat altered.
  211.  
  212.    5. File lists (@listfile parameters of the command line) may now
  213.       contain comments preceeded by // characters. For example:
  214.  
  215.       c:\work\doc\*.txt         //backup text documents
  216.       c:\work\image\*.bmp       //backup pictures
  217.  
  218.  
  219.    Version 2.80
  220.  
  221.    1. Command 's-' allows to remove SFX module from SFX archive.
  222.  
  223.    2. Switch '-ag' supports two new format parameters:
  224.  
  225.       a) 'W' - a number of the current week in a year;
  226.  
  227.       b) 'A' - a number of the current day in a week.
  228.          Weeks start with Sunday.
  229.  
  230.    3. New switch '-k' - lock archive.
  231.  
  232.    4. New switch '-vp' - pause after each volume.
  233.  
  234.    5. You may specify the recovery record size as a percentage of 
  235.       the total archive size in 'rr' command and '-rr' switch. 
  236.       For example, -rr3%
  237.  
  238.    6. New -ep2 switch - store full file paths when archiving.
  239.  
  240.    7. Switch -sv is removed, now RAR by default creates independent 
  241.       volumes. You may override it using the new -sd switch, but note 
  242.       that it reduces your chances to restore a part of data in case 
  243.       of archive damage.
  244.  
  245.  
  246.    Version 2.71
  247.  
  248.    1. When using -as switch the previous version sometimes displayed
  249.       a wrong file name in the "Deleting <filename>" message.
  250.       Corrected now.
  251.  
  252.  
  253.    Version 2.70
  254.  
  255.    1. Both compression and speed have been improved.
  256.       My thanks to Alexander Khoroshev, who, once again, provided
  257.       invaluabel assistance to improve this new version.
  258.  
  259.    2. Total progress percentage is displayed when testing or extracting
  260.       from a single RAR archive (except volumes) or group of archives.
  261.  
  262.    3. New command line switches -to<time> and -tn<time> allow to
  263.       process files older or newer than specified time.
  264.  
  265.    4. Switch -rr and command RR are not limited to 8 recovery sectors.
  266.       Now the recovery record may contain up to 4096 sectors.
  267.  
  268.       If the sectors number is not specified, the size of the recovery
  269.       information is about 1.2% of the total archive size, this usually
  270.       allows the recovery of up tp 0.7% of continuously damaged data 
  271.       of the total archive size.
  272.  
  273.       Note that recovery records larger than 8 sectors cannot be used
  274.       by previous RAR versions.
  275.  
  276.    5. The default value of dictionary size is changed to 1024KB.
  277.  
  278.    6. RAR now supports wildcards in the archive name also in 'RR' command.
  279.  
  280.    7. New switch -idp disables displaying of the percentage indicator.
  281.       May be useful when redirecting RAR output to a file.
  282.  
  283.