home *** CD-ROM | disk | FTP | other *** search
- HISTORY
- by Tom Limoncelli, tal@warren.mentorg.com
-
- Copyright (c) 1992, Tom Limoncelli
-
- The sources can be freely copied for non-commercial use only
- and only if the source is unmodified.
-
- For installation instructions, read INSTALL.
- For program history, read HISTORY.
- For general program information, read README.
-
-
-
- (( This program is the successor to "fbeep".
- ((
- (( fbeep history:
- ((
- (( 1.0 Oct 29, 1991 -- First working version.
- ((
- (( 1.1 Oct 30, 1991 -- Debugging levels implemented (-s -v -vv).
- ((
- (( 1.2 Oct 30, 1991 -- Cleaned the output, error message on failure.
- ((
- (( 1.3 Nov 20, 1991 -- Added -m, -M and "null person" options.
- ((
- (( Made -a (abort) replace -w (wait).
- ((
- (( 1.4 Jan 2, 1992 -- Destination can now be a list of people.
- ((
- (( (project ended, replaced by tpage, tpaged, and ixocico)
-
-
- beep2.pl:
- 1.0 Jan 31, 1992 -- First release.
- 1.1 Apr 20, 1992 -- Second release.
- 2.0 May 4, 1992 -- Sets umask before creating queue entries.
-
- tpaged.pl history:
- 1.0 Jan 31, 1992 -- First release.
- 1.1 Apr 20, 1992 -- New "wait before dial" algorithm.
- Hunted for "endless-repeat" bug.
- Now checks status of unlink.
- 2.0 May 4, 1992 -- Re-wrote data structures of ixo_* routines
- to make things more reliable. No more parallel
- arrays, maintains records instead.
- Now "blacklists" files that couldn't be deleted.
- 2.1 patch 1, May 6, 1992--
- -- &do_protocol_ixo should declare $index as a local variable.
- -- &ixo_listindex should always be called with 1 parameter.
- -- Rejected messages should be deleted from queue directory and from
- memory. If they can't be deleted from the directory, blacklist that
- file. (previously they were not properly deleted from memory and no
- attempt was made to remove them from disk) (LOOPING BUG FIXED)
- -- Debug mode prints a few new messages.
- -- &ixo_mesg_append didn't declare $count as local.
- -- &ixo_mesg_get didn't declare $pin, $error, $mess, $file as local.
-
- ixocico.c
- 1.0 Jan 31, 1992 -- First release.
- 1.1 Feb 4, 1992 -- Tuned some of the time-outs
- 2.0 May 4, 1992 -- Added DJ's 2 patches
-
-