home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN325O16.ZIP / history.txt < prev    next >
Text File  |  2005-02-06  |  25KB  |  520 lines

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