home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAPCP01.ZIP / CU2B / CU-2BETA.ZIP / HISTORY.DOC < prev    next >
Text File  |  1995-07-11  |  5KB  |  113 lines

  1.  
  2.                     Copyright (C) 1995 by James Nerlinger
  3.                                CallUp v1.9 PPE
  4.  
  5.  
  6. ╔════════════════════════════════════════════════════════════════════════════╗
  7. ║  R E V I S I O N     H I S T O R Y                                         ║
  8. ╚════════════════════════════════════════════════════════════════════════════╝
  9. ┌───────────────┬──────────┐
  10. │ VERSION 1.0   │ 02-01-95 │
  11. └───────────────┴──────────┘
  12.  
  13. 1) Initial release.
  14.  
  15. ┌───────────────┬──────────┐
  16. │ VERSION 1.1   │ 02-05-95 │
  17. └───────────────┴──────────┘
  18.  
  19. 1) Added support for a separate VERIFIED.DAT file and a TRASH.DAT file.  Now, 
  20.    when an user is verified, it will be placed in the VERIFIED.DAT file.  The 
  21.    TRASH.DAT file will still serve as the file to use for numbers you do NOT 
  22.    want called.  CallUp will check both files for numbers before making a 
  23.    callback attempt.  Also, the TRASH.DAT file may now contain full numbers
  24.    to be skipped.
  25. 2) CallUp was not checking suffixes correctly -- it would only check the first 
  26.    three digits of the suffix and never found a match.  Fixed.
  27. 3) No matter what you did it would throw you into the "Enter a number" option 
  28.    and just ignore the voice or data number.  Fixed.
  29. 4) CallUp now waits for the user to hit enter when it displays the "You have 
  30.    been verified" message.  If the caller is long distance however, it will 
  31.    delay about 20 seconds and disconnect rather than wait for the LD caller 
  32.    to hit enter.
  33.  
  34. ┌───────────────┬──────────┐
  35. │ VERSION 1.2   │ 02-07-95 │
  36. └───────────────┴──────────┘
  37.  
  38. 1) CallUp will now update the Comment 2 field of the user's record with the
  39.    full phone number verified and the date and time of verification.
  40. 2) Added config option to allow SysOps to enable/disable the above option.
  41. 3) Added display files so that all (or most!) screens/prompts are SysOp
  42.    configurable.
  43.  
  44. ┌───────────────┬──────────┐
  45. │ VERSION 1.3   │ 05-13-95 │
  46. └───────────────┴──────────┘
  47.  
  48. 1) Minor bugs fixed -- nothing noticeable to the user or SysOps.
  49.  
  50. ┌───────────────┬──────────┐
  51. │ VERSION 1.4   │ 05-22-95 │
  52. └───────────────┴──────────┘
  53.  
  54. 1) Placed a pause after an user is told they are unable to complete callback 
  55.    (for whatever reason, out of LD times, already verified, etc.).
  56. 2) Added custom "Why you can't use callback" screens (see docs for more info).
  57. 3) Added additional customized screens (a total of 11 altogether).
  58.  
  59. ┌───────────────┬──────────┐
  60. │ VERSION 1.5   │ 06-06-95 │
  61. └───────────────┴──────────┘
  62.  
  63. 1) Finally figured out why CallUp was double dialing numbers.  That ONE was
  64.    a tricky one!  Thanks to Don Shriver for bringing it to my attention.
  65.  
  66. ┌───────────────┬──────────┐
  67. │ VERSION 1.9   │ 07-01-95 │
  68. └───────────────┴──────────┘
  69. 1) This version represents a complete rewrite.  In searching for a bug
  70.    reported for Don Shriver, I restructured the entire program.  CallUp
  71.    was not dialing as LD those calls that were within Don's area code
  72.    that required 1+areacode+number.  The new structure should correct
  73.    that problem.
  74. 2) Added catchall error file ERROR.DSP.
  75. 3) CallUp will now automatically disconnect after verification all
  76.    callers that are either long distance or a toll call.  (Cuts down
  77.    on charges to you!)
  78. 4) The option of a separate logfile is being added.  This feature has
  79.    not yet been enabled, but will be in v2.0.  This changes the 
  80.    configuration file by adding an additional line, so please update
  81.    your config file accordingly. (See doc file or the sample config file
  82.    for more information.)
  83.  
  84. ┌───────────────┬──────────┐
  85. │ VERSION 2.ß   │ 07-11-95 │
  86. └───────────────┴──────────┘
  87.  1) Beta Release.
  88.  2) Removed the .DSP extension from the display files and shortened the names 
  89.     to a max of 5 letters.  This allows the inclusion of alternate graphic
  90.     formats (like RIP), security specific screens, and alternate languages.
  91.     The new filenames are as follows:
  92.                 AC-LD-NO.DSP            ACLDN
  93.                 LDCALLER.DSP            LDOFF
  94.                 PASSWORD.DSP            PWORD
  95.                 UPGRADED.DSP            UP
  96.                 ALREADY.DSP             ALRDY
  97.                 CALLING.DSP             CALL 
  98.                 REFUSED.DSP             TRASH
  99.                 SELECT.DSP              SEL
  100.                 SUF-NO.DSP              SUFNO
  101.                 TOOHIGH.DSP             2HIGH
  102.                 WELCOME.DSP             WELC
  103.                 PRE-NO.DSP              PRENO
  104.                 LD-NO.DSP               LDNO
  105.                 AC-NO.DSP               ACNO
  106.  3) Added RIP support and included sample RIP files (special thanks, again,
  107.     to Don Shriver who fixed these screens up for us).
  108.  4) Added ability to use security specific screens.
  109.  5) Added ability to use other language screens.
  110.  6) Fixed local simulation where it previously disconnected, it will now
  111.     continue the session.
  112.  
  113.