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