home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / fdrpr110.zip / HISTORY.TXT < prev    next >
Text File  |  1994-03-02  |  7KB  |  164 lines

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