xref: /dragonfly/usr.bin/tip/NEWS (revision 2b3f93ea)
1Sat Mar 25 16:06:31 PST 1995
2
3hw_flow_control (boolean) capability added to modem configuration
4data base (/etc/modems).
5
6Configurable unidialer driver compiled in by default. Builtin
7ACU drivers no longer compiled in by default.
8
9All configuration details isolated in tipconf.h (with exception of
10pathnames.h).
11
12Made corrections to and updated manual page for tip.
13
14Conditional compilation of cu interface for systems that provide
15a separate cu implementation (e.g. FreeBSD).
16
17Sat Mar 25 00:35:08 PST 1995
18
19Corrected entry in man file to identify the lockfile dir as /var/spool/locks
20instead of /var/spool/uucp.
21
22xfer and transfer in cmds.c use standard C runtime buffered output.
23Eliminates a bug: buffer overruns when FRAMESIZE > BUFSIZ.
24
25Added xfer routine for doing cu style take commands.
26
27Thu Mar 16 08:17:57 PST 1995
28
29Added support for termios.
30
31Renamed acunap.* to acucommon.*. Moved common acu routines
32to it. Modified acu drivers to use common routines.
33
34Sat Mar 11 20:17:58 PST 1995
35
36Default nap function uses select call in preference to
37usleep or old, handrolled code.
38
39tip makefile does not create a link to cu by default.
40
41Wed Mar  8 00:11:04 PST 1995
42
43Reduced sleep time in finish () in cmds.c from 5 seconds to two.
44
45Sat Mar  4 19:00:34 PST 1995
46
47Added table-driven modem driver (unidialer) that fetches modem
48characteristics from a modem database ("/etc/modems").
49
50Removed common "nap" code from individual ACU drivers into a
51separate module.
52
53Added login script capability to remote database.
54
55Sun Feb 26 23:07:56 PST 1995
56
57Use HoneyDanber style locks by default (ASCII PIDs written to lock files).
58
59Changed default uucp file lock directory to "/var/spool/locks"
60to be consistent with default build of Taylor uucp.
61
62Reorganized build environment for tip into a master directory
63and two subdirectories. The master Makefile builds a library
64of ACU "drivers" in the directory libacu. Tip only links in
65drivers that it will actually use.
66