home *** CD-ROM | disk | FTP | other *** search
/ Telecom / 1996-04-telecom-walnutcreek.iso / technical / ixo.program.scripts / HISTORY < prev    next >
Text File  |  1993-02-14  |  2KB  |  64 lines

  1. HISTORY
  2.   by Tom Limoncelli, tal@warren.mentorg.com 
  3.  
  4.   Copyright (c) 1992, Tom Limoncelli 
  5.  
  6.   The sources can be freely copied for non-commercial use only
  7.   and only if the source is unmodified.
  8.  
  9. For installation instructions, read INSTALL.
  10. For program history, read HISTORY.
  11. For general program information, read README. 
  12.  
  13.  
  14.  
  15. (( This program is the successor to "fbeep".
  16. ((
  17. (( fbeep history:
  18. ((
  19. ((    1.0  Oct 29, 1991 -- First working version.
  20. ((
  21. ((    1.1  Oct 30, 1991 -- Debugging levels implemented (-s -v -vv).
  22. ((
  23. ((    1.2  Oct 30, 1991 -- Cleaned the output, error message on failure.
  24. ((
  25. ((    1.3  Nov 20, 1991 -- Added -m, -M and "null person" options.
  26. ((
  27. ((                         Made -a (abort) replace -w (wait).
  28. ((
  29. ((    1.4  Jan  2, 1992 -- Destination can now be a list of people.
  30. ((
  31. ((     (project ended, replaced by tpage, tpaged, and ixocico)
  32.  
  33.  
  34. beep2.pl:
  35.     1.0 Jan 31, 1992 -- First release.
  36.     1.1 Apr 20, 1992 -- Second release.
  37.     2.0 May  4, 1992 -- Sets umask before creating queue entries.
  38.  
  39. tpaged.pl history:
  40.     1.0 Jan 31, 1992 -- First release.
  41.     1.1 Apr 20, 1992 -- New "wait before dial" algorithm.
  42.                         Hunted for "endless-repeat" bug.
  43.                         Now checks status of unlink.
  44.     2.0 May  4, 1992 -- Re-wrote data structures of ixo_* routines
  45.                         to make things more reliable.  No more parallel
  46.                         arrays, maintains records instead.
  47.                         Now "blacklists" files that couldn't be deleted.
  48. 2.1 patch 1, May 6, 1992--
  49. -- &do_protocol_ixo should declare $index as a local variable.
  50. -- &ixo_listindex should always be called with 1 parameter.
  51. -- Rejected messages should be deleted from queue directory and from
  52.    memory.  If they can't be deleted from the directory, blacklist that
  53.    file.  (previously they were not properly deleted from memory and no
  54.    attempt was made to remove them from disk)  (LOOPING BUG FIXED)
  55. -- Debug mode prints a few new messages.
  56. -- &ixo_mesg_append didn't declare $count as local.
  57. -- &ixo_mesg_get didn't declare $pin, $error, $mess, $file as local.
  58.  
  59. ixocico.c
  60.     1.0 Jan 31, 1992 -- First release.
  61.     1.1 Feb  4, 1992 -- Tuned some of the time-outs
  62.     2.0 May  4, 1992 -- Added DJ's 2 patches
  63.  
  64.