home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / MTA_VF57.ZIP / MTA.NEW < prev    next >
Text File  |  1994-03-07  |  5KB  |  83 lines

  1.  ┌───────┬────────────────────────────┐
  2.  │ 15.57 │ Minor and bug-fix release  │
  3.  └───────┴────────────────────────────┘
  4.   ■ Fixed  the problems with ArcInArc. This was a very nasty and hard to
  5.     track problem. Thanks to one of our beta-testers (Felix Mueller from
  6.     Muenchen) who  experimented with the various settings, I was able to
  7.     pinpoint the  problem and to correct it. Normally only users who use
  8.     the BBSPaths option would have the problems. Fixed;
  9.  
  10.   ■ Thanks  to  another  beta-tester (Bob R. from the USA) I was able to
  11.     track  another  nasty problem. Sometimes files would be removed from
  12.     the archive (only 1 reporter of problems though). It seemed that the
  13.     wildcard-routine  was  invalid in a way that it matched A.REG with a
  14.     file A.RE (or B.DL with B.DLL). Fixed;
  15.  
  16.   ■ Fixed problems with  OS/2 HPFS and *NIX extended filenames. For OS/2
  17.     there seems to be a  reversed engineered ZIP-alike program which can
  18.     produce  ZIP  files  with these files. The internals for these files
  19.     are NOT correct though because directories cause problems. If a OS/2
  20.     ZIP file contains extended filenames (like D:\MYDIR\HELPME_OS2.TEST)
  21.     MTA  will  now  ignore  these archives (warning) and will not try to
  22.     convert them.  These files CAN occur in the pick-list (MTA without a
  23.     selection) as  the  pick-list  will not look at the filenames of the
  24.     archive. MTA will;
  25.  
  26.   ■ Fixed  problems with some invalid files inside ARJ archives. If such
  27.     an archive contains invalid files (files with spaces), MTA will then
  28.     ignore the archive like with OS/2 HPFS files with extended filenames
  29.     inside the archive;
  30.  
  31.   ■ Sometimes files were not deleted from temporary directories (most
  32.     obvious when using /SIM with archives containing files with READONLY
  33.     and HIDDEN attributes). This is fixed;
  34.  
  35.   ■ Many  strange  errors  in the DPMI version were fixed as a result of
  36.     an update of the 3PV routines I use;
  37.  
  38.   ■ As I had to rewrite the wildcard selection routine (see bug above) I
  39.     could  add  a whole new suite of wildcards. See chapter 3.15 for the
  40.     complete  list of supported wildcards. Almost all selection routines
  41.     have  been  altered  to allow the new wildcards (including sets, NOT
  42.     relations and 4DOS compatible wildcards). BE WARNED that the new and
  43.     much  requested  wildcards  CAN  cause strange mismatches when files
  44.     actually contain these  wildcards (like [123] and {az}). The old and
  45.     conventional wildcards will (hopefully) give you no problems;
  46.  
  47.   ■ Added  the  StowbeforeSubst  option to make it possible to pass some
  48.     characters  to  the keyboard buffer (like Y^M or N^M). Some of these
  49.     programs  (like MAP.EXE)  sometimes  need  an  answer. Normally this
  50.     would cause MTA to halt until the answer was given;
  51.  
  52.   ■ When  you  create  a GOMTA.BAT file with the help of the online help
  53.     (MTA /?), MTA will now display that this batch-file is created;
  54.  
  55.   ■ The  little file-list window at the right border of the screen (when
  56.     MTA  is switched in this mode) would already display LHA 1 and LHA 2
  57.     for  LHA  archives and will now also display ZIP 1 and ZIP 2 for the
  58.     old and new formats of PKZIP (only a cosmetic change, internally MTA
  59.     already knows the difference between PKZIP V 1.xx and 2.xx formats;
  60.  
  61.   ■ Added  the  /WTI{+|-}  option to switch the WarningTime value on the
  62.     command-line to ON or OFF;
  63.  
  64.   ■ Added the UNZIPCompression  option and the related /CU command-line
  65.     parameter  to  add extra options to PKUNZIP.EXE. Normally you don't
  66.     need to add -o as it is impossible within MTA that a file should be
  67.     overwritten by another file from the same archive. See the notes on
  68.     ZIP for a special case that could need the -o option;
  69.  
  70.   ■ Changed  the  ExcludeFile option in a way that it is now possible to
  71.     limit  the  excluded files also on minimum and/or maximum size (both
  72.     in  combination with a filemask). Also added the option to allow one
  73.     special filemask <ARCNAM>.ext for which the <ARCNAM> part at runtime
  74.     is  replaced by MTA with the name of the original archive (eg. T.ZIP
  75.     containing an advertisement as T.SEC);
  76.  
  77.   ■ Added an example for the IBM IBMAVSP.EXE virus detection program and
  78.     added *.OBJ  to the example VirusMask option. Thanks to Jan Terpstra
  79.     of IBM Nederland for the information !
  80.  
  81.   ■ Changed much  of the internal code and optimized the overlay version
  82.     a bit;
  83.