home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / AU112C.ZIP / REV.DOC < prev    next >
Encoding:
Text File  |  1990-06-12  |  8.1 KB  |  166 lines

  1.  
  2.  
  3.         Latest Versions of AU:
  4.         ----------------------
  5.         1.00 through 1.09 in AUHIST
  6.  
  7.         12/04/89
  8.         1.10  1- Fixed serious problem with self extracting archives.  If
  9.                  a  file inside the self extractor had the same  name  as
  10.                  the self extractor itself, all the utilities would  mess
  11.                  up.
  12.               2- 50 character limit on archive/unarcive/test methods  now
  13.                  beefed up to 120.
  14.               3- Had "compressed" and "uncompressed" backwards in  asize
  15.                  summary.
  16.               4- View  now works with self extractors even if  .COM  and
  17.                  .EXE are in the avoid list.
  18.               5- ASCAN utility added.
  19.               6- Fixed bug where ASIZE and REDATE would stop  after  the
  20.                  first self extractor.
  21.  
  22.         12/14/89
  23.         1.10a 1- Fixed problem with CONVERT choking on recursive archives
  24.               2- Path limit of 200 characters lifted.
  25.               3- convert_pak2 option added to CONVERT.
  26.               4- convert_zip1 option added to CONVERT.
  27.               5- ASCAN is now the right version, some 1.10s went out with
  28.                  it not working.
  29.               6- ASIZE now uses @ files in place of a list on the command
  30.                  line.
  31.               7- ASIZE reduced by 3K
  32.               8- Fixed  problem  with ASIZE not  reporting  the  correct
  33.                  percentages if the total was 21 Megs or larger.
  34.  
  35.         12/16/89
  36.         1.10b 1- Fixed UNARC so it wouldn't delete the  self  extracting
  37.                  files if delete_behind off.  This problem also made  the
  38.                  ASCAN look like it was deleting them too.
  39.               2- Fixed Bug with CONVERT choking if more than one  archive
  40.                  method  was specified.  So the BENCH.CFG would cause  it
  41.                  to do strange things.
  42.  
  43.         01/10/90
  44.         1.11   1- TEST  now creates a batch file only  once  instead  of
  45.                   before each file is to be tested.  Should help on speed
  46.                2- AU.CFG is now found if it is in the last directory  in
  47.                   the PATH where before it wasn't.
  48.                3- -M,-X,-V,-N Command options added to ASCAN.
  49.                4- Source code altered to be more uniform
  50.                5- Executable code optimized some more for size.
  51.                6- ASCAN now only tries for archived files
  52.                7- Smart_mode on .ARC files wasn't accurate.  Changed  the
  53.                   ID  to  chr(26) as first character, chr(26) as  2nd  to
  54.                   last character.
  55.                8- OPUSWEEP  changed to BBSWEEP which now works  for  GT-
  56.                   Powercomm as well.
  57.                9- Fixed bug with unarc and recursion.  Would get stuck in
  58.                   infinite loop occasionally
  59.               10- -B,-G,-L,-P added to BBSWEEP
  60.               11- Smart mode now works with .ARC, .PAK, and  .DWC  files
  61.                   downloaded with Xmodem
  62.               12- DWC compressed files are renamed to .DWC  under  smart
  63.                   mode so that DWC will work.
  64.  
  65.         1/14/90
  66.         1.11a   1- Fixed Divide error in ASIZE if files smaller than  100
  67.                    bytes were used
  68.                 2- Brought Bench.cfg in line with AU.cfg
  69.                 3- ASCAN defaults Self extracts ON instead of OFF
  70.                 4- ASCAN  -N  option now requires a  number  instead  of
  71.                    on/off.  The number is how many versions of SCAN  have
  72.                    passed since last scanned to ignore.
  73.                 5- -Y option added to UNARC.  ASCAN calls unarc with this
  74.                    option set on.
  75.                 6- -W option added to ASCAN for faster usage  for  those
  76.                    with ramdrives.
  77.                 7- smart_mode modified so that .PAK will be used  for
  78.                    some .ARC files that previously weren't recognized.
  79.                 8- Self extractors process a little slicker.
  80.                 9- Revision  History limited to last 3  major  versions.
  81.                    Full History must now be file requested.
  82.  
  83.         1/22/90
  84.         1.11b   1- Fixed -o in test.
  85.                 2- Added HEADER utility
  86.                 3- The .CFG file is read in much much faster now.  Should
  87.                    notice almost no pause at the start
  88.                 4- Redate -l now works with zip files properly
  89.                 5- Fixed  problem  of most  of  the  utilities  randomly
  90.                    dropping to DOS for no reason.
  91.  
  92.         1/23/90
  93.         1.11c   1- Fixed ASCAN so it would work correctly in the source
  94.                    Directory.
  95.  
  96.         1/25/90
  97.         1.11d
  98.                 1- File buffer wasn't being reset properly when opening
  99.                    files, so smart mode didn't work under some conditions
  100.  
  101.         3/15/90
  102.         1.12    1- -P option added to UNARC
  103.                 2- Options in the .CFG file override previous options  in
  104.                    the .CFG file including globals
  105.                 3- ASCAN now uses the .CFG file
  106.                 4- ASCAN now exits with an errorlevel of 1 if  any  .VIR
  107.                    files exist when it is finished
  108.                 5- CONVERT is about 8K smaller
  109.                 6- CONVERT now allows source and destination directories
  110.                 7- CONVERT  will now update  GT-Powercomm  file  listing
  111.                    files too.
  112.                 8- Added -l to CONVERT.
  113.                 9- VIEW now calls UNARC to do its dirty work, makes  VIEW
  114.                    smaller  and  removes need for unarc methods  in  .cfg
  115.                    file under BEGIN VIEW.
  116.                10- Online Convertor added to VIEW.  Online.cfg file  used
  117.                    by convert in this case.
  118.                11- VIEW once again works with Opus.
  119.                12- LARC  (creates  .LZS  files)  is  now  supported   in
  120.                    smart_mode
  121.                13- Ram_drive option added to CONVERT
  122.                14- ASIZE now includes the number of archived  files  in
  123.                    each catagory, plus gives the best compression  ratio
  124.                    obtained.
  125.  
  126.         04/05/90
  127.         1.12a   1- Execute once again works in CONVERT
  128.                 2- Self Extracting PKZIP 1.10s now supported
  129.                 3- BBSWEEP works with OPUS 1.10 now
  130.                 4- ASCAN renames virus infected files to .$V$ instead  ot
  131.                    .VIR
  132.                 4- ASCAN now tests regular files plus tests  the  actual
  133.                    archives themselves including the self extracts
  134.                 5- ASCAN can be EXECUTEted from CONVERT.  CONVERT now tests
  135.                    for  the presence of .$V$ files when  rearchiving  and
  136.                    renames the new archive file if one exists.
  137.                 6- CONVERT allows multiple EXECUTE statements.
  138.                 7- -A added to ASCAN
  139.  
  140.         04/13/90
  141.         1.12b   1- -A in ASCAN scans all the files at once  instead  of
  142.                    individually and renames the first file if a virus is
  143.                    found instead of the virus file itself.
  144.                 2- Space Bar characters are absorbed by the program  so
  145.                    they no longer ask the continue Y/N question.
  146.                 3- Convert works with Self extractors again.
  147.  
  148.         04/19/90
  149.         1.12b1  1- Fixed bug with ASCAN renaming files to $V$  when  they
  150.                    were  not viruses.  Scan .\ wasn't legal so  change  to
  151.                    scan .
  152.                 2- View now works if you run it from the  directory  you
  153.                    specified  as  the work directory itself.
  154.  
  155.         06/12/90
  156.         1.12c  1- Fixed convert so it woule fix file listing files   that
  157.                   were larger than 64K
  158.                2- Fixed problem with View if unarc had delete_behind OFF
  159.                3- Convert now allows for multiple file_list parameters
  160.                4- Stripped BBS capability out of VIEW (it wasn't  working
  161.                   well).  Will make a seperate BBSVIEW program for 1.13.
  162.                   View is now 3K smaller because of this.
  163.  
  164.  
  165.  
  166.