home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / RA / FDRPR111.ZIP / HISTORY.TXT < prev    next >
Text File  |  1994-03-06  |  7KB  |  172 lines

  1. FDRPR - FrontDoor Request Processor for RemoteAccess
  2. ----------------------------------------------------
  3.  
  4. The following changes have been made in FDRPR since the previous version.
  5.  
  6.  
  7. FDRPR 1.11
  8. ----------
  9.  
  10.     Bug fixes:
  11.  
  12.     The =M macro wasn't properly handled in all cases. Fixed
  13.     
  14.  
  15. FDRPR 1.10
  16. ----------
  17.  
  18.     Important:
  19.  
  20.         The program has been renamed to FDRPR. When updating from the
  21.         previous version, you will have to change the name of the request
  22.         processor in FDSETUP, so taht FD uses FDRPR intead of FDRQPRA.
  23.         (To do this, you can use the FDRPR INSTALL command, if you would
  24.         like. See below for details on FDRPR INSTALL).
  25.  
  26.         Since the name of the program has changed, you will also have
  27.         to rename the configuration file from FDRQPRA.CFG to FDRPR.CFG.
  28.  
  29.         The key system has changed. This means that the old key is
  30.         not valid anymore. However, your registration still is, and you
  31.         will receive a new key. If you haven't done so already, please
  32.         contact the registration site where you registered your copy.
  33.  
  34.  
  35.     Changes:
  36.  
  37.         There is now a difference between the command line switches
  38.         and the config file settings, they can not longer be used
  39.         in both places. See FDRPR.DOC for a list of which switches
  40.         that can be used on the commandline, and which settings that
  41.         can be specified in the config file.
  42.  
  43.         The /CREATE switch, which used to force a creation of
  44.         the *.RQ* files has been changed to a command instead.
  45.         (A command should be run without the slash (/) character, 
  46.         e.g. FDRPR CREATE. Both the secure and unsecure files
  47.         will be created, it is not necessary to run FDRPR twice
  48.         anymore.
  49.  
  50.  
  51.     New features:
  52.  
  53.         Added configuration file parameter: WorkDir. It can be used
  54.         to specify the directory where the temporary .PKT files are
  55.         created. If not specified, the directory pointed to by the
  56.         TEMP or TMP environment variables are used, or if none of them
  57.         are set, the root directory of the current drive is used.
  58.  
  59.         Added an easy install option. To install FDRPR, all that is
  60.         needed is to copy the files to a directory, and in that 
  61.         directory type 'FDRPR INSTALL'. FDRPR will then update
  62.         SETUP.FD, so that FD will use it for file requests in the
  63.         future.
  64.  
  65.         Added two configuration file parameters: Message and FailMessage.
  66.         They can be used to specify template files, which FDRPR will
  67.         use when creating the file with file descriptions, or the reason
  68.         a request failed, respectively. These files can contain macros to
  69.         insert different values, and also a line containing a format
  70.         descriptions on how the file description lines / fail reasons
  71.         lines should be formatted. See FDRPR.DOC for information on
  72.         how to use these template files, and FDRPR.DSC/FDRPR.FAI for
  73.         two examples of templatefiles.
  74.  
  75.         FDRPR will now request more time from the remote mailer while
  76.         processing the request. This will make sure that the line isn't
  77.         disconnected before FDRPR has finished processing all request.
  78.         This function can be disabled with the NoMoreTime parameter
  79.         in the configuration file.
  80.  
  81.         Added ResolvePath (and NoResolvePath) setting in the config file.
  82.         If enabled, which it is by default, FDRPR will do path
  83.         resolution on all path names when comparing the paths specified
  84.         in RACONFIG and the list of requestable directories / alias names.
  85.         For certain systems, especially for a system with CD-ROM, it
  86.         could be a good idea to disable this setting. It seems like
  87.         certain CD-ROM drivers access the actual drive when this 
  88.         setting is enabled.
  89.  
  90.         Added a UPDATE command (e.g. FDRPR UPDATE) which will
  91.         create the *.RQ* files if needed. Useful in your nighlty
  92.         events. Both the secure and unsecure lists will be updated.
  93.  
  94.         When files are copied from a CD-ROM, they are now first
  95.         sorted, and then copied in sorted order. This will minimize
  96.         the number of disk changes when using a CD-ROM changer with
  97.         many disks.
  98.  
  99.         Added ReportRequests and ReportFailures setting to the
  100.         config file. If either of these are enabled, FDRPR will
  101.         create a netmail message to you with information about 
  102.         successful and failed file requests, respectively.
  103.  
  104.         Added support for the FD setting 'Stop after first match'.
  105.  
  106.         Added support for the new FD macros =E, =M, =Q, =W and =Y.
  107.         New switches are /node:=Y and /=W.
  108.         The =W macro is currently not used for anything though.
  109.  
  110.         Added a fatal error handler, to make sure FDRPR doesn't
  111.         lock up with a Abort, Retry, Ignore, Fail prompt.
  112.  
  113.         Added support for alias names that only sends the newest
  114.         matching file. Instead of using a * character in the 
  115.         definition of the files to send, use a | (vertical bar).
  116.  
  117.         For secure sessions, FDRPR will now use both the list of
  118.         requestable directories for unsecure sessions, as well as
  119.         for secure sessions. This means that a directory that 
  120.         should be available for both type of sessions only have
  121.         to be defined in the unsecure list of directories.
  122.         The same thing is true for the alias list.
  123.  
  124.         Added PasswordErrors setting to the configuration file.
  125.         If enabled, FDRPR will include all files that should have been
  126.         sent if the correct password was used, in the message with the
  127.         list of failed requests. By default, only the requested filename
  128.         will be included in the message.
  129.  
  130.  
  131.     Bug fixes:
  132.  
  133.         Comments in the file with requestable directories / alias
  134.         names are now supported. (Comments can be added after a
  135.         semicolon (;) character.
  136.  
  137.         FDRPR didn't send a message with descriptions when only free
  138.         files were sent. This has been fixed.
  139.  
  140.         FDRPR didn't honor the number of minutes left to next event,
  141.         which didn't allow file requests, in certain situations. Fixed.
  142.  
  143.         Fixed incompatibility problem with PC-MOS/386
  144.  
  145.         The time it takes to create the *.RQ* files have been
  146.         significantly lowered for certain systems.
  147.  
  148.         If no alias file was defined in FD, FDRPR refused to run. 
  149.         Fixed.
  150.  
  151.         The filedate/time was set to the current time when copying a
  152.         file from a CD-ROM. Fixed.
  153.  
  154.  
  155.     Small, not-so-important :-), changes
  156.  
  157.         The session level password used for the current session will
  158.         now be added to the pkt file as the pkt password.
  159.         NOTE! This requires that the /Info switch is used, the password
  160.               is taken from this file.
  161.  
  162.         Added possibility to disable the advertisement FDRPR adds to
  163.         each message with the noadvert configuration parameter.
  164.  
  165.  
  166.  
  167.  
  168. FDRQPRA 1.00
  169. ------------
  170.  
  171. Initial version
  172.