home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN324LNX.ZIP / old_docs / history.txt.bak < prev    next >
Text File  |  2004-07-09  |  20KB  |  499 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                             MakeNL Revision History
  8.  
  9.        V2.53.14 -- July 4th, 2004 -- Several Changes by MakeNL: NG Team
  10.                
  11.                Changes Linelength to a define and set it from 160 characters
  12.                to 512.  Should alleviate limitations for future nodelist 
  13.                expansion.
  14.                Untied Pvt & -Unpublished-  It is now possible to have a non
  15.                Pvt node to use -Unpublished- if they are ION.
  16.                This version should not be used on a production system.
  17.                [YOU HAVE BEEN WARNED] <g>
  18.  
  19.        V2.52 -- April 16, 1998 -- Y2k patch (Björn Felten -- 2:203/0)
  20.  
  21.             Patched the year written in attach and reciept mail.
  22.             Removed the check for Hi ASCII and "erroneous" baud rates.
  23.             Reformatted PRN files into TXT files.
  24.  
  25.        V2.51 -- June 15, 1992 -- Maintenance release
  26.  
  27.             To check for erroneous duplicate numbers, MakeNL maintains a
  28.             stack of zone numbers, region/net numbers within the current
  29.             zone,  and  node  numbers  within  the  current  region/net.
  30.             FidoNet Zone  1 was  about to  overflow  this stack.    This
  31.             release changes the stack implementation.  It is now limited
  32.             only by available memory.
  33.  
  34.             The entire program was recompiled with MS C V7.0 and several
  35.             minor changes were made to eliminate new warnings.
  36.  
  37.        V2.50 -- February 12, 1991 -- New features
  38.  
  39.             By default,  the  first  line  of  distribution  lists  from
  40.             earlier  versions  contained  "FidoNet  Nodelist   for. . ."
  41.             FidoNet is a  registered trademark of  Tom Jennings.   While
  42.             Tom hasn't  complained about  this  behavior, he  has  every
  43.             right to, so  now the default  is "  Nodelist for.  . ." (no
  44.             name at all).
  45.  
  46.             Since version 2.00, the /N command line switch would  insert
  47.             a name other than "FidoNet" in the first line, and it  still
  48.             does.  A new configuration verb, NAMe, has been added to  do
  49.             the same.  The difference is that now, if you really want it
  50.             to say "FidoNet  Nodelist for. . ." you have  to explicitly
  51.             tell MakeNL the name is "FidoNet" by one of these methods.
  52.  
  53.             I am told that some  mailers require all out-going  messages
  54.             to contain the ^AINTL extended address  kludge.  With a  lot
  55.             of grimacing and head-shaking,  I have added the  capability
  56.             to force  MakeNL  to  do  this.   See  the  SUBmit  verb  in
  57.             MAKENL.PRN.
  58.  
  59.        V2.41 -- January 25, 1991 -- Code bug, documentation bug
  60.  
  61.             There are only two  ways MakeNL can  know your zone  number.
  62.             You explicitly tell it in your NETADDR statement, or, if you
  63.             are making a zone list, MakeNL can guess it.  Failing either
  64.             of these methods, your zone number is set to zero.   Usually
  65.             this doesn't matter, but. . .
  66.  
  67.             If MakeNL generates a  message to a zone-qualified  address,
  68.             and he doesn't know your zone  (i.e. your address is set  to
  69.             zone 0), MakeNL failed to notice and both the message header
  70.             and the INTL kludge were generated malformed.  This has  now
  71.             been fixed.  Under the stated condition, MakeNL will issue a
  72.             warning and NOT generate the message.
  73.  
  74.  
  75.  
  76.  
  77.  
  78.             Last time I added the PUBlish verb to the code.  This time I
  79.             added it to the documentation!
  80.  
  81.        V2.40 -- December 1, 1990 -- New features.
  82.  
  83.             Version 7 of ARC uses considerably more memory than  earlier
  84.             versions.  MakeNL now  checks free memory,  and if there  is
  85.             less that 256K, it swaps itself out of memory before execut-
  86.             ing ARC.  If there is an expanded memory driver loaded,  and
  87.             enough expanded  memory available,  MakeNL will  use it  for
  88.             swap space.  Otherwise  it swaps to  a temporary disk  file.
  89.             When swapped out, only about one kilobyte plus your environ-
  90.             ment space remain in memory.   This behavior is  transparent
  91.             to users, and requires no action on their part.
  92.  
  93.             A new  configuration verb,  BAUdrate,  was added  to  permit
  94.             redefinition of  MakeNL's baud  rate validity  table.   This
  95.             allows for  future growth  without continual  recompilation.
  96.             See section  6.1.6  on  page 24  of  the  documentation  for
  97.             complete details.
  98.  
  99.             Added a  second configuration  verb,  PUBlish, to  define  a
  100.             publication day other than Friday.
  101.  
  102.        V2.31 -- August 8, 1990 -- New feature, bug Corrected.
  103.  
  104.             Added ARC <n> control verb, where <n> may be either 5 or  6.
  105.             It is used to force ARC version 6 or 7 to create level-5  or
  106.             level-6 compatible archives.  Note that it will cause errors
  107.             if <n> is greater than or equal to your ARC version number.
  108.  
  109.             MakeNL had  another string  length  error.   A  12-character
  110.             array was having  a string of  up to  12 characters  scanned
  111.             into it.  That doesn't leave  much room for the null  termi-
  112.             nator.  The size of the array was increased.
  113.  
  114.        V2.30 -- June 3, 1990 -- New feature, bug Corrected.
  115.  
  116.             Added MINPHONE control  verb.   If causes  MakeNL to  reject
  117.             phone numbers with  fewer than a  defined minimum number  of
  118.             parts. (See documentation.)
  119.  
  120.             A file entry in the FILES section of a control file may  in-
  121.             clude an alternate notification address.  MakeNL was  limit-
  122.             ing the length of this address to seven characters -- a  bit
  123.             confining.  The string has now  been extended to 17  charac-
  124.             ters.  This will permit an alternate address with a  5-digit
  125.             zone, a 5-digit net, and a 5-digit node number.
  126.  
  127.             FTS-0005.TXT was added to the distribution.   It is the  re-
  128.             placement document for FSC002-3.
  129.  
  130.  
  131.  
  132.  
  133.                                        2
  134.  
  135.  
  136.  
  137.  
  138.  
  139.             The documentation was updated to reflect these changes, how-
  140.             ever the sample  control files were  not changed to  include
  141.             any instances of MINPHONE.
  142.  
  143.             Recompiled the entire program using MSC 6.00, which resulted
  144.             in about 10% reduction in size of .EXE file.
  145.  
  146.        V2.20 -- 10/06/89 -- Significant Bug Corrected.
  147.  
  148.             Why this one wasn't reported before now is beyond me!   When
  149.             MakeNL received more than one new submittal difference  file
  150.             at once, all but the first  would fail to apply because  the
  151.             CRC was not  being reinitialized.   RCs  probably don't  get
  152.             many difference files, but how could DD go a year and a half
  153.             without noticing this problem?
  154.  
  155.             The program salutation and the documentation title page were
  156.             changed to reflect the new release level.
  157.  
  158.             The obsolete "FSC002-3"  was dropped  from the  distribution
  159.             archive.
  160.  
  161.             No other changes were made.
  162.  
  163.        V2.12 -- 05/31/88 -- Bug(?) Corrected.
  164.  
  165.             For some reason (as yet unidentified), memory allocation  in
  166.             the difference  analyzer (changed  in V2.11)  behaves  badly
  167.             when MakeNL is executed  on an 8088  machine.  This  release
  168.             modifies the routine to get  around the problem, and  should
  169.             work in the most adverse conditions (I hope).
  170.  
  171.        V2.11 -- 05/15/88 -- New behavior.
  172.  
  173.             The FidoNet nodelist has become larger than earlier versions
  174.             could produce difference files  for.  The current  version's
  175.             difference analyzer has been modified to segment long  files
  176.             and analyze the segments.  After a segment is analyzed,  the
  177.             differences are output, then processing proceeds to the next
  178.             segment.
  179.  
  180.             Some time ago, Tom Marshall, IFNA Council, pointed out  that
  181.             any copyright contained in the original document should also
  182.             be contained in any published difference file.  The  program
  183.             at that time was forcing about four lines of the notice into
  184.             the difference file.  Since I was modifying the routine that
  185.             does it anyway, the difference analyzer was also modified to
  186.             force any copyright notice in full into the difference file.
  187.  
  188.             The changes made do not affect documentation, and it was not
  189.             changed.
  190.  
  191.        V2.10 -- 04/12/88 -- New feature, docs updated, minor bug fixed.
  192.  
  193.  
  194.                                        3
  195.  
  196.  
  197.  
  198.  
  199.  
  200.             A new control  file statement, "PRIvate,"  was added to  the
  201.             repertoire to  control the  processing of  private nodes  in
  202.             networks which discourage or do not permit them.
  203.  
  204.             The documentation received many  cosmetic changes.  Some  of
  205.             the change bars  merely reflect the  movement of figures  to
  206.             produce better pagination.  The substantive changes are doc-
  207.             umentation of the /NAMe command line switch and the  PRIvate
  208.             control file statement.
  209.  
  210.             The /NAMe command line switch was added in version 2.00, but
  211.             seems to have been overlooked in the documentation,  includ-
  212.             ing this file.  It provides  the capability of changing  the
  213.             network name placed on the first line of a composite list.
  214.  
  215.             One minor bug was discovered which could cause problems only
  216.             with a rare combination of events.  Since I have had no  re-
  217.             ports on it, I guess no one ever noticed it, but I fixed  it
  218.             anyway!
  219.  
  220.        V2.03 -- 03/12/88 -- Bug fixed
  221.  
  222.             A bug was introduced in 2.02 which caused the PVT and  OGATE
  223.             keywords to be exchanged on output.   This, of course,  pro-
  224.             duces a very confused nodelist!
  225.  
  226.             IT IS IMPERATIVE that if you ran V2.02 in process mode, that
  227.             you upgrade to 2.03 IMMEDIATELY.   Errors generated by  2.02
  228.             will "stick" until 2.03 corrects them.  Note that this  cor-
  229.             rection should be automatic  and require no intervention  on
  230.             your part.
  231.  
  232.             No other changes were made in  this version.  There were  no
  233.             documentation changes.
  234.  
  235.        V2.02 -- 03/05/88 -- Bug fixed, added feature
  236.  
  237.             If the first data file is not processed (happens  frequently
  238.             in test mode) MakeNL returned an erroneous result code.  The
  239.             problem was caused by an uninitialized variable.  You  would
  240.             not notice this one until you  tried to use MakeNL's  result
  241.             codes to automate weekly processing in a daily event in your
  242.             batch file.
  243.  
  244.             One minor feature  was added.   MakeNL will  now accept  the
  245.             keyword "OGATE"  in a  net list.   (OGATE  is invalid  in  a
  246.             Region.)  In order to use OGATE, you and all coordinators in
  247.             the chain above you must be  using V2.02!  Earlier  versions
  248.             of MakeNL will reject the OGATE  keyword.  For this  reason,
  249.             the documentation  has  not  been updated  to  reflect  it's
  250.             support at this time.
  251.  
  252.             No other changes were made in  this version.  There were  no
  253.             documentation changes.
  254.  
  255.                                        4
  256.  
  257.  
  258.  
  259.  
  260.  
  261.        V2.01 -- 01/16/88 -- Bug fixed
  262.  
  263.             Found a bug that's been there  since the beginning of  time.
  264.             Wonder why nobody ever reported it???  In the FILES  section
  265.             of the .CTL and  explicit file name might  be as many as  12
  266.             characters (file name (8) plus "." (1) plus extension  (3)),
  267.             but the field width was set to 11!
  268.  
  269.             The only   other changes made  in this version  is that  the
  270.             entire package has been  recompiled with MS  C 5.0.   Please
  271.             advise me immediately of any problems encountered!
  272.  
  273.             Documentation has not  changed, however, the  order of  this
  274.             file was reversed (newest version first).
  275.  
  276.        V2.00 -- 12/28/87 -- Distribution restrictions removed
  277.  
  278.             Ken Kaplan expressed concern over  the logistics of the  re-
  279.             quirement for IFNA  control of the  distribution of  MakeNL.
  280.             Therefore, with this  release distribution restrictions  are
  281.             removed and MakeNL will be distributed as "shareware" in the
  282.             future.  See section 9 in MAKENL.PRN for details.
  283.  
  284.             New feature:
  285.  
  286.             This release extends the level of NL maintenance all the way
  287.             to individual nodes.  Note that Coordinators may still fully
  288.             maintain their segments if they wish, but now they may  also
  289.             require each node to maintain its own entry in the list.
  290.  
  291.             If you wish to make use of this feature, I suggest you  cre-
  292.             ate a file for each node in your segment and mail it to  the
  293.             applicable node with a message  text reading "Enclosed is  a
  294.             file containing  you  nodelist  entry.   If  there  are  any
  295.             changes, edit this  file and  mail it back  to me.   DO  NOT
  296.             CHANGE THE FILE NAME."  Replace each NL entry with an appro-
  297.             priate NODE entry in the FILES section of your control file,
  298.             set up an external event to execute MakeNL daily, and forget
  299.             about 'em.
  300.  
  301.             Old feature:
  302.  
  303.             The "indentation" feature of the  files section of the  con-
  304.             trol file  was designed  as "cut-over"  aid, and  should  no
  305.             longer be needed.  MakeNL still supports it, but all  refer-
  306.             ences to it have been removed  from the documentation.   The
  307.             next release will remove it from the program.
  308.  
  309.             Several minor bugs were found and fixed.
  310.  
  311.             DOCs with change bars:
  312.  
  313.             MAKENL.PRN received  more  updates  than  the  program  did!
  314.             Change bars have been added in  the right margin to  reflect
  315.  
  316.                                        5
  317.  
  318.  
  319.  
  320.  
  321.  
  322.             changes since  V1.21.   Figures 2  through 7  were moved  to
  323.             avoid several nearly  blank pages.   Since  the change  bars
  324.             were added  automatically, this  action caused  several  in-
  325.             stances of  false change  bars.   Oh  well, you  can't  have
  326.             everything.  Nothing that WAS changed escaped being  marked.
  327.             It's just  that  some  marked  passages  were  not  actually
  328.             changed.
  329.  
  330.        V1.21 -- 11/14/87 -- MERGE clarified
  331.  
  332.             The requirements for  the MERGE option  were not clear,  and
  333.             code did not test that necessary network address information
  334.             was present. So:
  335.  
  336.             1)   Added ability for MakeNL to select a default  net-
  337.                  work address based on  MAKE command if  NETaddress
  338.                  data is missing.
  339.  
  340.             2)   Changed MERGE to  use the first  zone it finds  in
  341.                  the  distribution  file  if  no  zone  address  is
  342.                  available.
  343.  
  344.             3)   Changed MERGE to  cancel if no  region or net  ad-
  345.                  dress is available.  This only happens when MAKing
  346.                  a HUB, and no NETaddress command is given.
  347.  
  348.             Added "change bars" to right margin of documentation.   This
  349.             edition reflects changes since V1.10.
  350.  
  351.        V1.20 -- 11/08/87 -- Bug fixes, one added feature
  352.  
  353.             Bug fixes:
  354.  
  355.             1)   This wasn't really a bug. The MS library date/time
  356.                  handling routines seem  to make automatic  adjust-
  357.                  ments for DST (at  the wrong cross-over points,  I
  358.                  might add).  According to their docs, setting  the
  359.                  environment variable "SET TZ=CST+6" should turn it
  360.                  off, but they lie!  They recognize the minus sign,
  361.                  but not the plus sign.
  362.  
  363.                  "SET TZ=CST6" will turn  it off, but MakeNL  can't
  364.                  rely on that being set right.
  365.  
  366.                  The problem occurs just after the date MS thinks a
  367.                  change to or from DST should have happened and you
  368.                  run MakeNL within an hour  the wrong side of  mid-
  369.                  night.  Day numbers for backward dates get screwed
  370.                  up because the time  gets shifted across the  mid-
  371.                  night boundary, and MakeNL  can't find its  master
  372.                  files!
  373.  
  374.                  Well, it's fixed, and  I'm sorry for any  inconve-
  375.                  nience it may have caused.
  376.  
  377.                                        6
  378.  
  379.  
  380.  
  381.  
  382.  
  383.             2)   Fixed a problem in renaming master files two weeks
  384.                  old.  (They were being deleted.)
  385.  
  386.             3)   Fixed a  similar  problem renaming  output  master
  387.                  files when no changes occur.
  388.  
  389.             4)   Fixed some minor problems surrounding the creation
  390.                  of archives and difference files.  If you  specify
  391.                  an OUTDIFF parameter,  you should  force the  cre-
  392.                  ation of  archives as  well as  difference  files,
  393.                  EVEN IF NO CHANGES  OCCUR AND YOU WOULD  OTHERWISE
  394.                  GENERATE NEITHER!  Now you do.
  395.  
  396.             New Feature:
  397.  
  398.             If you use a generic OUTFILE name, and if you create differ-
  399.             ence and/or archive files, they  tend to accumulate in  your
  400.             OUTPATH di rectory over  time.   By default,  MakeNL ignores
  401.             them completely.  This is done so that OUTPATH can point  to
  402.             a "download" directory where several editions might be  made
  403.             available to users.
  404.  
  405.             I had some complaints about this behavior.  Some users don't
  406.             appreciate having to "clean up after  MakeNL!"  So, I  added
  407.             the CLEanup command to MakeNL's repertoire in this version.
  408.  
  409.             When MakeNL operates in process  mode and CLEanup (no  argu-
  410.             ments) appears in the control file, after all other process-
  411.             ing is done, it searches the OUTPATH directory for old  dif-
  412.             ference and/or archive files and deletes any it finds.
  413.  
  414.             CLEanup has no effect  on current files  or the handling  of
  415.             output master files.  It has no effect whatever when  MakeNL
  416.             is operated in test mode.
  417.  
  418.        V1.10 -- 08/19/87 -- Bug fixes
  419.  
  420.             This release is mostly bug fixes, but a new feature has been
  421.             added, and behavior has been modified in one respect.
  422.  
  423.             Bug fixes:
  424.  
  425.             1)   A check was added to insure that all defined  data
  426.                  directories are distinct.   V1.00  loses files  if
  427.                  two are defined for the same directory.
  428.  
  429.             2)   Corrected a bug in the  parsing of the /M  command
  430.                  line switch.
  431.  
  432.             3)   Added a  check for  and  removal of  IBM  extended
  433.                  characters in text fields.
  434.  
  435.             4)   Corrected file move operation  to account for  the
  436.                  use of the DOS JOIN command.
  437.  
  438.                                        7
  439.  
  440.  
  441.  
  442.  
  443.  
  444.             5)   Corrected bugs in  directory (path)  verification.
  445.                  In fact  the function  was  rewritten, and  is  (I
  446.                  hope) close to bullet proof.
  447.  
  448.             6)   Removed the use of  "DOS COPY" to eliminate  false
  449.                  warning messages.
  450.  
  451.             Added feature:  Added the "NOTIFY SELF" statement to control
  452.             file.
  453.  
  454.             Modified behavior:  ALL output except merge file goes in the
  455.             defined OUTPath directory, or if not defined, in the  MASter
  456.             directory.  V1.00 places submittal and distribution files in
  457.             the current directory.
  458.  
  459.        V1.00 -- 08/11/87 -- Initial Release
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.                                        8