home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fe145.zip / WHATSNEW.145 < prev   
Text File  |  1995-09-17  |  12KB  |  267 lines

  1. Changes since FastEcho 1.41 GAMMA
  2. =================================
  3.  
  4.  Version 1.45, 30 Jun 1995
  5.  -------------------------
  6.  EuroCon release
  7.  
  8.         * now including a DPMI protected mode and an OS/2 32 bit version of
  9.           FastEcho and FEUTIL
  10.  
  11.         * new configuration file structures, allows up to 32 akas, 20 origin
  12.           lines and (sooner or later) more groups, allows area tags and
  13.           comments with up to 50 characters
  14.  
  15.         * expanded the number of supported conferences to 3072 (although
  16.           FastEcho/2 and FastEcho/16 won't have problems with that keep in
  17.           mind that FESetup is still limited by the amount of available
  18.           conventional memory!)
  19.  
  20.         * finally implemented ARCmail sizing (see UPGRADE.DOC for details)
  21.  
  22.         * finally added Binkley style netmail packing (handling of direct/crash
  23.           and immediate netmail messages, file attaches and requests), call
  24.           FASTECHO PACK with -P switch to include these mails in the packing
  25.           process
  26.  
  27.         * FastEcho, FEUTIL and FESetup will now create a FEBUSY.<task>
  28.           semaphore either in the semaphore directory or - if not specified -
  29.           in the FastEcho system directory and stop if a FEBUSY.* is already
  30.           found there, to avoid that 2 or more copies run at the same time
  31.  
  32.         * added support for an unprotected inbound (with an option to allow
  33.           unarchiving of ARCmail found in this directory), from which only
  34.           .PKTs containing netmail will be processed
  35.  
  36.         * added support for new environment variable $[macros] a la
  37.           "$[FE]\FASTECHO.LOG", the old method like "%FE%\FASTECHO.LOG is
  38.           still supported, but will be removed in a future version
  39.  
  40.         * added auto area create support for Maximus 2.02, ProBoard 2.02 and
  41.           the forthcoming RemoteAccess 2.50
  42.  
  43.         * added support for SET TZUTC=[+/-]hhmm which replaces SET TZ=
  44.  
  45.         * FastEcho is now adding a TZUTC kludge to netmail messages it creates
  46.           (AreaFix receipts etc.) if you have SET TZUTC=something
  47.  
  48.         * added 'Kill stray attaches' option to kill ARCmail file attaches
  49.           which point to a non-existent file, an ARCmail file attach pointing
  50.           to a truncated archive will now always be deleted
  51.  
  52.         * changed FASTECHO.DAT structure, you have to do a TOSS or SCAN
  53.           first (with mail im/exported) before you can do a STAT
  54.  
  55.         * FastEcho/FEUTIL will now only check for FASTECHO.CFG either in the
  56.           directory FE= points to or in the current directory if no FE= is set
  57.  
  58.         * replaced the Ctrl-C trapping by a routine checking for ESC - you can
  59.           now interrupt FastEcho at several places (TOSS, SCAN, PACK, AFIX and
  60.           ARCmail packing) by simply pressing ESC
  61.  
  62.         * added definable calling conventions for Decompression programs,
  63.           like '*.PKT -d <path>' for InfoZip's UNZIP for example, if nothing
  64.           (= '0') is selected, FastEcho will use its internal pre-defined values
  65.           as in previous versions
  66.  
  67.         * Systems may now have a 'Pack priority' which means that when packing
  68.           ARCmail these systems will be processed prior to the others
  69.  
  70.         * added detection of Windows
  71.  
  72.         * added RAR and UC2 support
  73.  
  74.         * new environment variable SET FEMAXMEM=<kilobytes>, maximum amount of
  75.           memory (EMS for DOS version, extended for DPMI, normal for OS/2) to
  76.           use for outbound .PKT buffering (defaults to 4MB for FastEcho/2 if
  77.           not specified)
  78.  
  79.         * FastEcho now touches existing BTRESCAN.* semaphore files if 'Force
  80.           Rescan' is selected
  81.  
  82.         * updated auto area create to support newer InterMail versions (2.29+)
  83.  
  84.         * FastEcho now automatically retries opening for 3 seconds if a file can't
  85.           be opened because of 'Permission denied'
  86.  
  87.         * added FEOPT=NOLOG and /NOLOG - don't log to logfile
  88.  
  89.         * FastEcho and FEUTIL now abort if they can't open their logfiles
  90.  
  91.         * 2 new errorlevels:    243 - Can't open log file
  92.                                 244 - Another copy currently active (FEBUSY)
  93.  
  94.         * FastEcho now supports the "AREA, R=<n>" and "AREA, R" ways to
  95.           perform rescans via AreaFix
  96.  
  97.         * FastEcho will now stop processing an AreaFix request when it
  98.           encounters an ' * Origin:' line (without a previous tearline)
  99.  
  100.         * AreaFix NOTIFY message now shows the ARCmail destination address,
  101.           added some more settings to AreaFix Options to define what will
  102.           be shown in a NOTIFY message and what not
  103.  
  104.         * if areas were switched passive the area's Passive flag wasn't
  105.           written to the .CFG, fixed (note: the new FESetup will set all
  106.           non-passive passthrough areas with only one link to Passive the
  107.           first time it's run !)
  108.  
  109.         * FastEcho TOSS is now ignoring inbound .PKTs with 'read-only' flag set
  110.  
  111.         * Inbound .PKTs which were refused because of a security violation now
  112.           will be renamed to *.SEC instead of *.BAD
  113.  
  114.         * improved HMB overflow checking
  115.  
  116.         * fixed problems with Squish tossing if echomails contain too many
  117.           kludge lines (internal buffer overflow -> strange effects)
  118.  
  119.         * Retoss from badmail wasn't moving the created .PKT from the
  120.           Temp. Outb. to the Inbound if the Temp. Outb. Type was set
  121.           to 'Harddisk' - fixed
  122.  
  123.         * FastEcho SCAN does now also support -HMB, -FIDO, -SQ and -JAM
  124.           switches to tell FastEcho only to scan areas of these types (or a
  125.           combination of that)
  126.  
  127.         * FastEcho JAM SCAN will now only export echomail messages with
  128.           TypeEcho and ignore TypeLocal messages
  129.  
  130.         * added 'Clean tearline' switch to Advanced options, use instead of
  131.           retearing to 'empty' tearline, default for new installations
  132.  
  133.         * JAM Netmail SCAN now supports zone gating via MSG_GATE
  134.  
  135.         * 'received' Hudson echomail messages will no longer be ignored when
  136.           running SCAN
  137.  
  138.         * FastEcho Squish & JAM Netmail SCAN now does no longer add the
  139.           INTL kludge at the _bottom_ of the message if there's none in the
  140.           original mail
  141.  
  142.         * FastEcho SCAN no longer sets JAM/Squish/Fido high-water-mark if one
  143.           or more messages couldn't be exported due to errors
  144.  
  145.         * fixed JAM netmail SCAN to export only 'Local' messages
  146.  
  147.         * fixed bug in FastEcho SCAN that showed an incorrect size of (0.0kB)
  148.           for some exported echomail messages
  149.  
  150.         * fixed FastEcho HMB SCAN creating too long .PKT fields
  151.  
  152.         * fixed FastEcho SCAN problems with 'Convert Umlaut' turned on and
  153.           large paragraphs containing a high number of Umlauts
  154.  
  155.         * fixed *.MSG netmail SCAN not correctly checking the Sent flag
  156.  
  157.         * finally fixed mail SCAN problem in Local areas - now really only
  158.           'export-by-name' messages get exported
  159.  
  160.         * fixed a bug which made FastEcho SCAN always delete *.MSG netmails
  161.           from secondary netmail areas even without K/S flag
  162.  
  163.         * FastEcho PACK: NetMail messages originating from one of the system's
  164.           AKAs but don't have the LOCAL flag won't be packed any longer
  165.  
  166.         * FastEcho PACK now supports zone gated netmails correctly
  167.  
  168.         * added No-Pack statement to ROUTE.FE syntax, don't pack netmails
  169.           for the matching systems, leave them untouched
  170.  
  171.         * FastEcho PACK does no longer exit on FrontDoor multiline systems if
  172.           one line is in a session
  173.  
  174.         * FastEcho PACK is now logging the size of the exported netmail
  175.  
  176.         * FastEcho STAT function does no longer include hidden areas in report
  177.  
  178.         * new switches for FastEcho STAT: -N include no-traffic areas,
  179.           -H include hidden areas
  180.  
  181.         * FastEcho now always kills in-transit ARCmail fileattaches if the
  182.           file can't be found (it usually won't as it will be tossed)
  183.  
  184.         * finally FastEcho is able to handle the situation when an ARCmail
  185.           file attach (*.MSG) gets killed AFTER the netmailfolder is scanned
  186.           for attaches and BEFORE FastEcho is trying to pack mail for that
  187.           system
  188.  
  189.         * fixed FastEcho running out of filehandles when outbound contained
  190.           too many 0 byte .QQQs, it's now killing them like it's supposed to
  191.  
  192.         * changed file move (rename) routine to work (hopefully) better with
  193.           Novell Netware
  194.  
  195.         * Carbon Copies will now also contain a hidden AREA: kludge for a
  196.           better interface with some editors
  197.  
  198.         * finally added detailed EXEC swap errors
  199.  
  200.         * threw out the USEANSI FEOPT and the code needed for it
  201.  
  202.         * FastEcho/FEUTIL now take the time seperator character from the
  203.           COUNTRY settings for FrontDoor style logs
  204.  
  205.         * FastEcho now checks the system date at startup and aborts if the year
  206.           is below 1994
  207.  
  208.         * FastEcho is now restoring the current drive/directory after shelling
  209.           out to external programs
  210.  
  211.         * FESetup's menu now sets the hard cursor to make it easier for blind
  212.           people with Braille terminals to navigate, furthermore you can
  213.           enable a blinking cursor in FESetup with SET FEOPT=SHOWCURSOR
  214.  
  215.         * updated FESetup IMPORT configfiles for GEcho 1.10, FMail 0.98 and
  216.           IMail 1.60
  217.  
  218.         * added FESetup im-/export functions for Squish.Cfg style config
  219.           files (only for the area definitions), added FESETUP -X$ switch
  220.  
  221.         * you can now change the areas' groups via Global Changes (and take
  222.           over the group's defaults if wanted)
  223.  
  224.         * ARCmail destination field is now correctly expanding
  225.           addresses (.1 etc)
  226.  
  227.         * FESetup/Node-Config/Copy was moving the netmail route info
  228.           to the new system - fixed
  229.  
  230.         * problems with Carbon Copy setup should be fixed now
  231.  
  232.         * reinstated mouse-support in the Area manager area list window
  233.  
  234.         * added switch in FESetup/FEUTIL parameters to make FEUTIL IMPORT
  235.           always use your USERS.BBS as include list (this file will only be
  236.           read if there are actually messages that could be imported and not
  237.           always at start-up, as it would as an -INCL list)
  238.  
  239.         * speeded up FEUTIL JAM Pack and Sort, added -QUICK switch to Pack
  240.  
  241.         * added FEUTIL JAM & *.MSG POST and fixed some older bugs in the
  242.           HMB POST routine (file attaches etc.)
  243.  
  244.         * FEUTIL IMPORT will now return an errorlevel of 10 if netmail was
  245.           imported (0 otherwise)
  246.  
  247.         * fixed FEUTIL/2 HMB LINK problem (some other FEUTIL/2 problems may
  248.           probably disappear, too, as this was caused by problems with the
  249.           BC++/2 code optimizer)
  250.  
  251.         * fixed FEUTIL/2 HMB SORT which was only working under special
  252.           circumstances
  253.  
  254.         * fixed FEUTIL/2 IMPORT which was not working at all
  255.  
  256.         * FEUTIL Import will now only import messages ONCE (if Keep Netmails
  257.           is ON) unless you add the -Force switch
  258.  
  259.         * FEUTIL JAM Purge: 'Kill read' flag was not honored, fixed
  260.  
  261.         * FEUTIL JAM Purge: fixed a potential problem with the 'days rcvd'
  262.           setting in conjunction with 'Kill Grunged Date'
  263.  
  264.         * a lot cosmetical changes and fixes
  265.  
  266. [EOF]
  267.