home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / flst136.zip / Whatsnew.Txt < prev   
Text File  |  1996-07-18  |  33KB  |  737 lines

  1.         
  2.                                 FASTLST
  3.         
  4.                          Changes and Additions
  5.         
  6.         
  7.         
  8.         1.36   Public Release, July 18th 1996
  9.         
  10.               - "LocalValues" can now be used multiple times for
  11.                 users at the crossroads of multiple area codes.
  12.                 See the docs under "Dial Table".
  13.         
  14.               - The "Phone" statement has been extended to:
  15.         
  16.                 Phone <Addr> [#]<Phone> [<NodeFlags> [<Cost> [<UCost>]]]
  17.         
  18.               - Phone specifications starting with '#' are taken
  19.                 verbatim (no dial translation, no cost look-up); this
  20.                 may be handy for internet addresses and script names.
  21.         
  22.               - New statement "CostVerbatimPhone <cost> <ucost>" to
  23.                 specify default costs for "verbatim" phone
  24.                 specifications.
  25.         
  26.         
  27.         
  28.         1.34   Public Release, July 1st 1996
  29.         
  30.              - OS/2: New statement "ArcDate Write|Creation" to choose
  31.                which date must be used by FastLst to compute the age
  32.                of archived nodelist files, defaults to Creation,
  33.                ignored by non-OS2 versions.
  34.         
  35.              - New errorlevel 16: nothing found after unarchiving a
  36.                fixed-name nodelist.
  37.         
  38.              - When dealing with fixed-name nodelists, FastLst now
  39.                always sets the archive date to the same value of the
  40.                included file.
  41.         
  42.              - Under certain conditions the old versions of FastLst
  43.                might re-archive the original nodelist file, so that
  44.                it may fail TIC CRC-check when forwarded.
  45.         
  46.                The problem arises when the following conditions are
  47.                satisfied at the same time:
  48.                - new nodelist archive file
  49.                - new configuration
  50.                - zipmethod includes the original archive type
  51.         
  52.              - Improved documentation.
  53.         
  54.         
  55.         
  56.         1.33
  57.              - OS/2: Version 1.32 invoked the command processor when
  58.                executing external commands with no .exe or .com
  59.                extension specified, instead of trying to load the
  60.                executable directly.
  61.         
  62.                This was due to an overlook of the DosExecPgm OS/2 API,
  63.                used to improve compatibility in the case of substitution
  64.                parameters containing "special" OS/2 characters.
  65.         
  66.                Now FastLst tries to load the command as specified, then
  67.                it tries with .COM extension appended, in the end with
  68.                .EXE.
  69.         
  70.         
  71.         
  72.         1.32
  73.              - New "MultiLineDesc <nnn> [<c>]" statement for enabling
  74.                Multi-Line description support.
  75.         
  76.              - New "FlagDef" table to associate nodelist flags to user
  77.                defined bits.
  78.         
  79.              - In "Version7 <path> <Nodex> <SysopNdx>" you can now
  80.                specify an extension for <SysopNdx>.
  81.                If no extension is specified, ".NDX" is assumed if
  82.                <SysopNdx> is different from <Nodex>, otherwise the
  83.                ".SDX" extension is used.
  84.         
  85.              - New <nodex>.BSY V7 semaphore to avoid concurrent access
  86.                to nodelist files during compilation.
  87.         
  88.              - New errorlevel 14 exit on timeout on V7 semaphore.
  89.         
  90.              - The "MsgRem" used alone, will report all comment lines,
  91.                excluding the empty ones.
  92.         
  93.              - Use of "Phone <addr> <newnumber>" for scripts and
  94.                internet addresses (not new, just explained):
  95.         
  96.                  Examples:
  97.         
  98.                 My country code is 39 (Italy) and the area code is 59
  99.                 (Modena):
  100.         
  101.                 Phone 1:106/2000  39-59-#juge*com   ; VMODEM address
  102.                 Phone 1:123/4567  39-59-12*34*56*78 ; telnet IP address
  103.                 Phone 2:245/6789  39-59-"Bob.scr"   ; quoted script name
  104.         
  105.              - Some configuration errors better flagged.
  106.         
  107.              - V7 packing algorithm improved in speed.
  108.         
  109.              - Dropped OS/2 16 bit version
  110.         
  111.              - New NT version. Unfortunately it doesn't work under W95
  112.                (the external commands seem not to work so that nodelists
  113.                can't be packed/unpacked. Maybe when I will upgrade the
  114.                Watcom compiler, I will support W95 too.
  115.         
  116.              - New icon FastLst2.Ico for OS/2.
  117.         
  118.              - New Registration sites.
  119.         
  120.         
  121.         
  122.         1.31
  123.              - New "CostNullPhone <cost> [<ucost>]" global keyword, to
  124.                allow the specification of costs to be assigned to nodes
  125.                with empty (unpublished, etc.) phone number.
  126.         
  127.                <ucost> defaults to <cost>.
  128.         
  129.                If CostNullPhone is not used, <cost> defaults to 65535
  130.                and <ucost> to 0.
  131.         
  132.                Example:
  133.         
  134.                         CostNullPhone 1000 0
  135.         
  136.                Some programs might have bugs that cause problems dealing
  137.                with high costs (such as the default 65535). Should you
  138.                experience problems with entries that have a "NullPhone",
  139.                try setting a lower cost e.g. "CostNullPhone 900 0".
  140.         
  141.              - Before applying a diff, the CRC of the OLD nodelist (as
  142.                reported in its first line) is compared to the one
  143.                reported in the diff file. Previously this check was not
  144.                done, so in the remote case you were applying a diff to
  145.                an illegal nodelist (e.g. a european diff to an american
  146.                nodelist), the error was discovered only at the end of
  147.                the application, when checking the CRC of the resulting
  148.                nodelist.
  149.         
  150.              - Checks added to warn about illegal empty Cost or Dial
  151.                tables. Previously the program hanged.
  152.         
  153.              - No more Access Violations when "ArcDiff" is used without
  154.                "NodeDiff" (it is a strange configuration, but it is now
  155.                legal).
  156.         
  157.              - Fixed bug that caused access violation applying a
  158.                nodediff when using "NodeDiff" without "ArcDiff" (anyway
  159.                you are encouraged letting FastLst do all the work it is
  160.                designed for...).
  161.         
  162.              - The number of archived nodelists to be kept (as specified
  163.                in the ArcList statement) is now checked a second time
  164.                after nodediff application, so that the required number
  165.                of archives is kept exactly. Previously, after nodediff
  166.                application, there was one archive more than specified.
  167.         
  168.              - When specifying <ArcKeep> 0 in "ArcList", the nodelist is
  169.                not archived (previously was archived and then deleted).
  170.         
  171.              - Changed Compress.Cfg to support the OS/2 RAR.
  172.         
  173.              - Dos versions are now distributed with the same executable
  174.                names as the OS/2 versions: FASTLST.EXE (32 bit) and
  175.                FASTL16.EXE (16 bit).
  176.         
  177.         
  178.         
  179.         1.30
  180.              - WARNING: FastLst v 1.30 is NOT a true "Drop In"
  181.                replacement for v 1.20, anyway there is little to change:
  182.         
  183.                - Add a "CompressCfg <squish_compress_cfg_file>" line to
  184.                  the "Global Info" section of your fastlst.cfg.
  185.         
  186.                - Remove all "Arc" and "UnArc" lines.
  187.         
  188.                - In each "Input block" section where you would like to
  189.                  be able to compress new nodelists (e.g. where Nodediffs
  190.                  are processed and you were using "Arc" statements), add
  191.                  one or more "ArcMethod <meth>,[<f>] ..." lines, where
  192.                  <meth> represents one of the archiving methods defined
  193.                  in <squish_compress_cfg_file> (e.g. ZIP, LH, etc.) and
  194.                  the optional <f> is an override for the initial
  195.                  character of the archived file extension (in the case
  196.                  it is named after the day of the year and you do not
  197.                  want to use the first character of the default
  198.                  extension, as defined in <squish_compress_cfg_file>).
  199.         
  200.                - See FastLst.Doc for more information.
  201.         
  202.         
  203.              - DOS: There is a new 32 bit version with the DOS4GW
  204.                extender.
  205.         
  206.              - OS/2: There is a new 16 bit version for those who still
  207.                use OS/2 1.3.
  208.         
  209.              - OS/2 32: the "Priority" statement can be used to change
  210.                the priority for the FastLst process.
  211.         
  212.              - The 32 bit versions can now be configured to use the
  213.                temporary file instead of working in memory.
  214.                The "FileMode" statement and the "-t" command line switch
  215.                are used for selecting the mode.
  216.         
  217.              - The routines used in 32 bit versions for "in memory" work
  218.                (no temporary file) have been completely rewritten in
  219.                order to need far less memory. This way, the 32 bit
  220.                versions usually allocate about 1/4 of the memory they
  221.                needed with v 1.20. This is an important issue on systems
  222.                with not too much physical RAM (especially for the DOS
  223.                version, that cannot efficiently use virtual memory), but
  224.                the benefits are noticeable even on systems with plenty
  225.                of RAM (less OS/2 swap reorganization when FastLst ends).
  226.         
  227.              - The "TmpPath" config statement is no longer needed:
  228.                FastLst will use the TMP or TEMP environment variable if
  229.                no TmpPath statement is used.
  230.         
  231.              - If you want FastLst to kill all uncompressed nodelist
  232.                (except for those that are not stored in compressed
  233.                format too), just add a "KillSource" line to the "Global
  234.                Info" section of FastLst.cfg.
  235.         
  236.              - All the ArcList and Arcdiff statements can now work
  237.                WITHOUT the specification of the first letter of the
  238.                extension, i.e. "ArcList NodeList.z??" can be changed to
  239.                "ArcList NodeList.???" and "ArcDiff NodeDiff.z??" can be
  240.                changed to "ArcDiff NodeDiff.???". This way FastLst will
  241.                automatically handle any archive type that shows up in
  242.                the ArcList directory.
  243.         
  244.              - Now all the nodelists and nodediffs can be maintained in
  245.                many different archived formats. The archiving method for
  246.                NodeDiffs must be specified using "ArcDiffMethod
  247.                <meth>,[<f>] ...".
  248.         
  249.              - The "block" structure of the config file remains, but it
  250.                becomes a lot more flexible: the majority of config verbs
  251.                can now be anywhere in the config file, but they have
  252.                effect on different nodelists depending on their position
  253.                in the cfg. E.G.: "PasswordFile", being an address
  254.                related verb, can be both in the "Output Nodelist" and
  255.                "Input Nodelist" sections. If you use it after "Version7"
  256.                but before the first "NodeList", then it will be used for
  257.                all the NodeLists of that "Output block". If you use it
  258.                after a "NodeList", it will be used (as in the past) for
  259.                that Nodelist only. Other non-address related verbs (e.g.
  260.                ArcMethod) can be everywhere (global, output nodelist,
  261.                input nodelist) and the will affect the operations
  262.                depending on their position (global: all the nodelists;
  263.                output: all the nodelist in the current output block;
  264.                input: the current nodelist only).
  265.         
  266.              - "NoRedir" verb: the nodes that should be redirected will
  267.                acquire the empty string as phone number, so that you
  268.                will never call a system different from that you think
  269.                you are calling.
  270.         
  271.              - Many new verbs have been added to support external
  272.                operations; the names are self explaining:
  273.         
  274.         
  275.                BeforeArcList
  276.                AfterArcList
  277.                BeforeUnArcList
  278.                AfterUnArcList
  279.                BeforeUnArcDiff
  280.                AfterUnArcDiff
  281.                BeforeArcDiff
  282.                AfterArcDiff
  283.         
  284.                All the preceding verbs support the %a (complete archive
  285.                name) and %f (add/extract file name, no path) parameters.
  286.         
  287.         
  288.                BeforeEdit
  289.                AfterEdit
  290.         
  291.                The preceding verbs support the %l and %d parameters
  292.                standing for the full pathnames of the NodeList and
  293.                NodeDiff files.
  294.         
  295.         
  296.                BeforeCompile
  297.                AfterCompile
  298.         
  299.                The preceding verbs support the %l parameter only.
  300.         
  301.         
  302.                BeforeKillSource
  303.         
  304.                The preceding verb does not support any parameter.
  305.                It is executed even if "KillSource" is not used.
  306.                It is a means to invoke a command before FastLst ends.
  307.                The "NeededBeforeKill" verb must be used to specify the
  308.                NodeLists needed by this command.
  309.         
  310.                See FastLst.Doc for more information.
  311.         
  312.              - A new cfg section is now available: "NoCompile".
  313.                It is a means for maintaining a NodeList (applying
  314.                nodediffs, archiving with different archivers etc.)
  315.                without compiling it.
  316.         
  317.              - The 3D German PointListst is now internally supported by
  318.                FastLst. Just use the "GermanPointList" verb in the
  319.                pertaining block.
  320.         
  321.              - When all goes well, FastLst exists with errorlevel 0 if
  322.                it has compiled something, 100 if nothing new to compile
  323.                was found.
  324.         
  325.              - New method for evaluating the age of a variable extension
  326.                arcfile: the file date is considered in addition to the 2
  327.                digits in the extension. This way you can keep a greater
  328.                number of old files without creating problems to fastlst,
  329.                even at the year crossing.
  330.         
  331.              - File descriptions in FILES.BBS are now maintained
  332.                (deleted or added). New statements are available:
  333.         
  334.                ArcListDesc <description>
  335.                ArcDiffDesc <description>
  336.         
  337.                <description> can contain the following parameters:
  338.         
  339.                %d day
  340.                %a archiver
  341.                %D date, USA format
  342.                %L Local date
  343.         
  344.              - The dash is now recognized as insignificant while doing
  345.                the Dial and Cost translations.
  346.         
  347.              - The line # is specified when reporting a config error.
  348.         
  349.              - Some information about the compilation can now be
  350.                reported to a fido/squish message area: see FastLst.Doc
  351.                for a description for "MsgLogArea", "MsgRemArea" and
  352.                related statements.
  353.         
  354.              - FastLst is now multitasking smarter: e.g. it retries for
  355.                15s when it has to delete the old compiled nodelists and
  356.                rename the new ones.
  357.         
  358.              - New Export capability: FastLst is now able to "export"
  359.                segments of nodelist: see the "Export" section in the
  360.                docs.
  361.         
  362.              - The Dial and Cost tables can be unified: the old syntax
  363.                is still supported, but a new way can be used for cost
  364.                and dial specifications. I think that Europeans can
  365.                continue using the old syntax (if they like), while the
  366.                Americans should appreciate the new way (due to the
  367.                complex dial translations needed).
  368.         
  369.              - Fixed bug that caused access violations when no
  370.                "StatusLog" was used.
  371.         
  372.         
  373.         
  374.         1.20
  375.              - WARNING: FastLst v 1.20 is NOT a "Drop In" replacement
  376.                for previous versions; you MUST modify the config file
  377.                following the comments in it before using this version.
  378.         
  379.              - In order to make available new powerful options without
  380.                using clumsy syntax and risking subtle side effects and
  381.                strange interactions, some obsolete features have been
  382.                dropped and the methods to specify the files to be
  383.                compiled have been modified.
  384.         
  385.              - FastLst is faster than ever: on my system and with my
  386.                configuration, the OS/2 version is about 25% faster
  387.                than v 1.16.
  388.                If you time it, be aware that the OS/2 version optimizes
  389.                memory allocation (and speed) basing on the needs of the
  390.                previous compilation, so it is usually a bit slower on
  391.                the first run with a new cfg.
  392.         
  393.              - The ancient "Version6" nodelist support has been
  394.                dropped. However the sometime-useful fidouser.lst is
  395.                still available.
  396.         
  397.              - The "MergeList" and "Kill999" options have been dropped.
  398.                With version7 you can simply compile segments after the
  399.                full list, since updated entries are put in the indexes
  400.                in the place of old ones.
  401.         
  402.              - Added support for compiling multiple V7 nodelists
  403.                with different output names.
  404.         
  405.              - Added support for automatic decompression of
  406.                nodelists and nodediffs: no more complex batch files.
  407.         
  408.              - Now FastLst compiles an output nodelist only if some
  409.                of its input lists are new: the -f command line switch
  410.                has been added to force compilation.
  411.         
  412.              - Pay Attention: version 1.14 introduced a new behaviour
  413.                in generating V7 indexes to circumvent a bug in
  414.                Binkley 2.50 V7 search function.
  415.                Now Binkley 2.58 should have fixed the bug, so
  416.                FastLst goes back to the "correct" V7 index.
  417.                A new cfg option has been added to keep using the
  418.                "bug-circumvent" index form: see "V7BugFix" in the
  419.                example config file.
  420.         
  421.                *******************************************************
  422.                * If you are using an older Binkley or some program   *
  423.                * that have got inspiration from Binkley 2.50 sources,*
  424.                * you could experience "address not found" problems,  *
  425.                * unless you explicitly activate the "V7BugFix"       *
  426.                * option in fastlst.cfg.                              *
  427.                *******************************************************
  428.         
  429.              - The "KillOld" and "AutoErase" verbs have been dropped.
  430.                Old nodelist and nodediff files are always erased.
  431.                You can control how many archived files are to be kept
  432.                via the new archive processing verbs.
  433.         
  434.              - The -o -s -l -g -m -p -b command line switches have
  435.                been dropped since they are now useless.
  436.         
  437.              - The "include" cfg keyword and the -i command line
  438.                switch have been dropped.
  439.                You can still include lists of passwords in a separate
  440.                file via the "PasswordFile" cfg keyword, that allows
  441.                to optionally omit the "Password" keyword in front of
  442.                each password specification.
  443.         
  444.              - Due to the frequent misunderstanding of the real meaning
  445.                and function of the "Address" config option, I have
  446.                decided to drop it.
  447.                These days it is not much useful (in a nodelist
  448.                compiler), since many systems have various different
  449.                addresses and we are used to write addresses in the full
  450.                4D format to avoid ambiguities.
  451.                In the various config options that require an address
  452.                or a part of it, you now need to specify all the
  453.                required fields, always starting with the zone number:
  454.                no assumption is made on your zone/net/node.
  455.         
  456.              - The obsolete "MaxBaud" and "Baud" verb have been dropped.
  457.                Should you use an old 2400 non error-correcting
  458.                modem that needs equal DTE and DCE rates, make sure
  459.                your front-end is configured to dial using its own
  460.                max baud rate instead of the baud rate reported by
  461.                the nodelist for the callee (AutoBaud in Binkley.cfg).
  462.         
  463.              - The "Country" and "UCost" verbs have been dropped,
  464.                the "Dial" and "Cost" tables have been slightly modified
  465.                to specify domestic and international defaults in a more
  466.                coherent manner and to include "UCost" info.
  467.         
  468.              - The "TypeExact" verb has been substituted by the
  469.                complementary "BitType" option.
  470.                Thus the default is now the "Exact Type" used by
  471.                Binkley 2.55 and newer.
  472.         
  473.              - The "TypeCost" verb has been dropped.
  474.                It was used to differentiate CallCost basing on
  475.                modem type. This way, in a multi-line environment,
  476.                you could make each line call the appropriate modem
  477.                types.
  478.                To achieve the same goal, please use the front-end
  479.                dial string selection options (ModemTrans in Binkley).
  480.         
  481.              - The totally useless "Name" and "Comments" options
  482.                have been dropped.
  483.         
  484.              - The "Gated" config option has been dropped and the
  485.                "GateAddr", "GateCoord" verbs have been replaced by
  486.                "IncAddr", "ExcAddr", "IncCoord".
  487.         
  488.              - The "Interlist" config option has been dropped.
  489.                It is substituted by the "IncSysOp" verb.
  490.         
  491.              - The "Type" and "CM" keywords have been dropped.
  492.                Their functions are more cleanly implemented via
  493.                the "NodeFlags" verb.
  494.         
  495.              - The "TypeDef" statement has been modified to a "table"
  496.                form, for better coherency.
  497.         
  498.              - The addresses in Fidouser.Lst now always have the
  499.                heading zone number, even if it is the same as yours.
  500.         
  501.              - Fixed little bug that could cause some cfg keywords
  502.                not to be recognized unless followed by a comment
  503.         
  504.         
  505.         
  506.         1.16
  507.              - Fixed bug in the Register routine that caused
  508.                some keys not to work (1 every 256).
  509.         
  510.         
  511.         
  512.         1.15
  513.              - Some programs skip the first entry in V6 nodelist,
  514.                assuming it is a dummy entry that contains the version
  515.                number of the nodelist. These programs could loose
  516.                the "zone number" of the first zone compiled, thus
  517.                assuming zone 0.
  518.                Now FastLst puts the "version ID" entry at the start
  519.                of nodelist V6.
  520.         
  521.         
  522.         
  523.         1.14
  524.              - Some programs do not correctly read V7 indexes when
  525.                an empty node appears (This happens when a key has no
  526.                greater keys in the lower index level, so that it points
  527.                to an empty node).
  528.                Sometimes these programs could not find part of the
  529.                V7 nodelist entries.
  530.                Now FastLst adds a dummy duplicate key to avoid the problem.
  531.         
  532.              - New "Node,<address>,..." keyword to allow
  533.                straightforwad addition of nodes without the need for
  534.                Zone and Host lines.
  535.         
  536.              - Removed the Point flag in the output nodelist for
  537.                point 0 entries (after the "Boss,..." keyword).
  538.         
  539.         
  540.         
  541.         1.13
  542.              - When a totally empty line was found in a nodelist
  543.                file a strange undesired nodelist entry was compiled.
  544.                It was not a bug since FTS-0005 does not allow
  545.                empty nodelist lines, however it has been fixed
  546.                to avoid problems with private manually written
  547.                nodelist segments.
  548.         
  549.              - The .DOC now reports an "undocumented" feature:
  550.                when using the "Boss,<address>" method for pointlists,
  551.                you can also use the point #0 to easily add the Boss
  552.                entry, if useful.
  553.         
  554.         
  555.         
  556.         1.12
  557.              - In the case of SysOps of multiple nodes, all the
  558.                Name/Address couples are now put in the SysOp
  559.                lists (fidouser.lst and sysop.ndx).
  560.                  This new behaviour allows to use the great "address
  561.                choice" feature of TimEd (excellent Dos/OS2 message
  562.                editor by Gerard van Essen 2:281/527).
  563.         
  564.              - New behaviour of "SysDup" option: since now all the
  565.                name-duplicate sysop entries are kept by default,
  566.                SysDup allows to keep (for a particular sysop name)
  567.                only the entry with one of the specified addresses.
  568.         
  569.              - Many internal changes, not visible to users: if you
  570.                find out a new unexpected behaviour, please let me
  571.                know.
  572.         
  573.              - Removed redundant empty lines in nodelist.prn and
  574.                nodelist.txt after comment lines.
  575.         
  576.         
  577.         
  578.         1.11
  579.              - CRC is now checked on all nodelist files that have
  580.                the expected CRC on the first line (previously it
  581.                was checked when applying nodediffs only).
  582.         
  583.              - New errorlevel 10 for CRC Error while compiling
  584.                nodelist (errorlevel 9 is still used for CRC Error
  585.                while applying nodediff).
  586.         
  587.              - When merging the first line is skipped if it contains
  588.                the CRC.
  589.         
  590.              - New -r command line switch to avoid exit on CRC Error.
  591.         
  592.              - New -s command line switch to override SYSOP.NDX
  593.                base name.
  594.         
  595.              - Any file specification can contain drive and path,
  596.                including -n -d -o -s overrides.
  597.         
  598.              - When using Version7 only, the added nodelist segments
  599.                are appended to the end of the full main nodelist
  600.                instead of the end of your zone.
  601.         
  602.              - Some small changes in Nodelist.Prn and Nodelist.Txt
  603.         
  604.              - Fixed bug introduced in v 1.10: when a region segment
  605.                (no zone entry) was compiled as the main nodelist,
  606.                zone 0 was erroneously assumed.
  607.                Now the address levels not present in the main nodelist
  608.                correctly default to the config address.
  609.         
  610.         
  611.         
  612.         1.10
  613.              - OS/2: First 32 bit version, compiled by BC++.
  614.         
  615.              - OS/2: New "flat" index sorting (no more disk based
  616.                merge-sort).
  617.         
  618.              - OS/2: "TmpPath" option in *.cfg not used any more.
  619.         
  620.              - OS/2: Long filename support
  621.         
  622.              - DOS: The "TmpPath" directory is now automatically
  623.                created when necessary.
  624.         
  625.              - New improved Disk Full handling (errorlevel 4)
  626.         
  627.              - New "-o<nodebase>" command line switch to override
  628.                output file names (NODEX.* -> <nodebase>.*).
  629.         
  630.              - New "KillAfter" config verb, to save old nodelist files
  631.                in the case of compilation error.
  632.         
  633.              - New "Boss <address>" statement for easier pointlist
  634.                support (see FastLst.DOC).
  635.         
  636.              - New optional partial address parameter in
  637.                "MyList <nodefile> [default partial address]"
  638.                to allow the addition of nodelist segments without
  639.                the need of ZONE, HOST, node prefix lines (V7 only).
  640.                See FastLst.DOC for more details.
  641.         
  642.              - New "-i<include>" command line switch to allow easier
  643.                different file inclusions.
  644.         
  645.              - New "KillOld" config statement to kill old versions of
  646.                nodelist files.
  647.         
  648.              - New "Kill999" config statement to kill the .999 file
  649.                that remains after merging with MergeList.
  650.         
  651.              - Now the .999 file is killed whenever FastLst begins
  652.                execution, thus you do not have to manually delete it
  653.                if you stop using the MergeList command.
  654.         
  655.              - Now the "Gated" config keyword prevents Hub coordinators
  656.                of other zones to be put in the output nodelist (only
  657.                ZC and NC remain).
  658.         
  659.              - New "GateAddr" config keyword allows to have only
  660.                selected zones, regions and nets in the output files.
  661.         
  662.              - New "GateCoord" config keyword allows to have in the
  663.                output files only selected coordinators from the excluded
  664.                zones, regions and nets.
  665.         
  666.              - New errorlevel 9 exit after CRC error while applying
  667.                a nodediff. If "Autoerase" is active, the nodediff and
  668.                the resulting nodelist files are erased, otherwise they
  669.                are renamed to NODEDIFF.BAD and NODELIST.BAD.
  670.         
  671.              - New "StatusLog" config statement to specify the log
  672.                filename in the .cfg instead of the command line.
  673.         
  674.              - New "TypeExact" config option to set modem types in a
  675.                way more coherent with the behaviour of Binkley 2.55 and
  676.                newer.
  677.         
  678.              - New "SysDup" config option to override FastLst's choice
  679.                when killing duplicate SysOp Names.
  680.         
  681.         
  682.         
  683.         1.06
  684.              - OS/2: Fixed bug that caused some reg. keys not to work.
  685.         
  686.              - DOS: Fixed bug that sometimes caused memory problems
  687.                during index sorting.
  688.         
  689.         
  690.         
  691.         1.05
  692.              - New UCOST verbs to set User Cost Different from Call Cost.
  693.         
  694.              - OS/2: Fixed bug that sometimes caused "Disk Full" error.
  695.         
  696.         
  697.         
  698.         1.04
  699.              - Changed redirection criteria: if you have a password with a
  700.                hold/unpublished system or its coordinator, then it is NOT
  701.                redirected; instead it gets an empty phone number string.
  702.         
  703.              - Slightly changed the algorithm to choose the entry for
  704.                a multi-SysOp in Sysop.Ndx, so that he never gets data from
  705.                an entry that is not used due to local segment override.
  706.         
  707.              - Added "Flags" Keyword to set the user defined bits.
  708.         
  709.              - OS/2: Fixed a bug that caused a "NULL POINTER" error when
  710.                compiling only Version 6 and FidoUserLst.
  711.         
  712.         
  713.         
  714.         1.03
  715.              - Added <CR> before comment output to fix video output when
  716.                both comments and report are active, Thanks to Roberto
  717.                Zanasi.
  718.         
  719.              - OS/2: First (16 bit) version, ported by Pasquale Cantiello.
  720.         
  721.         
  722.         
  723.         1.02
  724.              - Null pointer bug fixed in Merge module, Thanks to Pasquale
  725.                Cantiello.
  726.         
  727.         
  728.         
  729.         1.01
  730.              - Minor message and DOC adjusting.
  731.         
  732.         
  733.         
  734.         1.00
  735.              - First public release.
  736.         
  737.